Self Delete by Waindigo [Deleted]

I get this error:
Fatal error: Access level to Waindigo_SelfDelete_ControllerPublic_Abstract::_preDispatch() must be public (as in class EWRporta_ControllerPublic_Portal) in /home/public_html/library/Waindigo/SelfDelete/ControllerPublic/Abstract.php on line 0

Any ideas?
 
Hello,
Using Selef Delete 1.0.0
A user in my forum reports me this error :

The controller Waindigo_SelfDelete_ControllerPublic_Abstract does not define any action named Index.

Any way to fix this ?
Regards
 
Hello,
Using Selef Delete 1.0.0
A user in my forum reports me this error :



Any way to fix this ?
Regards
This sounds like a bug with another add-on. You will probably find that they get a similar message even if this add-on is disabled. That it mentions a name of my add-on is just because of the way XenForo works.

If you can find out what they did to get the error, that may be a clue to which add-on is causing the problem.
 
This is a bug with that add-on.

In the file library/PowerDigital/Unanswered/Controller.php you need to replace:
PHP:
public function _preDispatch($action) {
with
PHP:
protected function _preDispatch($action) {
 
Hi
I want uninstall youre addon , but now is my side crashed , can you Please help ???
Code:
An exception occurred: Undefined index: is_pending_delete in D:\Parallels\Plesk Panel\Vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Visitor.php on line 670

    XenForo_Application::handlePhpError() in XenForo/Visitor.php at line 670
    XenForo_Visitor->offsetGet() in UserSelfDelete/Listener.php at line 89
    UserSelfDelete_Listener::frontControllerPreView()
    call_user_func_array() in XenForo/CodeEvent.php at line 90
    XenForo_CodeEvent::fire() in XenForo/FrontController.php at line 156
    XenForo_FrontController->run() in D:/Parallels/Plesk Panel/Vhosts/roughnecks-germany.de/httpdocs/index.php at line 13
 
Hi
I want uninstall youre addon , but now is my side crashed , can you Please help ???
Code:
An exception occurred: Undefined index: is_pending_delete in D:\Parallels\Plesk Panel\Vhosts\roughnecks-germany.de\httpdocs\library\XenForo\Visitor.php on line 670

    XenForo_Application::handlePhpError() in XenForo/Visitor.php at line 670
    XenForo_Visitor->offsetGet() in UserSelfDelete/Listener.php at line 89
    UserSelfDelete_Listener::frontControllerPreView()
    call_user_func_array() in XenForo/CodeEvent.php at line 90
    XenForo_CodeEvent::fire() in XenForo/FrontController.php at line 156
    XenForo_FrontController->run() in D:/Parallels/Plesk Panel/Vhosts/roughnecks-germany.de/httpdocs/index.php at line 13
I think you want this add-on:
https://xenforo.com/community/resources/user-self-delete.1454/
 
Does this addon have any permissions I need to set, can I restrict this feature to specific user groups?

Is there any way I can extend the change-your-mind period from 24 hours to 72 or more?
 
Top Bottom