![]() |
|
[Path Problem] when pointing the domain to other catalog - 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: [Path Problem] when pointing the domain to other catalog (/thread-4060.html) |
[Path Problem] when pointing the domain to other catalog - yogal - 12-11-2008 Hi, I installed ZP not so long ago. The gallery is in folder /galeria in http://mydomain.pl/pe/galeria `define('WEBPATH', '/pe/galeria'); define('SERVERPATH', '/pe/galeria');` did the trick. `define('WEBPATH', '/galeria'); define('SERVERPATH', '/galeria');` when viewing the gallery, these errors showed up: ` Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /galeria/zp-core/admin-functions.php:9) in /galeria/zp-core/admin-functions.php on line 9 Warning: Cannot modify header information - headers already sent by (output started at /galeria/zp-core/admin-functions.php:9) in /galeria/index.php on line 84 Warning: Cannot modify header information - headers already sent by (output started at /galeria/zp-core/admin-functions.php:9) in /galeria/index.php on line 85 Warning: Unknown: open(/tmp/sess_ee32c4a29c090ebf9c16f810d0b394a3, O_RDWR) failed: No such file or directory (2) 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 (/tmp) in Unknown on line 0 Thanks in advance, |