Post Numbers

Error when calling the configuration - Post Numbers

Error when calling the configuration

by nudels64 » Fri Mar 02, 2018 2:00 pm

I can not call the configuration. Have already deleted the module several times and removed database entries. it does not work.

Code: Select all

Allgemeiner Fehler
Auf das Modul kann nicht zugegriffen werden

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions_module.php
LINE: 565
CALL: trigger_error()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()

Solution: In the database "phpbb_modules" 2x entries were the config. Both deleted, module activated, running!
phpbb 3.2.9 # PHP-Version: 7.0 # Themes: Prosilver and Basic
nudels64
Registered User
Posts: 53
Joined: Mon Oct 24, 2016 9:17 pm

Re: Error when calling the configuration

by kasimi » Fri Mar 02, 2018 4:08 pm

For others with the same problem: Disable the extension and delete extension data. Run this query to find out if there are any module rows it missed:

Code: Select all

SELECT *
FROM phpbb_modules
WHERE module_langname LIKE '%POSTNUMBERS%'
Run this query to delete them:

Code: Select all

DELETE FROM phpbb_modules
WHERE module_langname LIKE '%POSTNUMBERS%'
Now enable the extension again.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany