Quote:
Originally Posted by rh2004
Okie I have re done the whole mod anyway and its working, I found another error
though, when you have send PM to user (when warned) it gives you the error:
Code:
Fatal error: Call to undefined function: sendpm() in /home/username/public_html/dis/Warn.php on line 357
If its turned of you don't get the error
Another one I found is:
My adminpanel is called adminpanel instead of admincp so when I click
Complete Removal user it gives me
Code:
The requested URL /admincp/admin_warn.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Can you help me fix these
Thanks 
|
Please download the latest zip, the Warn.php file I had in the previous one was using a wrong required file, so it was not locating the functions_warning.php file. Let me know if you still have problems.
As for the adminpanel, and find this in your admin_warn.php file:
PHP Code:
$cy="<a href='{$vboptions[bburl]}/admincp/admin_warn.php?act=completeremove
Replace it with:
PHP Code:
$cy="<a href='{$vboptions[bburl]}/adminpanel/admin_warn.php?act=completeremove
Rgds