Forum Moderators: coopster
(i.e. The error handling will be fixed so that it tells you which function caused the error. The error itself is something you need to fix, as it is probably a bug in your php code.
Shawn
The error messages all point to include files inside the index file. Now all the files are displaying ok, but with this error message underneath.
I`m waiting to see what my web hosting company come up with.
:)
I would think it was a config issue. Do you have any idea what version you were running before? What is the mysterious line 11 that seems to be giving you the error?
My forum can`t be accessed because of a database error. My other 4 databases are fine. Everything was fine up to Thursday evening, then weird things started happening. I assume they must have upgraded sometime during that time.
My server was running PHP 4.2.3 before.
In the phpinfo file it says BUILD DATE: 29 May, so guess it was Thursday when it got screwed up
as far as the db errors go, do you use an include to get at the connect info like user/pass? It could not connect if it can't include that info.
The exact error with the database for my forum is as follows:
mySQL query error: DELETE FROM ibf_sessions WHERE running_time < 1054421477 or member_id='1'
mySQL error: Can't open file: 'ibf_sessions.MYI'. (errno: 145)
mySQL error code: 1016
Date: Saturday 31st of May 2003 07:51:17 PM
The include files are working on my site, its just that directly above everything, say the header graphic, theres this crazy main() stream error link.
Can I send you a link via sticky mail? Thats only if you`re curious.
:)
perror, Explaining Error Codes [mysql.com]