Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
JohnCourt Posted December 6, 2022 Posted December 6, 2022 (edited) Some of my members are getting this when they click on the "reply to this topic" area. Any help or direction is greatly appreciated, thanks! Invision Power Services, Inc. * @copyright (c) Invision Power Services, Inc. * @license https://www.invisioncommunity.com/legal/standards/ * @package Invision Community * @since 18 Feb 2013 */ \define('REPORT_EXCEPTIONS', TRUE); $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; \IPS\Dispatcher\Front::i()->run(); Here are links to the topics describing the issues: https://thepatriotwoodworker.com/forums/topic/38374-browsers-download-instead-of-opening-the-site/ https://thepatriotwoodworker.com/forums/topic/38373-posting-issues-errant-population-in-reply-field/ Edited December 6, 2022 by JohnCourt
Solution teraßyte Posted December 6, 2022 Solution Posted December 6, 2022 Looks like your server sometimes is not parsing properly the PHP code/files. You should contact your hosting about it.
JohnCourt Posted December 6, 2022 Author Posted December 6, 2022 Thanks folks for the help, our host is testing it by replying to topics in our community, and they are not seeing the issue as it's intermittent, and not being of much help right now, do you have any thoughts or language I could use when I communicate with them next time to make a clearer case that it is a PHP parsing issue?
JohnCourt Posted December 6, 2022 Author Posted December 6, 2022 12 minutes ago, JohnCourt said: and not being of much help right now Actually that's not true, just feeling a tad frustrated this morning, they are testing, just not seeing the same errors our members our.
JohnCourt Posted December 9, 2022 Author Posted December 9, 2022 (edited) Just a little update, after turning on and off MOD SECURITY in my server settings per our host advice, and them looking into the possibility that something in MOD SEC could be causing this, and after we determined it wasn't MOD SEC, they dug in deeper and they found that: Quote Your software developer was absolutely correct. An issue on the firewall was causing a failure in PHP parsing. Our system operations team fixed the issue on the firewall so that going forward users would not experience the error you initially shared. Kudo's to A2 Hosting, their responses to my responses were quick and they stuck with the issue till it was resolved, and thanks guys here for helping me out. 🙂 Edited December 9, 2022 by JohnCourt Randy Calvert 1
Marc Posted December 9, 2022 Posted December 9, 2022 Very glad to hear you got to the bottom of the issue there, John 🙂 JohnCourt 1
Recommended Posts