Guest Posted November 17, 2007 Posted November 17, 2007 Installed and the webstore page is working but not the admin page. When I try to access the admin page this errors is shown Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 1326/80 is not allowed to access /tmp owned by uid/gid 0/0 in /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php on line 161 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php:161) in /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php on line 97 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php:161) in /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php on line 97 Warning: Cannot modify header information - headers already sent by (output started at /usr/home/web/wse202211/catalog/admin/includes/functions/sessions.php:161) in /usr/home/web/wse202211/catalog/admin/includes/functions/general.php on line 22
♥geoffreywalton Posted November 17, 2007 Posted November 17, 2007 Check your configuration files, yes there are two of them, ans see where session info is stored. I could tell you which one but you will learn alot by reading them both Anyway define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' means store session info in the mysql db, is yours set to tmp? or try going into the osC Admin>> Configuration >> Sessions and set the temp directory to some directory under your own account. It's set to /tmp by default, which may not exist or PHP may not actually have rights to write to. Create the file and set permissions, google to find out what it should be. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.