Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Errors have webhost restore


dstegall

Recommended Posts

Posted

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

Posted

Hey Dawn,

 

If you can't get it that way try this.

Click Me

 

If you need help just give me a hollar.

 

Brian

Posted

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

Posted

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

Posted

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!

Posted

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?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...