edgarfilipe Posted August 10, 2005 Share Posted August 10, 2005 I'm getting these warnings when i'm acessing xxxxx\catalog\admin (from my browser using http) is this normal? What shall i do to "repair" the problem? Warning: session_start(): open(/tmp\sess_5f4e2df0361cc825126f202d8844d9e9, O_RDWR) failed: No such file or directory (2) in h:\domains\XXXXXXXXXXX\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at h:\domains\XXXXXXXXXXX\wwwroot\catalog\admin\includes\functions\sessions.php:67) in h:\domains\XXXXXXXXXXX\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at h:\domains\XXXXXXXXXXX\wwwroot\catalog\admin\includes\functions\sessions.php:67) in h:\domains\XXXXXXXXXXX\wwwroot\catalog\admin\includes\functions\sessions.php on line 67 one more little thing... i'm a little confused about these issue... In order to prevent anyone to use my database/etc, i need to use SSL? what about "secure folders" can i use it instead? I used secure folders, and i've add some users and groups to a certain folder like... xxxx\catalog\admin and i were unable to secure that folder... what shall i do? help me out if you can.. Thanks in advance Link to comment Share on other sites More sharing options...
Guest Posted August 10, 2005 Share Posted August 10, 2005 Remove any blank lines at the end of that file Link to comment Share on other sites More sharing options...
greysun Posted August 10, 2005 Share Posted August 10, 2005 is the sessions file it is looking for present? SSL isnt to keep people from using your database, it just encrypts the data being sent between your server and your customers browsers. If the data is not sent through an SSL connection it is possible for others to snoop on info being sent back and forth between your customers and you. The database is password protected so only OSCommerce or people who know your password could access it directly. As far as keeping people from accessing folders ie.. catalog/admin you should password protect admin. Who ever is hosting your site may have a way already in place for you to do this. You may want to contact them to ask them if you are unable to figure out if this is the case. To answer your question password protected folders IN NO WAY takes the place of an SSL connection Link to comment Share on other sites More sharing options...
edgarfilipe Posted August 27, 2005 Author Share Posted August 27, 2005 problem solved my bad :blush: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.