can't clear the cache for the board itself without being in the ACP... but as far as my computer goes, tried this from several browsers and on another computer all together(cleared the cache there) and still no luck so far.
Yes you can, use FTP, and empty /cache, leaving index.htm and .htaccess
ok... tried that but so far, still can't load any pages.
I found an error log in the forums' root directory... this is what it said...canonknipser wrote: ↑Thu Sep 05, 2019 5:59 pmYour site is sending a http error 500. As you can see in the search result I linked, it is a quite common error wich doesn't tell anything without having a look in the servers error log file. So, Just look there to find the real error.
[22-Aug-2019 02:07:33 UTC] PHP Catchable fatal error: Argument 4 passed to s9e\TextFormatter\Plugins\MediaEmbed\Parser::filterTag() must be of the type array, none given in /home/xxxxxx/public_html/forums/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Parser.php on line 28
guess I have to contact my host...janus_zonstraal wrote: ↑Fri Sep 06, 2019 4:22 pmSometimes you can see errors in cPanel, if you have that?
Or ask your host for the error logs
Code: Select all
php_value display_errors on
Odd... that's similar to the error from August... is it just reading the log file from then? Or is this a current issue? If it is current in any way, I'm still confused because I didn't touch that extension. I'm still quite lost as to what to do here.Fatal error: Uncaught exception 'RuntimeException' with message 'Media site 'blab' does not exist' in /home/xxxxxx/public_html/forums/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php:21 Stack trace: #0 /home/xxxxxx/public_html/forums/vendor/s9e/text-formatter/src/Configurator.php(7373): s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections\SiteDefinitionCollection->getNotExistException('blab') #1 /home/xxxxxx/public_html/forums/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Configurator.php(53): s9e\TextFormatter\Configurator\Collections\NormalizedCollection->get('blab') #2 /home/xxxxxx/public_html/forums/ext/phpbb/mediaembed/event/main_listener.php(90): s9e\TextFormatter\Plugins\MediaEmbed\Configurator->add('blab') #3 [internal function]: phpbb\mediaembed\event\main_listener->configure_media_embed(Object(phpbb\event\data), 'core.text_forma...', Object(phpbb\event\dispatcher)) #4 /home/xxxxxx/public_html/forums/vendor/symfony/event-dispatcher/EventD in /home/xxxxxx/public_html/forums/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Configurator/Collections/SiteDefinitionCollection.php on line 21
If you're referring to the old s9 media extension - that's outdated and should be removed completely.millipede wrote: ↑Fri Sep 06, 2019 8:01 pmwhile I'm waiting, and since this error seems to involve the media embed extension... I went and posted a support topic for that extension with the error code produced so maybe someone can tell me what to do with it. If I get help there, I'll update here. Thanks.