|
Re: uninstall.php [message #10184 is a reply to message #10180] |
Thu, 22 May 2003 15:48 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) 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 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) 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
|
|
|
|