Module not accessable

Support für Extensions für phpBB 3.3.x von Entwickler OXPUS
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

However, I can recommend that you install this extension, which activates debug mode and can display further PHP errors: https://www.phpbb.com/customise/db/mod/ ... nd_notices
This shouldn't be done in a productively used forum, but it would help to find and eliminate as many errors as possible.
This is very old from 3.0.x days.

Works properly in 3.3.x?

Dragging up old memories of modifying files directly!!! was having flashbacks! haha
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Module not accessable

Beitrag von oxpus »

No, please don't change the phpBB core files.

Yes, sorry, this extension is to old for phpBB 3.3.x.
Please install this small one:
oxpus.zip
(9.34 KiB) 273-mal heruntergeladen
This doesn't log anything but increases all error massages with additional data for a higher support level.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

dl ext gone.jpg
Ok,
Above followed... i beleive the database is now clear. ext file system is gone. Production folder was deleted

debug mode ext is installed.

So my next step is? reupload a fresh package of the DL ext? or?

Did notice maybe 2 columns? left are these related?
2 columns left.jpg
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Module not accessable

Beitrag von oxpus »

For the two missing columns please remove them within your phpmyadmin.

Before retrying to install the extension again, please check first possible existing modules from the extension.
If you cannot found them you can upload the fresh extension package and try to install this.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

Code: Alles auswählen

General Error
SQL ERROR [ mysqli ]

Table 'dbs310422.phpbb_dl_ext_blacklist' doesn't exist [1146]

SQL

INSERT INTO phpbb_dl_ext_blacklist (extention) VALUES ('asp'), ('cgi'), ('dhtm'), ('dhtml'), ('exe'), ('htm'), ('html'), ('jar'), ('js'), ('php'), ('php3'), ('pl'), ('sh'), ('shtm'), ('shtml')

BACKTRACE

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

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

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

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

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 401
CALL: phpbb\db\driver\driver->sql_multi_insert()

FILE: [ROOT]/ext/oxpus/dlext/migrations/basics/dl_commons.php
LINE: 56
CALL: phpbb\db\driver\factory->sql_multi_insert()

FILE: (not given by php)
LINE: (not given by php)
CALL: oxpus\dlext\migrations\basics\dl_commons->add_default_blacklist_extentions()

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/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: 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()
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Module not accessable

Beitrag von oxpus »

Are you sure you have use the right fresh and latest release?
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

Yes downloaded 8.2.15 fresh unziped and uploaded
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Module not accessable

Beitrag von oxpus »

Hrmpf, I've no idea why your board will not perform the migrations without errors.

The last migration basic file dl_commons should be used after creating all tables modules and permissions in the database.
So please check out that the table phpbb_dl_ext_blacklist exists.
If this is missing, your forum will have general errors to perform migrations in the right way.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

none of the DL tables got inserted... only see the migration entries
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

Code: Alles auswählen

db5000318407.hosting-data.io/dbs310422/phpbb_migrations/		https://phpmyadmin.us.ionos.host/sql.php?server=1&db=dbs310422&table=phpbb_migrations&pos=0
 Showing rows 0 - 99 (475 total, Query took 0.0006 seconds.)

SELECT * FROM `phpbb_migrations`


migration_name	migration_depends_on	migration_schema_done	migration_data_done	migration_data_state	migration_start_time	migration_end_time	
	
\oxpus\buttonsMenu\migrations\v200\addLeftRightId	a:1:{i:0;s:48:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977942	1584977943	
\oxpus\buttonsMenu\migrations\v200\release_2_0_0	a:1:{i:0;s:34:"\phpbb\db\migration\data\v320\v320"...	1	1		1584977942	1584977942	
\oxpus\buttonsMenu\migrations\v200\release_2_1_0	a:1:{i:0;s:49:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977943	1584977943	
\oxpus\buttonsMenu\migrations\v200\release_2_1_1	a:1:{i:0;s:48:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977943	1584977943	
\oxpus\buttonsMenu\migrations\v200\release_2_2_0	a:1:{i:0;s:48:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977943	1584977943	
\oxpus\buttonsMenu\migrations\v200\release_2_3_0	a:1:{i:0;s:48:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977943	1584977943	
\oxpus\buttonsMenu\migrations\v300\release_3_0_0	a:1:{i:0;s:48:"\oxpus\buttonsMenu\migrations\v200\...	1	1		1584977943	1584977943	
\oxpus\debug\migrations\release_1_0_0	a:0:{}	1	1		1735410132	1735410132	
\oxpus\dlext\migrations\basics\dl_commons	a:1:{i:0;s:39:"\oxpus\dlext\migrations\basics\dl_p...	1	0		1735421772	0	
\oxpus\dlext\migrations\basics\dl_module	a:1:{i:0;s:40:"\oxpus\dlext\migrations\basics\dl_s...	1	1	a:3:{s:6:"result";N;s:4:"step";i:4;s:11:"_total_ti...	1734820700	1734820701	
\oxpus\dlext\migrations\basics\dl_perms	a:1:{i:0;s:40:"\oxpus\dlext\migrations\basics\dl_m...	1	1		1735421771	1735421772	
\oxpus\dlext\migrations\basics\dl_schema	a:1:{i:0;s:34:"\phpbb\db\migration\data\v320\v320"...	1	1		1734820698	1734820700	
\oxpus\dlext\migrations\v800\release_8_0_0	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\prepar...	1	1	a:3:{s:6:"result";N;s:4:"step";i:1;s:11:"_total_ti...	1583509923	1583509923	
\oxpus\dlext\migrations\v800\release_8_0_14	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas...	1	1		1734820493	1734820494	
\oxpus\dlext\migrations\v800\release_8_0_3	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas...	1	1		1586866119	1586866119	
\oxpus\dlext\migrations\v800\release_8_0_8	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas...	1	1		1734820493	1734820493	
\oxpus\dlext\migrations\v810\release_8_1_0rc1	a:1:{i:0;s:43:"\oxpus\dlext\migrations\v800\releas...	1	1		1734820494	1734820494	
\oxpus\dlext\migrations\v810\release_8_1_0rc2	a:1:{i:0;s:45:"\oxpus\dlext\migrations\v810\releas...	1	1		1734820494	1734820494	
\oxpus\dlext\migrations\v810\release_8_1_9	a:1:{i:0;s:45:"\oxpus\dlext\migrations\v810\releas...	1	1		1734820494	1734820494	
\oxpus\dlext\migrations\v820\release_8_2_0	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v810\releas...	1	1		1734820494	1734820494	
\oxpus\dlext\migrations\v820\release_8_2_5	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v820\releas...	1	1		1734820494	1734820494	
\oxpus\dlext\migrations\v820\release_8_2_7	a:1:{i:0;s:42:"\oxpus\dlext\migrations\v820\releas...	1	1		1734820494	1734820495	
\paul999\mention\migrations\add_bbcode	a:1:{i:0;s:34:"\phpbb\db\migration\data\v31x\v314"...	1	1		1587472913	1587472914	
\paul999\mention\migrations\add_config	a:1:{i:0;s:42:"\paul999\mention\migrations\version...	1	1		1587472914	1587472914	
\paul999\mention\migrations\install_permission	a:1:{i:0;s:34:"\phpbb\db\migration\data\v31x\v314"...	1	1		1587472914	1587472914	
\paul999\mention\migrations\install_role	a:2:{i:0;s:34:"\phpbb\db\migration\data\v31x\v314"...	1	1		1587472914	1587472914	
Antworten