php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39473 i don't know what i say
Submitted: 2006-11-11 17:20 UTC Modified: 2006-11-11 18:03 UTC
From: mongid at mongid-designs dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mongid at mongid-designs dot com
New email:
PHP Version: OS:

 

 [2006-11-11 17:20 UTC] mongid at mongid-designs dot com
Description:
------------
Problems with this script is that it gives me the following message to all the sites operating at this script

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 32035 is not allowed to access owned by uid 0 in /home/cobra/public_html/admin/includes/functions/sessions.php on line 110

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/cobra/public_html/admin/includes/functions/sessions.php:110) in /home/cobra/public_html/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/cobra/public_html/admin/includes/functions/sessions.php:110) in /home/cobra/public_html/admin/includes/functions/sessions.php on line 67


...............................
please help me to know what can i  do for this problem
and if you want to know about the site i have the problem on it you can visit it 
http://www.cobramufflerco.com


and thank you very much

Reproduce code:
---------------
http://www.cobramufflerco.com


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-11 18:03 UTC] sean@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

See http://php.net/features.safe-mode

Seems your session storage directory is owned by root, not UID 32035.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 04:00:01 2026 UTC