coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: root on June 25, 2005, 06:55:52 PM

Title: Can anyone give me some instruction?
Post by: root on June 25, 2005, 06:55:52 PM
after i input the information needed and installed this software, I tried to go to the index.php but i got the following error message:

Notice: Undefined index: PATH_TRANSLATED in C:\Apache2\htdocs\WebRoot\Church_photo\index.php on line 21

Notice: Undefined offset: -1 in C:\Apache2\htdocs\WebRoot\Church_photo\index.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\htdocs\WebRoot\Church_photo\index.php:21) in C:\Apache2\htdocs\WebRoot\Church_photo\themes\classic\theme.php on line 810

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\htdocs\WebRoot\Church_photo\index.php:21) in C:\Apache2\htdocs\WebRoot\Church_photo\themes\classic\theme.php on line 811

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\htdocs\WebRoot\Church_photo\index.php:21) in C:\Apache2\htdocs\WebRoot\Church_photo\include\functions.inc.php on line 51

Can anyone tell me how to solve this???
Title: Re: Can anyone give me some instruction?
Post by: kegobeer on June 25, 2005, 07:18:41 PM
Turn off debug notices in the config settings.

In your php.ini you probably have

display_errors = On

Turn it off.
Title: Re: Can anyone give me some instruction?
Post by: root on June 25, 2005, 07:35:45 PM
Thank you very much for your kindly help. The error message has all been gone. Thanks!!!!