
Originally Posted by
inspireme
if you took the lines out of error suppression lines in application.php you would get the same thing showing up all over the place in indexu 5.4 running php5. Its a php warnign not an error... if you have something showing up on the site or not working its worth checking out but if its jsut the log i wouldnt worry too much.
Actually, these type of errors have been around since at least v3.2 and are not specific to just PHP 5.
dody provided almost no error detection coding in earlier versions of INDEXU. dody just assumed certain things and thus warnings and fatal errors could occur. I think some attempt has been made with v5.x to add code to detect and prevent warnings and errors.
The problem with PHP 5 is that register_globals is turned off by default (I believe this directive was actually turned off in the more later versions of PHP 4). Many programmers, including dody, coded their programs the easy way with register_globals turned on. If the PHP you used in running INDEXU had register_globals turned off, then INDEXU would crash.
Things are much better now for register_globals in INDEXU if for no other reason than dody was forced to deal with it (although I'm not still not 100% convinced that INDEXU is hacker safe). As for the other warnings and errors, who knows if all have been dealt with.
Just out of curiosity, what lines are you referring to in application.php...?
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.