![]() |
|
Rotate options are disabled (grayed out) - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Rotate options are disabled (grayed out) (/thread-5930.html) |
Rotate options are disabled (grayed out) - charleyramm - 2009-10-02 Hi, I used http://uk.php.net/imagerotate to create a demo that seems to work fine. http://johntipler.co.uk/photography/rotate.php Installation information
Rotate options are disabled (grayed out) - sbillard - 2009-10-03 Upgrade to php v5 or better Rotate options are disabled (grayed out) - charleyramm - 2009-10-03 Thanks sbillard. I've done the upgrade to php5, but the rotate options are still disabled. Is there something else I should do? Installation information
http://moatfarm.org/wifi/images/zenphoto%20administration_1254558735290.png Rotate options are disabled (grayed out) - charleyramm - 2009-10-03 The PHP5 upgrade was not totally successful. It's spitting out lots of errors on all pages now. I guess I should sort those out before playing with image-rotate. Warning: session_start() [function.session-start]: open(/tmp/sess_cbdea9e6d864ca2c162875f7e52a13f0, O_RDWR) failed: Permission denied (13) in /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php on line 10 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php:10) in /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php on line 10 Warning: Cannot modify header information - headers already sent by (output started at /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php:10) in /home/admin/domains/johntipler.co.uk/public_html/photography/index.php on line 125 Warning: Cannot modify header information - headers already sent by (output started at /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php:10) in /home/admin/domains/johntipler.co.uk/public_html/photography/index.php on line 126 Warning: Cannot modify header information - headers already sent by (output started at /home/admin/domains/johntipler.co.uk/public_html/photography/zp-core/admin-functions.php:10) in /home/admin/domains/johntipler.co.uk/public_html/photography/index.php on line 127 Rotate options are disabled (grayed out) - charleyramm - 2009-10-03 Warning: Unknown: open(/tmp/sess_cbdea9e6d864ca2c162875f7e52a13f0, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0 Rotate options are disabled (grayed out) - acrylian - 2009-10-03 You got a file/folder permissions issue on your installation. So check them via a ftp client for example. See the troubleshooting guide for info about the permissions Zenphoto needs. Rotate options are disabled (grayed out) - charleyramm - 2009-10-04 Hi, http://moatfarm.org/wifi/images/zenphoto%20administration_php5.png http://moatfarm.org/wifi/images/zenphoto%20administration_rotate_disabled.png |