PDA

View Full Version : Upload in safe mode


F.O.
06-04-05, 07:07 PM
Hi,

If I want to upload a file, I will got following error:


Warning: shell_exec(): Cannot execute using backquotes in Safe Mode in /srv/www/htdocs/web0/html/project/modules/files/files.class.php on line 160

php runs in safe mode for security purpose. Is there some solution without turn off safe mode ?

kind regards,

F.O.

ajdonnison
06-04-05, 09:59 PM
The backquotes are only used when indexing of files is used. You might want to disable this by setting the Maximum File Size for Indexing in System Configuration to 0. This will prevent indexing.

F.O.
06-04-05, 10:07 PM
It functions now. Thanks!


kind regards,

F.O.