Jump to content

Recommended Posts

Posted

i looked at my error log for the 1st time tonight and saw TONS and TONS of this error over and over again.

 

[Thu May 22 21:39:40 2003] [error] [client **.***.**.**] File does not exist: /home/x-treme/public_html/forum/formIE.css

[Thu May 22 21:39:38 2003] [error] [client **.***.**.**] File does not exist: /home/x-treme/public_html/forum/404.shtml

 

the *'s are IP's that i edited out.

 

Anyone have a clue?

 

I know its saying that a file that someone is trying to access/view isnt there....but i have no idea what that formIE.css is

 

**EDIT**

Ok did some research, formIE has something to do with stats. all my stats view stuff works fine so should i ignore those errors?

Posted

Hi,

 

On your forum (in the code) you have the line

@import url("formIE.css");
which tries to import the style sheet formIE.css. As you say, this file does not exist. The error for this would be a "404" error, which I guess you have redirected to "404.shtml" which does not exist either...

 

The easiest way round it and to stop the errors is probably to remove the line of code @import url("formIE.css"). unless of course it has styles in you want to use :D

 

Andy

Posted

On second thoughts...

 

It is probably better, and easier, just to create a blank file called formIE.css in the forums directory.

 

That way will get rid of your errors, and if you did want to modify the style you could put the style information into the file.

 

Andy

Posted

thanks for all the tips, I did some digging around and found the formIE.css file, it was in the theme folder, but not in the root folder of the forum were i'm assuming it needs to be.

 

I just copied it over to the root forum folder.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...