Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[solved] Unusual Error
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[solved] Unusual Error
PostPosted: 04/11/2007 3:37 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
usaCa.gif
Code:
[WFClient] PersistentCachePath=C:\Documents and Settings\Faith\Application Data\ICAClient\Cache


This is the following error, and the only place it shows up is at the top of the screen when looking at the FAQ (faq.php)

Any idea's what's up with that?

In case this also has something to do with it.

In addition to that error, there were also a few others (only while looking at faq)

I was able to fix those problems with using the .htaccess fix suggested here.


Last edited by FTM on 04/12/2007 11:44 AM; edited 1 time in total
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: Unusual Error
PostPosted: 04/11/2007 4:12 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
peace.gif
Is this installed on a Linux server or on someone's PC?  That Document and Settings folder makes it appear to be trying to access a folder on someone's PC.  There must be a config file or database entry that is pointing to a folder that doesn't exist on the server.  You might want to do a search in all of the forum file on [WFClient] to see if this is hardcoded in one of the files...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [solved] Unusual Error
PostPosted: 04/11/2007 4:35 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
usaCa.gif
This is on a Linux server (I think), and the error is located here

I don't even know where (or what) [WFClient] is.  Embarassed  Do I need to just check all of the forum files in phpBB2?

I looked over the faq.php as well as the faq_body.tpl and don't see anything unusual.

Sorry for not understanding.  Crying or Very sad
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: Unusual Error
PostPosted: 04/11/2007 4:41 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
peace.gif
I'm not sure where it's coming from either.  I did a search on PersistentCachePath in all of our forum files and didn't find a match.  So I suspect it might be a setting in your Portal software.  Which portal is being used on this site???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [solved] Unusual Error
PostPosted: 04/11/2007 4:50 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
usaCa.gif
They are using EZportal, but also have something else installed that allows them to control a little bit of the portal content through the ACP, so I am not familiar with that part as I don't have it.

So in addition to the portal.php and portal_body.tpl there is also a portal_menu.php and portal_menu_body.tpl.
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: Unusual Error
PostPosted: 04/11/2007 5:14 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
peace.gif
Unless there is a newer version of EZPortal than what I have, this probably isn't coming from it either.  So we need to find out what else is installed...

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [solved] Unusual Error
PostPosted: 04/11/2007 5:23 PM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
usaCa.gif
oh my, they have so much installed, it would be much easier if I can just have you look through FTP. PM coming your way.  Heart
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: Unusual Error
PostPosted: 04/12/2007 10:56 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
peace.gif
Ok, I found the problem.  The lang-faq.php file had an extra line after the end ?>.  I'm surprised that this didn't cause more problems than it did.  I removed this line and all is well now:

Code:
[WFClient]
PersistentCachePath=C:\Documents and Settings\Faith\Application Data\ICAClient\Cache


headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [solved] Unusual Error
PostPosted: 04/12/2007 11:46 AM Reply with quote
Caravan
FTM
Caravan
Posts 282
Word Cnt. 31,380
BDay Apr 14
Sign Aries
Sex Sex:Female
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
usaCa.gif
Wow, that is very interesting!! I wonder how that got there.  Shocked

I totally should have been able to find that, guess I forgot to look at the end of the file.  Embarassed

Thank you again for your help!  Heart
Back to Top
View user's profile Find all posts by FTM Send private message   Visit poster's website Yahoo Messenger
Re: [solved] Unusual Error
PostPosted: 04/12/2007 12:01 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
peace.gif
The way I found it is that I downloaded the entire forum, then did a search in Explore the text PersistentCachePath.  That told me exactly which file to look in.  Then in the editor, I did a search on the word again to find it at the bottom of the file.  It definitely didn't belong there or anywhere in that file for that matter...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.083s (PHP: 58% - SQL: 42%) - SQL queries: 57 - GZIP disabled - Debug on