Re: [3.3] Download Extension
Verfasst: 05.06.2020 20:10
Neue Version 8.1.0 nun final veröffentlicht.
Hoffentlich soweit fehlerfrei.
Hoffentlich soweit fehlerfrei.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
AJAX-Fehler
Internal Server Error
Die fliegt u. a. wegen diesem Problem in einer der nächsten Versionen raus.oxpus hat geschrieben: 07.07.2020 13:45
Leider liefert die AJAX-Routine des phpBB keine Detailbeschreibung zum Fehler zurück.
..hm dann muss ich das mal testenoxpus hat geschrieben: 07.07.2020 13:45 Hast Du die Extension schon mal in einer früheren Version installiert und willst jetzt aktualisieren?
Ansonsten hilft nur, zunächst Javascript im Webbrowser abzuschalten und zu schauen, was dann als möglicher Fehler kommt.
Leider liefert die AJAX-Routine des phpBB keine Detailbeschreibung zum Fehler zurück.
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysqli ]
All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead [1171]
SQL
CREATE TABLE phpbb_dl_lang ( field_id int(8) UNSIGNED DEFAULT '0' NOT NULL, lang_id int(8) UNSIGNED NULL, lang_name mediumtext NOT NULL, lang_explain mediumtext NOT NULL, lang_default_value mediumtext NOT NULL, PRIMARY KEY (field_id, lang_id) ) CHARACTER SET `utf8` COLLATE `utf8_bin`;
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: 195
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 1011
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 394
CALL: phpbb\db\tools\tools->_sql_run_sql()
FILE: [ROOT]/phpbb/db/tools/tools.php
LINE: 439
CALL: phpbb\db\tools\tools->sql_create_table()
FILE: (not given by php)
LINE: (not given by php)
CALL: phpbb\db\tools\tools->perform_schema_changes()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 714
CALL: call_user_func_array()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 661
CALL: phpbb\db\migrator->run_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 400
CALL: phpbb\db\migrator->process_data_step()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()
FILE: [ROOT]/phpbb/db/migrator.php
LINE: 351
CALL: phpbb\db\migrator->try_apply()
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/oxpus/dlext/ext.php
LINE: 40
CALL: phpbb\extension\base->enable_step()
FILE: [ROOT]/phpbb/extension/manager.php
LINE: 231
CALL: oxpus\dlext\ext->enable_step()
FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 215
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()