Closed corzel closed 2 years ago
Hmm... I'm not sure why there is a /tmp
folder inside your mu-plugins
directory? It seems autoloader.php
exists twice and that is causing a fatal error, it should only exist once (and definitely not in the /tmp/ child folder).
A follow up here... this was caused by a bug in ss-install-wordpress-mu-plugins
that seemed to affect sites using a custom list of MU plugins in their ss-config
file... in the past few months, I have done a lot of cleanup on that script.
Probably still some improvement to be had with how custom MU plugins are installed, but for now it should be working better and more importantly, the script will force delete the tmp
folder every time it runs now.
Hi! I'm getting this error and notices in settings tabs. https://domain.com/wp-admin/admin.php?page=slickstack&tab=blacklist (&tab=cron, &tab=sftp, &tab=caching, etc.)
The cause of the fatal error is the last line in autoloader.php
If it's removed settings works again.