Hi,
We have just upgraded from v 1.22 to 1.25, the server runs php via fastcgi.
With Zen 1.2.2 we had to edit the index.php and remove the line
header("Status: 404 Not Found"); for the 404 page to be displayed.
This is not working with 1.2.5.
From gallery root (domain/gallery/type-non-existent-page) we get:
The requested URL /cgi-bin/php5.fcgi/gallery/index.php was not found on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
From (domain/gallery/parrot-photos/type-non-existent-page) we get:
Notice: Trying to get property of non-object in /home/users/username/html/domain/gallery/zp-core/functions-controller.php on line 414
Warning: Cannot modify header information - headers already sent by (output started at /home/users/username/html/domain/gallery/zp-core/functions-controller.php:414) in /home/users/username/html/domain/gallery/index.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /home/users/username/html/domain/gallery/zp-core/functions-controller.php:414) in /home/users/username/html/domain/gallery/index.php on line 124
Warning: Cannot modify header information - headers already sent by (output started at /home/users/username/html/domain/gallery/zp-core/functions-controller.php:414) in /home/users/username/html/domain/gallery/index.php on line 125
The 404 page is displayed below the above error messages.
Please help.... ;-)