Can anyone give me some instruction? Can anyone give me some instruction?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Can anyone give me some instruction?

Started by root, June 25, 2005, 06:55:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

root

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???

kegobeer

Turn off debug notices in the config settings.

In your php.ini you probably have

display_errors = On

Turn it off.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

root

Thank you very much for your kindly help. The error message has all been gone. Thanks!!!!