i was set new individual folder for saving session
values,the folder name is session and i set 777
permission,using session.save_path function like
session.save_path
"/home21b/sub004/sc21311-ULCX/candyoflove.com/session/" but
it causing Warning: Unknown(): SAFE MODE Restriction in
effect. The script whose uid/gid is 12112/12112 is not
allowed to access
/home21b/sub004/sc21311-ULCX/candyoflove.com/session owned
by uid/gid 12267/12267 in Unknown on line 0 ,please tell
what changes make this script, i was using .htaccesss
file..plz help me....
Answer Posted / amitverma
I think you also need to change the following value(s) in
PHP.INI file -
safe_mode_gid
safe_mode_include_dir
safe_mode_exec_dir
Setting these directives appropriately, you can pass over
these difficulties..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you connet mysql database with php?
What is Type hinting in PHP?
How do you explain independent and dependent variables?
Tell me what is htaccess?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is session management php?
What is session expiry?
List the different types of print functions available in php?
How to protect special characters in query string?
Do you know how to delete a file from the system?
Can I write php code in html file?
How can we pass the variable through the navigation between the pages?
Explain me difference between mysql_connect and mysql_pconnect?
What is static method php?
What is get and post method in php?