Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
GDN Fatal error
i get this error: Fatal error: Interface 'Gdn_IPlugin' not found in /home/xxyymm/public_html/plugins/aboutme/class.aboutme.plugin.php on line 13
i just change the name of the add-on in the class.aboutme.plugin.php file but it's still not working for me
i just change the name of the add-on in the class.aboutme.plugin.php file but it's still not working for me
Tagged:
0
Comments
AustinSaucier says:
"To fix this issue, you need to change the plugin folder's name from this:
"ZodiacDM-About-Me---Vanilla-2-Plugin-b5ba570"
To this: "AboutMe"
Then, open class.aboutme.plugin.php and on this line:
$PluginInfo['About Me'] = array(
Change 'About Me' to 'AboutMe' "
now it's fine:)