View Full Version : Wbb Help
msn
February 2nd, 2002, 08:28
Fatal error: Unable to open install.php in Unknown on line 0
I using multimania , problem with install.php
What does it mean?
cheatpark
February 3rd, 2002, 12:24
I never knew there was a line 0. :confused:
nitroboy
February 3rd, 2002, 15:37
Originally posted by cheatpark
I never knew there was a line 0. :confused:
yeah, very strange, that must be the header or so:confused: :classic2: :D :confused2 :cool2:
biggulp
February 4th, 2002, 04:58
multimania has therir own PHP version (php4u) which generates some very strange errors...you can see it at phpinfo().
cheatpark
February 4th, 2002, 07:24
Noooooo. That means tripod.co.uk has php4u as well. I bet most things don't work on there. A common piece of code that makes scripts work is:
error_reporting(0);
/* turn of all error reporting */
I'm new to php so that code might not be correct but it is something like that. That code basically turns of all errors like undefined variable and stufff. Also it needs to be added under the "<?". I think it needs to go into the install.php and some other files. I'm not sure if this will work though.
megapuzik
February 4th, 2002, 07:42
http://www.php.net/manual/en/function.error-reporting.php
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.