|
Re: uninstall.php [message #10184 is a reply to message #10180] |
Thu, 22 May 2003 15:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
uninstall script cannot handle safe_mode just yet, that will be fixed shortly. In the mean time the solution is to do:
<?php copy('uninstall.php', 'uninstall_safe.php'); ?>
and then run uninstall_safe.php
Make sure that the above script is ran in a browser so that file ownership matches the files created by the forum.
FUDforum Core Developer
|
|
|
|
Re: uninstall.php [message #10205 is a reply to message #10190] |
Fri, 23 May 2003 15:12 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try this uninstall script (in my tests i has proven to work under safe_mode).
FUDforum Core Developer
|
|
|
|