dstegall Posted January 8, 2010 Posted January 8, 2010 on store page: Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 575 is not allowed to access /tmp owned by uid 0 in /home/faithful/public_html/Store/includes/functions/sessions.php on line 148 in store admin: Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 575 is not allowed to access /tmp owned by uid 0 in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 110 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:110) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:110) in /home/faithful/public_html/Store/admin/includes/functions/general.php on line 22 I've already checked for blank space at top of sessions.php and no space. Any other ideas? Thank you! Faithfully, Dawn
♥mdtaylorlrim Posted January 8, 2010 Posted January 8, 2010 Try admin >> configuration >> sessions >> session directory set it from /tmp to tmp Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Guest Posted January 8, 2010 Posted January 8, 2010 Hey Dawn, If you can't get it that way try this. Click Me If you need help just give me a hollar. Brian
dstegall Posted January 8, 2010 Author Posted January 8, 2010 In my research prior to posting, I did trying changing to tmp. And now have gone into php admin following what Ian said in the post given by Brian. Now I have new errors: on store main page: Warning: session_start() [function.session-start]: open(tmp/sess_ad55c9d142c337ae8814322f09686c63, O_RDWR) failed: No such file or directory (2) in /home/faithful/public_html/Store/includes/functions/sessions.php on line 97 Warning Warning: The sessions directory does not exist: tmp. Sessions will not work until this directory is created. On admin page: Warning: session_start() [function.session-start]: open(tmp/sess_f62e102eee24a282b7af1c24238a0e5d, O_RDWR) failed: No such file or directory (2) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:67) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:67) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Thank you for any help! Hey Dawn, If you can't get it that way try this. Click Me If you need help just give me a hollar. Brian
♥mdtaylorlrim Posted January 8, 2010 Posted January 8, 2010 Manually create the directory /public_html/Store/tmp and try again. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
dstegall Posted January 8, 2010 Author Posted January 8, 2010 Manually create the directory /public_html/Store/tmp and try again. That worked for the main Store page. Thank you! Still have errors in admin though. :( My phpadmin line 136 of configurations says SESSION_WRITE_DIRECTORY
♥mdtaylorlrim Posted January 8, 2010 Posted January 8, 2010 That worked for the main Store page. Thank you! Still have errors in admin though. :( My phpadmin line 136 of configurations says SESSION_WRITE_DIRECTORY But what's the value in teh next column? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
dstegall Posted January 8, 2010 Author Posted January 8, 2010 But what's the value in teh next column? tmp
♥mdtaylorlrim Posted January 8, 2010 Posted January 8, 2010 Still getting errors? What are they now? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
dstegall Posted January 8, 2010 Author Posted January 8, 2010 Still getting errors? What are they now? Warning: session_start() [function.session-start]: open(tmp/sess_a84aa70482ad9ee1362e37a77cadf53a, O_RDWR) failed: No such file or directory (2) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:67) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/faithful/public_html/Store/admin/includes/functions/sessions.php:67) in /home/faithful/public_html/Store/admin/includes/functions/sessions.php on line 67 These are in the Store/admin. Thank you!
♥mdtaylorlrim Posted January 8, 2010 Posted January 8, 2010 Makes me also think you need a /admin/tmp directory. And why do you still have an admin directory in the first place? Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
dstegall Posted January 8, 2010 Author Posted January 8, 2010 Makes me also think you need a /admin/tmp directory. And why do you still have an admin directory in the first place? That did it! Thanks so much... I've always had an admin direcotry. I haven't been on top of OSC as far as upgrading, should I not have an admin directory?
Guest Posted January 8, 2010 Posted January 8, 2010 That did it! Thanks so much... I've always had an admin direcotry. I haven't been on top of OSC as far as upgrading, should I not have an admin directory? Dawn, That is a security issue. You should rename the admin to something noone else would know. That way you won't get hacked. Check the security chanel in here for more info. Security
Recommended Posts
Archived
This topic is now archived and is closed to further replies.