Hello. When I try to use the "Generate ALL Code for Entire Database Application and Save to Disk " funtion I receive the following error multiple times:
"Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 32252 is not allowed to access /home/madyson3/public_html/phpCodeGenie3.0.2/web/generatedCode/simple/madyson3_IMPS owned by uid 99 in /home/madyson3/public_html/phpCodeGenie3.0.2/app/common/utils/fileSystem/fileSystemUtils.class.php on line 105"
Does anyone have any ideas???
Thanks,
Madyson
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when the server is running in safe mode, you need to reset the pointers in the index.php files in web folder and in phpCodeGenie folder to point to it located in root. load your config file to root, then using your .htaccess file put inside the phpCodeGenie folder, set the path /home/user/etc...
You will also need to change the pointer in line 2 in the rubLamp.inc.php and the superHeader.inc.php
I'm just working through this myself, so there may be more that I need to do, but, step by step, we're getting there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. When I try to use the "Generate ALL Code for Entire Database Application and Save to Disk " funtion I receive the following error multiple times:
"Warning: mkdir(): SAFE MODE Restriction in effect. The script whose uid is 32252 is not allowed to access /home/madyson3/public_html/phpCodeGenie3.0.2/web/generatedCode/simple/madyson3_IMPS owned by uid 99 in /home/madyson3/public_html/phpCodeGenie3.0.2/app/common/utils/fileSystem/fileSystemUtils.class.php on line 105"
Does anyone have any ideas???
Thanks,
Madyson
when the server is running in safe mode, you need to reset the pointers in the index.php files in web folder and in phpCodeGenie folder to point to it located in root. load your config file to root, then using your .htaccess file put inside the phpCodeGenie folder, set the path /home/user/etc...
You will also need to change the pointer in line 2 in the rubLamp.inc.php and the superHeader.inc.php
I'm just working through this myself, so there may be more that I need to do, but, step by step, we're getting there.