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???
Turn off debug notices in the config settings.
In your php.ini you probably have
display_errors = On
Turn it off.
Thank you very much for your kindly help. The error message has all been gone. Thanks!!!!