Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Are you Good Enough to Find this Error?
Closed Thread
Old 05-08-2004, 01:02 PM   #1 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default Are you Good Enough to Find this Error?

Hello,

We know there is a problem with the following page, but cannot find the error/cause of the error.

the home page of tech-forums.net produces or causes this error:

File does not exist: /public_html/forum/=


If you can do a view source and try to "find" the reason/cause/exact line where or why the error occurrs....

YOU ARE THE MAN or WOMEN!!!!!

and we will be MOST thankful to you for finding this problem!

Thanks
Larry
Larry is offline  
Old 05-09-2004, 12:50 PM   #2 (permalink)
 
Super Techie

Join Date: Apr 2004

Posts: 316

BlazingWolf

Default

Where ever it is it is looking for a file. If you take the public_html/ away it should work.

That directory is assume when your working with your site in apache. I certainly don't see the error though.
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline  
Old 05-10-2004, 06:37 PM   #3 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default

tell me about it....

I looked and looked, can't find jack!!!

It has to be an image, file, link, something, somewhere that is causing that error
Larry is offline  
Old 05-11-2004, 08:46 AM   #4 (permalink)
HoLoCroN's Avatar
 
Monster Techie

Join Date: Mar 2004

Location: Plant City, FL

Posts: 1,304

HoLoCroN is on a distinguished road

Default

Larry,

I assume you're using apache to host the site, if so this problem usually is caused by the browser thinking the page it's viewing is in one forum/category when in fact the source is elsewhere. I think this is related to the rewrite rules.

Try using absolute paths.

Example:

[img]/forum/images/file.jpg[/img]

not

[img]images/file.jpg[/img]


Just one possibility, I don't work with Apache allot but I have come across a similar issue and this helped solve the problem.
HoLoCroN is offline  
Old 05-12-2004, 04:19 AM   #5 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default

I think changing the paths will be a big pain... especially since the code in "include" include from other files, etc.

what gets me...
If you view source, cut and paste that code to any other server... the error still occurs?
Larry is offline  
Old 05-12-2004, 04:50 AM   #6 (permalink)
 
Wizard Techie

Join Date: Jul 2003

Posts: 3,940

ekÆsine

Default

could it be that maybe its not the path thats wrong, but maybe the filename is wrong or the file got moved somewhere else??
ekÆsine is offline  
Old 05-12-2004, 02:08 PM   #7 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default

it was like that before the more

after looking at the server logs, I think it maybe be both characters, not only the = sign.

because I've seen this error:

tech-forums.net//=

PS. I wish someone would find it
Larry is offline  
Old 05-12-2004, 05:47 PM   #8 (permalink)
 
Super Techie

Join Date: Apr 2004

Posts: 316

BlazingWolf

Default

Where is is showing up live on the web I dont't ever see it there?

And I'm sure you need the actual files because the HTML source will do you nothing
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline  
Old 05-13-2004, 08:01 PM   #9 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 3

Lord Galcian II

Default

Did you make any changes to the httpd.conf file?
Lord Galcian II is offline  
Old 05-14-2004, 03:01 AM   #10 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default

uhm.... what do I look for in the httpd.conf file?

BlazingWolf,
if you view source, 1) you can see the "final" code/html
2) the view source code (even though not real) still causes the error

thanks
Larry is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On