Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning on screen


Recommended Posts

Hi All

 

Now I am starting to get somehwere cos I have sorted my index.php, thanks to everyones help.

 

Now when I click on one of my products this fault report appears on the top of page :-

 

Warning: session_start(): open(/data/session/sess_a1369aaa1b4d19976a7a48ff1517117f, O_RDWR) failed: Permission denied (13) in /data/members/paid/g/r/greatbritishmarket.co.uk/htdocs/www/includes/functions/sessions.php on line 67

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /data/members/paid/g/r/greatbritishmarket.co.uk/htdocs/www/includes/functions/sessions.php:67) in /data/members/paid/g/r/greatbritishmarket.co.uk/htdocs/www/includes/functions/sessions.php on line 67

 

Can anyone shed some light or would you need to see the program to see what line 67 says?

 

Thanks

Steve

Link to comment
Share on other sites

Hello again.

 

Quick fix is to make sure sessions are stored in mysql. This is often better anyways, since poorly configured sessions directories can be read by others with access to your webserver.

 

Edit includes/configure.php and admin/includes/configure.php:

 

define('STORE_SESSIONS', 'mysql');

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

Sorry, a bit vague wasn't it.

 

I signed up for os through Lycos web hosting and there one click e-commerce solution. As I am not the brightest spark in temrs of programming and FTP, Lycos have a utility called WebFTP. I have been doing all my work in this, which I know is not a proper FTP. Now, I followed some of the tutorials from demodemo.com and I couldn't remove the three icons from the top right hand corner of the home page because I couldn't change permissions.

 

Sorry about the long winded reply but I thought maybe because I couldn't change the permission for editing logo's then it may be the same for this. Once I can change permissions I can alter the files you suggested.

 

Steve

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...