FrozenTime
Member
- Messages
- 84
- Reaction score
- 0
- Points
- 6
Supers Simple Blog Script
After creating the SQL database and successfully connecting to it with the script, I tried the next setup step where you enter preferences, but got the following error:
Warning: system() has been disabled for security reasons in (path)/setup.php on line 145
Warning: system() has been disabled for security reasons in (path)/setup.php on line 156
Warning: system() has been disabled for security reasons in (path)/setup.php on line 222
the line for one of the errors above for example is is:
system("chmod -R 777 \"$SET0/blogImages\" ");
Is there a way to fix that?
After creating the SQL database and successfully connecting to it with the script, I tried the next setup step where you enter preferences, but got the following error:
Warning: system() has been disabled for security reasons in (path)/setup.php on line 145
Warning: system() has been disabled for security reasons in (path)/setup.php on line 156
Warning: system() has been disabled for security reasons in (path)/setup.php on line 222
the line for one of the errors above for example is is:
system("chmod -R 777 \"$SET0/blogImages\" ");
Is there a way to fix that?