Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Silnei L Andrade Posted August 2, 2022 Posted August 2, 2022 Hello guys, My forum is down with this message in index: -------------------------------------------------------------------- # # Gallery .mo files makefile # # This makefile is based on the one provided with the Horde project # http://www.horde.org/. As such, it inherits the license from the # original version. You can find that license here: # # http://cvs.horde.org/co.php/horde/COPYING?r=2.1 # # I'm not exactly sure what the license restrictions are in this case, # but I want to give full credit to the original authors: # # Copyright 2000-2002 Joris Braakman # Copyright 2001-2002 Chuck Hagenbuch # Copyright 2001-2002 Jan Schneider # # $Id: GNUmakefile.inc 18114 2008-10-04 15:39:28Z mindless $ # MODULE_DIR = $(shell dirname "`pwd`") TYPE_DIR = $(shell dirname "$(MODULE_DIR)") APPLICATION ?= $(shell basename "$(TYPE_DIR)")_$(shell basename "$(MODULE_DIR)") PHP ?= php # Let PHP parse the config.php file to get the g2data directory. G2DATA = $(shell echo ' ---------------------------------- In error logs i found this erros: [02-Aug-2022 10:01:54 UTC] PHP Warning: include(): Failed opening '$(GALLERYDIR)/lib/support/GallerySetupUtilities.class' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') in /home/site1/public_html/init.php on line 26 [02-Aug-2022 10:01:54 UTC] PHP Fatal error: Uncaught Error: Class "GallerySetupUtilitiesStub" not found in /home/site1/public_html/init.php:27 Stack trace: #0 /home/site1/public_html/index.php(12): require_once() #1 {main} thrown in /home/site1/public_html/init.php on line 27 [02-Aug-2022 10:01:54 UTC] PHP Warning: include($(GALLERYDIR)/lib/support/GallerySetupUtilities.class): Failed to open stream: No such file or directory in /home/site1/public_html/init.php on line 26 [02-Aug-2022 10:01:54 UTC] PHP Warning: include(): Failed opening '$(GALLERYDIR)/lib/support/GallerySetupUtilities.class' for inclusion (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear') in /home/site1/public_html/init.php on line 26 [02-Aug-2022 10:01:54 UTC] PHP Fatal error: Uncaught Error: Class "GallerySetupUtilitiesStub" not found in /home/site1/public_html/init.php:27 Does anyone have any idea what could have happened? Thanks in advance I just found out that my plan here at Invision no longer has email support. How do I get support again?
Silnei L Andrade Posted August 2, 2022 Author Posted August 2, 2022 We changed the PHP version from 8.1 to 8 and the site came back. I don't know what could have caused this error. Does anyone have any ideas?
teraßyte Posted August 2, 2022 Posted August 2, 2022 (edited) Based on that error log, this is not something related to Invision Community but some other kind of gallery script. Edited August 2, 2022 by teraßyte Silnei L Andrade 1
Marc Posted August 2, 2022 Posted August 2, 2022 You have a lot of problems with your servers setup on PHP 8.1 there by the look of it. As mentioned above, those arent related to our platform. The init.php file is actually the only file there that is part of our platform at all and even that error message is referring to something outside of the software Silnei L Andrade 1
Recommended Posts