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
Write a program to get second highest number in an array using php?
How is it possible to know the number of rows returned in the result set?
What is framework? How it works? What is advantage?
How failures in execution are handled with include() and require() functions?
how to track no of users logged in?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Write a program to display table of a number using php?
How can you retrieve data from the mysql database using php?
What is the most common http method?
What does the expression exception::__tostring means?
Why do we use session?
How to read a file in binary mode?
What is oops php?
Is php still relevant 2019?
What does nan stand for computer science?