Topic: Error to open features section.

The features section in the administration panel does not open correctly, all pages in the administration section open without problems, but the administration-settings-features page opens without a forum header, without style, just text. How can I fix it please tell me.

If I disable extensions in config.php, then everything works fine. But if you manually disable all extensions - nothing changes.

thanks for the help

Re: Error to open features section.

On the server, open the error log (in the control panel or the file error.log, php_error.log and similar) and show your errors.

If you are using php 7.3+ or mysql 8+ then you should probably switch to my punbb version https://punbb.informer.com/forums/post/158390/#p158390
Or make the changes you need to your code manually (all commits on GitHub).
Note: If you use additional bb codes in the form of extensions, then they may not work on my version, since there are changes in the parser relative to the original punbb 1.4.4.

ForkBB
I speak only Russian  :P

Re: Error to open features section.

I've found errors.

Warning: require(../extensions/pun_jquery/lang/English/lang.php): failed to open stream: No such file or directory in /var/www/html/admin/settings.php(1066) : eval()'d code on line 14

Fatal error: require(): Failed opening required '../extensions/pun_jquery/lang/English/lang.php' (include_path='.:/usr/share/php') in /var/www/html/admin/settings.php(1066) : eval()'d code on line 14

I have to remove Upload images to post 3.0.0.RC1 by hcs

but I can't do it cause it isn't installed. It was installed before before I change the server and import database.

When I am trying to delete it PHP error log says

Fatal error: Uncaught Error: Class 'Image_uploader_Module_Installer' not found in /var/www/html/admin/extensions.php(478) : eval()'d code:1 Stack trace: #0 /var/www/html/admin/extensions.php(478): eval() #1 {main} thrown in /var/www/html/admin/extensions.php(478) : eval()'d code on line 1

Can someone help me please how can I delete this extension?

Re: Error to open features section.

> ../extensions/pun_jquery/lang/English/lang.php
Is this file missing? Check it out.

>Can someone help me please how can I delete this extension?
Open your database, for example in phpMyAdmin.
Open the extensions table to view data.
Look for a post with information about Upload images to post 3.0.0.RC1 by hcs. You need his id.
Go to extension_hooks table and delete all records with extension_id = extension id Upload images to post 3.0.0.RC1 by hcs.
Return to the extensions table and delete the extension entry Upload images to post 3.0.0.RC1 by hcs.
After that, delete the cache_hooks.php file in the cache folder.

P.S. If there is no extension information in the extensions table, then delete all records in the extension_hooks table that have an extension_id that do not exist in the extensions table.

ForkBB
I speak only Russian  :P