leezard Posted May 23, 2003 Posted May 23, 2003 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? Quote
TCH-Andy Posted May 23, 2003 Posted May 23, 2003 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 Andy Quote
TCH-Andy Posted May 23, 2003 Posted May 23, 2003 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 Quote
TCH-JimE Posted May 23, 2003 Posted May 23, 2003 Hi, I would create a 404.html and a 404.shtml and edit the htaccess to point to them. Jim Quote
leezard Posted May 23, 2003 Author Posted May 23, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.