Jump to content

500 error


Follower19

Recommended Posts

I have an error on my forum pro-ucheba.com

[Mon Apr 25 16:40:13.422252 2016] [:error] [pid 9287] [client 100.113.16.49:52666] PHP Fatal error:  Class IPS\\Login\\_VK contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (IPS\\Login\\_LoginAbstract::canProcess) in /home/admin/web/pro-ucheba.com/public_html/system/Login/VK.php on line 241

I delete this plugin, but it doesn't help. I have an error 500 . How to solve that problem?

Link to comment
Share on other sites

Deleting the plugin isn't enough - the issue is with the login handler. Open {site root}/system/Login/VK.php and add the following code just before the last }

function canProcess( \IPS\Member $member ) { return FALSE; }

However, that should only be considered a temporary fix, and you need to contact the developer of the plugin to fix it properly.

You may also want to reupload the plugin files, as it might cause some other issues if you don't.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...