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 php session id?
What does the function get_magic_quotes_gpc() means?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What is the default time of cookie in php?
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,
Tell me what is the use of the function htmlentities?
What is the use of return in php?
Is facebook still written in php?
Whether php supports microsoft sql server?
How do I find out the number of parameters passed into function?
can anyone tel me about the Expression engine Note:Its a CMS in Php
How to run the interactive php shell from the command line interface?