Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TIPF Posted July 5, 2022 Posted July 5, 2022 (edited) Hi. I've just upgraded to v4.7 and now getting the following error:Fatal error: Cannot use "parent" when current class scope has no parent inย /home/www/tipf.co.uk/forums/system/Theme/Theme.php(2703) : eval()'d codeย on lineย 37 The only theme I have installed is the default, although I do have the app 'Dark mode' installed, this was upgraded 2 days ago and is apparently now compatible with v4.7. Edited July 5, 2022 by TIPF
Jim M Posted July 5, 2022 Posted July 5, 2022 Sorry, looks like the error was not included. Could you please reply with it?
Stuart Silvester Posted July 5, 2022 Posted July 5, 2022 This is an issue with a third party application or plugin. Disabling those should fix the issue. Jim M 1
TIPF Posted July 5, 2022 Author Posted July 5, 2022 1 hour ago, Stuart Silvester said: This is an issue with a third party application or plugin. Disabling those should fix the issue. Because of the error I can't access the ACP.
Adriano Faria Posted July 5, 2022 Posted July 5, 2022 18 minutes ago, TIPF said: Because of the error I can't access the ACP. Use RECOVERY_MODE: ย Thomas Hop 1
TIPF Posted July 5, 2022 Author Posted July 5, 2022 13 minutes ago, Adriano Faria said: Use RECOVERY_MODE: ย Sorry, I've no idea what that is.
Adriano Faria Posted July 5, 2022 Posted July 5, 2022 Read the guide. Add a constant.php file, etc. Recovery mode will make your board load without any 3rd-party resource enabled... then just disable them and your board is back.
TIPF Posted July 5, 2022 Author Posted July 5, 2022 11 minutes ago, Adriano Faria said: Read the guide. Add a constant.php file Wouldn't know where to start.
nodle Posted July 5, 2022 Posted July 5, 2022 (edited) 4 minutes ago, TIPF said: Wouldn't know where to start. Constantย - RECOVERY_MODEUseย - Used for recovery of the system when failure occurs in 3rd party items, preventingย ACPย accessExample valueย - TRUE ย Add: <?php \define('RECOVERY_MODE','TRUE'); Edited July 5, 2022 by nodle
TIPF Posted July 5, 2022 Author Posted July 5, 2022 I need point out that I don't know the first thing about coding, I install software, I expect it to work as described.
Adriano Faria Posted July 5, 2022 Posted July 5, 2022 Upload the file to the same folder of conf_global.php via FTP: constants.php then once you're in, disable apps and plugins. This will give you access to your ACP again. After disable apps and plugins, delete the file you uploaded (constants.php). To find out the resource with issue, you will have to enable one, test, enable other, test, etc... or maybe you'll find out which one with problem in the logs.
TIPF Posted July 5, 2022 Author Posted July 5, 2022 5 minutes ago, Adriano Faria said: Upload the file to the same folder of conf_global.php via FTP: File uploaded, made no difference at all, the site is still not accessible.ย
Adriano Faria Posted July 5, 2022 Posted July 5, 2022 You better wait for someone from IPS to help you. TIPF 1
Solution TIPF Posted July 5, 2022 Author Solution Posted July 5, 2022 I've just checked and it seems I have several uploads of the conf_global.php file in various locations, tried again and I'm inย ๐ Adlago 1
Mark H Posted July 5, 2022 Posted July 5, 2022 Glad to hear you got this resolved. ๐ For future reference to others, there must be only one instance of conf_global.php, which has to be located in the software's main directory (where e.g. init.php, index.php, and error.php are also located).ย If constants.php is added, it also must be placed in the same directory. TIPF 1
Recommended Posts