MyBB Community Forums

Full Version: MyAlerts v2.0.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
will it be possible to add a feature,
if thread closed=>thread starter will get the notification?
Hello, I tried to install MyAlerts but I got a white screen of death on my front end!  Any ideas what's wrong?  I deactivated and uninstalled and everything is fine again!
(2023-04-01, 04:03 PM)RocketFoot Wrote: [ -> ]Hello, I tried to install MyAlerts but I got a white screen of death on my front end!  Any ideas what's wrong?  I deactivated and uninstalled and everything is fine again!

Anybody?  I double checked all the uploads...I added the ClassLoader.php file and Plugin Library, but I still get white screen on the front end after clicking install and activate!
Turn on error logging, look MyBB errors and server errors.
"White page" is not the source error, it's the consequence.
(2023-04-03, 10:49 AM)Crazycat Wrote: [ -> ]Turn on error logging, look MyBB errors and server errors.
"White page" is not the source error, it's the consequence.

Here is what I get in error.log in the admin folder>

<error>
	<dateline>1680364319</dateline>
	<script>inc/plugins/myalerts.php</script>
	<line>25</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>require_once(/home/bsva/public_html/inc/plugins/MybbStuff/Core/ClassLoader.php): failed to open stream: No such file or directory</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/inc/plugins/myalerts.php:25]
#2  require_once() called at [/inc/plugins/myalerts.php:25]
#3  require_once() called at [/admin/modules/config/plugins.php:526]
#4  require() called at [/admin/index.php:830]
</back_trace>
</error>
I checked and double checked the ClassLoader.php file and it seems to be in order??
Permissions or case sensitivity to the names?
ClassLoader.php is missing.
Make sure that the file is in the correct path.

/inc/plugins/MybbStuff/Core/ClassLoader.php

Then refresh the AdminCP plugin page.
(2023-04-04, 07:55 AM)Schnapsnase Wrote: [ -> ]ClassLoader.php is missing.
Make sure that the file is in the correct path.

/inc/plugins/MybbStuff/Core/ClassLoader.php

Then refresh the AdminCP plugin page.

I have rechecked, reloaded and tested but still nothing!

[attachment=45902]

Even the URL to the ClassLoader file is white...

https://blacksheepvintageaudio.com/inc/plugins/MybbStuff/Core/ClassLoader.php
I can't figure out what I am doing wrong, LOL!
Found this interesting, and may help explain the error you're seeing.  Especially given the existence of classloader.php can be manually confirmed:

https://github.com/MyBBStuff/MyAlerts/issues/249

Not sure if at all related, but I used classloader.php from here:

https://raw.githubusercontent.com/MyBBSt...Loader.php

You can check your file for differences.
(2023-04-04, 11:28 AM)nixer55 Wrote: [ -> ]Found this interesting, and may help explain the error you're seeing.  Especially given the existence of classloader.php can be manually confirmed:

https://github.com/MyBBStuff/MyAlerts/issues/249

Not sure if at all related, but I used classloader.php from here:

https://raw.githubusercontent.com/MyBBSt...Loader.php

You can check your file for differences.

I saw that and I did try both files but I get the same white screen results with either version???

This is really weird!