MyBB Community Forums

Full Version: MyAlerts v2.0.4 install error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I was trying to install the alerts plugin but after following the instructions given below, my site now shows a fatal error page:
https://community.mybb.com/thread-171301.html


Fatal error: Uncaught Error: Class 'MybbStuff_MyAlerts_Formatter_RepFormatter' not found in /storage/ssd4/917/6680917/public_html/inc/plugins/myalerts.php:1584 Stack trace: #0 /storage/ssd4/917/6680917/public_html/inc/plugins/myalerts.php(787): myalerts_register_core_formatters(Object(MyBB), Object(MyLanguage)) #1 /storage/ssd4/917/6680917/public_html/inc/class_plugins.php(142): myalerts_create_instances(Array) #2 /storage/ssd4/917/6680917/public_html/admin/index.php(752): pluginSystem->run_hooks(Array, Array) #3 {main} thrown in [b]/storage/ssd4/917/6680917/public_html/inc/plugins/myalerts.php[/b] on line [b]1584[/b]
Did you add the classloader.php file to the package ?

https://github.com/MyBBStuff/Plugins.Cor...Loader.php

goes in inc/plugins/MybbStuff/Core/
yes, I copied that there correctly I believe. ill check though

edit: yep, its there: /public_html/inc/plugins/MybbStuff/Core/ClassLoader.php

(2018-08-07, 08:48 PM)Ashley1 Wrote: [ -> ]Did you add the classloader.php file to the package ?

https://github.com/MyBBStuff/Plugins.Cor...Loader.php

goes in inc/plugins/MybbStuff/Core/
Does the "inc/plugins/MybbStuff/MyAlerts/src/Formatter/RepFormatter.php" file exist? It should look like this: https://github.com/MyBBStuff/MyAlerts/bl...matter.php
(2018-08-07, 09:46 PM)Euan T Wrote: [ -> ]Does the "inc/plugins/MybbStuff/MyAlerts/src/Formatter/RepFormatter.php" file exist? It should look like this: https://github.com/MyBBStuff/MyAlerts/bl...matter.php

Thank you. For some reason that hadn't copied over into the folder. Now the errors have gone and it appears to have installed fine. Thank you again . x