Simplementions ext SQL error

Hulp bij het installeren van of op zoek naar een extensie?
Plaats reactie
Gebruikersavatar
nl1sms
Berichten: 818
Lid geworden op: 12 mei 2005, 16:11
Locatie: Zaanstad

Simplementions ext SQL error

Bericht door nl1sms » 15 jan 2023, 12:53

Ik wil simple mentions 1.05 extensie installeren op mijn vers geinstalleerde forum. Als ik activeer krijg ik de melding:

Code: Selecteer alles

Algemene fout
SQL ERROR [ mysqli ]

Field 'bbcode_helpline' doesn't have a default value [1364]

SQL

INSERT INTO phpbb_bbcodes (display_on_posting, bbcode_match, bbcode_tpl, bbcode_tag, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id) VALUES (0, '[mention]{TEXT}[/mention]', '<em class=\"mention\">@{TEXT}</em>', 'mention', '/(?!)/', '', '/(?!)/', '', 13)

BACKTRACE

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

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/ext/paul999/mention/core/bbcodes_installer.php
LINE: 207
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/ext/paul999/mention/core/bbcodes_installer.php
LINE: 76
CALL: paul999\mention\core\bbcodes_installer->add_bbcode()

FILE: [ROOT]/ext/paul999/mention/migrations/add_bbcode.php
LINE: 34
CALL: paul999\mention\core\bbcodes_installer->install_bbcodes()

FILE: (not given by php)
LINE: (not given by php)
CALL: paul999\mention\migrations\add_bbcode->install_bbcodes()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 715
CALL: call_user_func_array()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 662
CALL: phpbb\db\migrator->run_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 437
CALL: phpbb\db\migrator->process_data_step()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 288
CALL: phpbb\db\migrator->try_apply()

FILE: [ROOT]/phpbb/db/migrator.php
LINE: 241
CALL: phpbb\db\migrator->update_do()

FILE: [ROOT]/phpbb/extension/base.php
LINE: 78
CALL: phpbb\db\migrator->update()

FILE: [ROOT]/ext/paul999/mention/ext.php
LINE: 40
CALL: phpbb\extension\base->enable_step()

FILE: [ROOT]/phpbb/extension/manager.php
LINE: 231
CALL: paul999\mention\ext->enable_step()

FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 209
CALL: phpbb\extension\manager->enable_step()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()

FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Uitschakelen, data verwijderen en opnieuw proberen. Niks werkt. Krijg het niet aan de gang. Help ! :)

Gebruikersavatar
nl1sms
Berichten: 818
Lid geworden op: 12 mei 2005, 16:11
Locatie: Zaanstad

Re: Simplementions ext SQL error

Bericht door nl1sms » 15 jan 2023, 14:13


Plaats reactie