trouble with update.php and PHP safe mode [message #6319] |
Tue, 08 October 2002 10:36 |
Erunni
Messages: 7 Registered: October 2002
Karma: 0
|
Junior Member |
|
|
I have trouble updating FUDforum from version 2.3.0 to 2.3.2. When I manually upload the update.php script into the forum's www root, I get a safe mode enabled error. I unlocked the forum and tried to upload the script with the file manager of the forum. Unfortunately the update script gets lost and never occurs in any directory. I saw my last chance in PhpMyExplorer. But the software cannot access the "forum" directory.
Is it possible my provider has blocked huge uploads to the webserver? They use Apache/1.3.26 and PHP/4.2.1.
Thanks a lot for your help.
Erunni
|
|
|
Re: trouble with update.php and PHP safe mode [message #6325 is a reply to message #6319] |
Tue, 08 October 2002 12:27 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
PHP by default has a file upload limit of 2 megabytes, you can check this limit by viewing output of phpinfo() or doing:
echo ini_get('upload_max_filesize');
FUDforum Core Developer
|
|
|
|
Re: trouble with update.php and PHP safe mode [message #6346 is a reply to message #6345] |
Tue, 08 October 2002 14:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can create them yourself, however by default I provide the non-zlib version. On how to create a zlib version of the install/upgrade script, consult the manual.
FUDforum Core Developer
|
|
|
|
|