Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 11-27-2005, 05:17 AM Errors
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
Quote:

Warning: session_start(): open(/tmp/sess_b69df90995b3119e5653235d8ce0f0c0, O_RDWR) failed: Permission denied (13) in /home/.basic/xxxxxxx/xxxxxxx.com/init.php on line 5

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/.basic/xxxxxxxxxxx/xxxxx.com/init.php:5) in /home/.basic/xxxxxxx/xxxxxxx.com/init.php on line 5
Quote:
Warning: Unknown(): open(/tmp/sess_b69df90995b3119e5653235d8ce0f0c0, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
any idea what this error means and how can i sort this out.

the one on the first "quote" appears in the header.

and the second one comes in the footer.


i am trying to setup a script which works perfectly fine in another site.

both the sites are in diff servers.

i havent messed with the actual php scripts much. apart from some one or 2 customizations here and there.

but otherwise most of the original script is untouched.

any help is appreciated.


first couple of lines from init.php
Quote:
<?php

// set_time_limit(0);
session_name('xxxxxxxxxxx');
session_start();
ob_start();
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

Last edited by praveen; 11-27-2005 at 05:42 AM..
praveen is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-27-2005, 06:11 AM
Ickie's Avatar
Extreme Talker

Posts: 217
Location: Australia
Trades: 0
I got that a few times, but it seemed to only happen at random times. It's weird, maybe it's not loading correctly, their mite be some kind of interference while it tries to load the session. Sorry I don't know how to fix it, maybe try converting to cookies?
Ickie is offline
Reply With Quote
View Public Profile
 
Old 11-27-2005, 09:05 AM
Extreme Talker

Posts: 219
Location: UK, East Anglia
Trades: 0
try

PHP Code:
 <?php
session_start
();
// set_time_limit(0);
session_name('xxxxxxxxxxx');
ob_start();
Or something like that, session_start(); should always come first.
timsquash5 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Errors
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19456 seconds with 12 queries