rajmohan Posted November 1, 2006 Share Posted November 1, 2006 i create a file in that i try to create a folder through coding$dir = $company; mkdir($dir,0777);it is executing in the localhost but after uploding this file it is giving error like this [b]SAFE MODE Restriction in effect. The script whose uid is 10056 is not allowed to access /home/httpd/vhosts/buscandomusicos.com/httpdocs/SSS owned by uid 48 in /home/httpd/vhosts/buscandomusicos.com/httpdocs/pagename.php on line 83[/b]can any one answer for this one please Link to comment https://forums.phpfreaks.com/topic/25799-mkdir-error-while-uploadhelp-please/ Share on other sites More sharing options...
craygo Posted November 1, 2006 Share Posted November 1, 2006 Seems you are running php in safe mode. Check your php.ini file and restart your web server.Ray Link to comment https://forums.phpfreaks.com/topic/25799-mkdir-error-while-uploadhelp-please/#findComment-117824 Share on other sites More sharing options...
rajmohan Posted November 2, 2006 Author Share Posted November 2, 2006 How to check php.ini files I am facing this error first time so please guide me. Link to comment https://forums.phpfreaks.com/topic/25799-mkdir-error-while-uploadhelp-please/#findComment-118239 Share on other sites More sharing options...
joshi_v Posted November 2, 2006 Share Posted November 2, 2006 Make a script with the following function to check PHP settings.[code]<?php//this function will return all the PHP settings.phpinfo();?>[/code]upload it to the server, where you are getting these errors and check. Link to comment https://forums.phpfreaks.com/topic/25799-mkdir-error-while-uploadhelp-please/#findComment-118292 Share on other sites More sharing options...
rajmohan Posted November 2, 2006 Author Share Posted November 2, 2006 yes i upload a file and i got phpinfo();what should i want to see in that phpinfo() Link to comment https://forums.phpfreaks.com/topic/25799-mkdir-error-while-uploadhelp-please/#findComment-118294 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.