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 / 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 |
What is pdo classes?
What is php and its features?
What is php oops concepts?
What is cookie?
What are the differences between PHP 3 and PHP 4 and PHP 5?
What is the best way to test the strpos() return value in php?
What are the __construct() and __destruct() methods in a php class?
What is the delimiter syntax is PHP's default delimiter syntax
What are the benefits of using php and mysql?
What are the new features in php 7?
What is the static variable in function useful for?
How many escape sequences are recognized in double-quoted strings?