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 |
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
What is PECL?
What is binary safe string?
What is the difference between myisam and innodb?
How can you declare a constant variable in php?
Who is the father of PHP and explain the changes in PHP versions?
2 Answers Rushmore Consultancy,
What is include in php?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME
What are the new features available in php 7?
How big is varchar max?
I have 10 elements of Array, how can i remove 5 array element, with single function.