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 »

i see this in the config table?
dl blacklist.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 »

???
Then your forum ignores the existing depencies in the migration files.
There are 4 migration files in the folder [c}/ext/oxpus/dlext/migrations/basics[/c] and dl_commons.php should be started as the last one of the basic migrationss, not the first one.

This explains the error message.

Strange...

You are using phpBB 3.3.12?
Why not the latest one 3.3.14?

Which php are you using?
The download extension was tested on php 8.4.2, but needs for the absolute minimum php 7.2.x, better 8.1.x
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 »

currently
GZip compression: Off
PHP version: 8.2.26
Orphan attachments: 46

Just havent gotten to updating yet... didnt want to mess with that till i got the download ext cleaned up. Trying to not toss another wrench in the mix!
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 »

Before reinstalling the extension you should clean up the migration table and config table in the database to have a clean basic set without data from the download extension; as you have cleaned up the database before your try to installation again.

But without a clean update of your forum the migration basic function are possible broken to perform migrations.
The last installation doesn't create any tables in your database and that's the reason to see the error message.

Maybe the forum error log in the ACP have logged something from the extension install process?

And you still have permissions to create tables in the database?
Or is this not allows by your known database account?
Without this permission you will not be able to install any extension nor update the forum.

Again:
Without direct access to the forum or database, I can only guess what the reasons might be for something not working for you.
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 »

SUCCESS!!! 8-)

Seems like there may have been some migration entries still present after run the SQL statement.
Looks like they have been missing from your linked instructions.
8_0_0
8_0_14
8_0_3
8_0_8
8_1_9
8_2_0
8_2_5
8_2_7
8_1_9
8_1_0rc1 you had RC in caps? not sure if this effected its deletion?
8_1_0rc2 you had RC in caps? not sure if this effected its deletion?
8_0_8

Also in the revised migration deletion sql statement you forgot to put the basics back in.

So im not 100 percent sure how much wasnt deleted the first time (i thought i checked ...perhaps i missed them)

Anyhow i painstakinly went through and made sure all tables were gone, ran each sql statement and checked the data was gone

Then i reinstalled with success
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

success.jpg
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

also this statement had typo

Code: Alles auswählen

DELETE FROM phpb_ext where ext_name = 'oxpus/dlext'
its phpbb lol

Code: Alles auswählen

DELETE FROM phpbb_ext where ext_name = 'oxpus/dlext'
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 »

Congratulations.

The assistent help you to add the first category and set the first recommended settings.
After this you can setup all other options and structures you want.
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 »

OK,
So most things seem to work as it should. but permisssions seem to be a problem.
set them as here. but still shows as no permission
permissions.jpg
dave c
Beiträge: 56
Registriert: Di 18. Feb 2020, 22:01

Re: Module not accessable

Beitrag von dave c »

ohhh. i think i figured it out... i had traffic management on. seems that may have been the issue
Antworten