 | [solved] Unusual Error |  |
Posted: 04/11/2007 3:37 PM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
|

|
|
|
|
 |
| 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 |
|
|
 | Re: Unusual Error |  |
Posted: 04/11/2007 4:12 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [solved] Unusual Error |  |
Posted: 04/11/2007 4:35 PM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
|

|
|
|
|
 |
This is on a Linux server (I think), and the error is located here
I don't even know where (or what) [WFClient] is. 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.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Unusual Error |  |
Posted: 04/11/2007 4:41 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
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???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [solved] Unusual Error |  |
Posted: 04/11/2007 4:50 PM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
|

|
|
|
|
 |
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 |
|
|
 | Re: Unusual Error |  |
Posted: 04/11/2007 5:14 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [solved] Unusual Error |  |
Posted: 04/11/2007 5:23 PM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
|

|
|
|
|
 |
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.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Unusual Error |  |
Posted: 04/12/2007 10:56 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
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
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [solved] Unusual Error |  |
Posted: 04/12/2007 11:46 AM |
|
|
|
|
|
| Caravan |
| Posts |
282 |
| Word Cnt. |
31,380 |
| BDay |
Apr 14 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Nov 01, 2006
Local time: 10:29 AM
Location: Denver, PA
|

|
|
|
|
 |
Wow, that is very interesting!! I wonder how that got there.
I totally should have been able to find that, guess I forgot to look at the end of the file.
Thank you again for your help!  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [solved] Unusual Error |  |
Posted: 04/12/2007 12:01 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:29 AM
Location: St Pete, FL
|

|
|
|
|
 |
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...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|