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
Which will check if a function exists?
Tell us what does $_cookie means?
Explain the difference between mysql_connect and mysql_pconnect?
Which functions are used to remove whitespaces from the string?
How many escape sequences are recognized in double-quoted strings?
How to find the length of a string?
How long is session timeout?
What is use of in_array() function in php?
What is variable declaration?
What are the functions of string?
Tell me what is use of in_array() function in php?
What is whitespace in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Explain me what is the use of 'print' in php?
Write a program in php to find the occurrence of a word in a string?