PDA

View Full Version : Error installing


qwerty
08-21-2008, 09:41 PM
I try to install 1.71 and get to the administrator detail screen. I enter all the info and hit continue installation then the screen fills up with

PHP Notice: Undefined index: pp_timezone in D:\website\pp\admin\install\install_functions.php on line 792 PHP Notice: Undefined index: pp_timezone in D:\website\pp\admin\install\install_functions.php on line 792

and it wont let me progress any further.

no screen to this point asks about timezone or anything like that. So what do I need to do to get past this and finish the install?

Dkozikowski
08-24-2008, 04:54 PM
Do you know how to disable error reporting? If so, do that and you'll be able to proceed. I've run into this once and it's caused by a small mistake by not initializing the pp_timezone variable.

If you have any questions, just ask.

qwerty
08-25-2008, 02:41 AM
I looked and made some changes but couldnt get error reporting disabled.

So I guess I am lost on disabling the error reporting. Can you point me to the right location?

Dkozikowski
08-25-2008, 06:30 PM
Sure, open the install.php file located within the admin folder and at the top of the file, on line 2 (below the <?php code) add error_reporting(0);

qwerty
08-25-2008, 07:31 PM
thanks