Module not accessable
Re: Module not accessable
Disabled EXT went to delete data and i get this
Re: Module not accessable
Also seem to have a few modules left at the moment
- oxpus
- Chief handy-man
- Beiträge: 2719
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
- Kontaktdaten:
Re: Module not accessable
I already wrote that you must first manually delete any modules that are remaining after deleting the extension's working files before you can even consider a restart.
And the "empty" website was caused by an error that your webserver logged in the error.log.
Please check there to see what error was reported before continuing to investigate the issues.
And again:
Without the specific error message during the extension update, I can only continue to guess what could have happened in order to eliminate errors and leftover data fragments to be able to reinstalled the extension again.
This not only affects the Downloads extension, but any extension that displays errors during the update or installation process. Without these error messages, the developer can usually only guess what went wrong in the specific case in order to be able to clean up.
And the "empty" website was caused by an error that your webserver logged in the error.log.
Please check there to see what error was reported before continuing to investigate the issues.
And again:
Without the specific error message during the extension update, I can only continue to guess what could have happened in order to eliminate errors and leftover data fragments to be able to reinstalled the extension again.
This not only affects the Downloads extension, but any extension that displays errors during the update or installation process. Without these error messages, the developer can usually only guess what went wrong in the specific case in order to be able to clean up.
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!
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Re: Module not accessable
Yes,
I am very sorry i didnt save the error message i got when i went to enable the EXT the first time. I will certainly make sure i pay more attention in future.
I am trying to follow your instructions exactally
1: Disable EXT
2: Delete Data
3: remove leftover modules
4: reinstall EXT
I got the error 500 page when i was at step 2
i think this is the error from my file
or this?
I am very sorry i didnt save the error message i got when i went to enable the EXT the first time. I will certainly make sure i pay more attention in future.
I am trying to follow your instructions exactally
1: Disable EXT
2: Delete Data
3: remove leftover modules
4: reinstall EXT
I got the error 500 page when i was at step 2
i think this is the error from my file
Code: Alles auswählen
32.221.122.0 - - [25/Dec/2024:08:23:17 -0500] "GET /adm/index.php?i=acp_extensions&sid=e25af45c5831b2d7f2610602acfbf5bf&mode=main&action=delete_data_pre&ext_name=oxpus%2Fdlext HTTP/1.1" 200 7466 www.zagrayforum.com "http://www.zagrayforum.com/adm/index.php?i=acp_extensions&sid=e25af45c5831b2d7f2610602acfbf5bf&mode=main&action=list" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.140" "-"
32.221.122.0 - - [25/Dec/2024:08:23:17 -0500] "GET /favicon.ico HTTP/1.1" 500 645 www.zagrayforum.com "http://www.zagrayforum.com/adm/index.php?i=acp_extensions&sid=e25af45c5831b2d7f2610602acfbf5bf&mode=main&action=delete_data_pre&ext_name=oxpus%2Fdlext" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.140" "-"Code: Alles auswählen
32.221.122.0 - - [25/Dec/2024:08:23:20 -0500] "POST /adm/index.php?i=acp_extensions&sid=e25af45c5831b2d7f2610602acfbf5bf&mode=main&action=delete_data&ext_name=oxpus%2Fdlext&hash=80c039b7 HTTP/1.1" 500 - www.zagrayforum.com "http://www.zagrayforum.com/adm/index.php?i=acp_extensions&sid=e25af45c5831b2d7f2610602acfbf5bf&mode=main&action=delete_data_pre&ext_name=oxpus%2Fdlext" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.140" "-"- oxpus
- Chief handy-man
- Beiträge: 2719
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
- Kontaktdaten:
Re: Module not accessable
If these messages are the errors for the blank page, then there are fundamental errors in removing the extension's working files.
Either the complete extension is not available in the folder
This is all still guess work and I can only try to slowly get to the root cause of the error.
However, it is still questionable whether it can be found, as I don't know the cause.
So step by step, in the hope that there will be a solution at some point:
Please reuploda the complete extension package in the filder
Maybe you can find a log entry in the phpbb error log if the extension manager was able to catalogize and log the error.
Then look at all entries in the database in the table
Alternatively, read the records with the following SQL statement:
These entries should be found there after installing the extension with release 8.0.0 or newer:
migration_name
Either the complete extension is not available in the folder
/ext/oxpus/ or there is still data from an older version that could interrupt the extension manager.This is all still guess work and I can only try to slowly get to the root cause of the error.
However, it is still questionable whether it can be found, as I don't know the cause.
So step by step, in the hope that there will be a solution at some point:
Please reuploda the complete extension package in the filder
/ext/ and be sure you have deleted all previous extension files from it.Maybe you can find a log entry in the phpbb error log if the extension manager was able to catalogize and log the error.
Then look at all entries in the database in the table
phpbb_migrations that are beginning with \oxpus\dlext\.Alternatively, read the records with the following SQL statement:
SELECT * FROM phpbb_migrations WHERE migration_name LIKE '%oxpus%dlext%' ORDER BY `migration_name` ASC;These entries should be found there after installing the extension with release 8.0.0 or newer:
migration_name
- \oxpus\dlext\migrations\basics\dl_commons
- \oxpus\dlext\migrations\basics\dl_module
- \oxpus\dlext\migrations\basics\dl_perms
- \oxpus\dlext\migrations\basics\dl_schema
- \oxpus\dlext\migrations\v800\release_8_0_0
- \oxpus\dlext\migrations\v800\release_8_0_3
- \oxpus\dlext\migrations\v800\release_8_0_8
- \oxpus\dlext\migrations\v800\release_8_0_14
- \oxpus\dlext\migrations\v810\release_8_1_0rc1
- \oxpus\dlext\migrations\v810\release_8_1_0rc2
- \oxpus\dlext\migrations\v810\release_8_1_9
- \oxpus\dlext\migrations\v820\release_8_2_0
- \oxpus\dlext\migrations\v820\release_8_2_5
- \oxpus\dlext\migrations\v820\release_8_2_7
- \oxpus\dlext\migrations\v820\release_8_2_9
- \oxpus\dlext\migrations\v820\release_8_2_14
- \oxpus\dlext\migrations\v820\release_8_2_15
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!
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Chief handy-man
- Beiträge: 2719
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
- Kontaktdaten:
Re: Module not accessable
Sorry, I've fixed the SQL statement.
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!
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Re: Module not accessable
Code: Alles auswählen
db5000318407.hosting-data.io/dbs310422/phpbb_migrations/ https://phpmyadmin.us.ionos.host/tbl_sql.php?db=dbs310422&table=phpbb_migrations
Showing rows 0 - 78 (79 total, Query took 0.0030 seconds.) [migration_name: \OXPUS\DLEXT\MIGRATIONS\BASICS\DL_MODULE... - \OXPUS\DLEXT\MIGRATIONS\V820\RELEASE_8_2_9...]
SELECT * FROM phpbb_migrations WHERE migration_name LIKE '%oxpus%dlext%' ORDER BY `migration_name` ASC
migration_name migration_depends_on migration_schema_done migration_data_done migration_data_state migration_start_time migration_end_time
\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_schema a:1:{i:0;s:34:"\phpbb\db\migration\data\v320\v320"... 1 1 1734820698 1734820700
\oxpus\dlext\migrations\v700\release_7_0_0 a:1:{i:0;s:41:"\oxpus\dlext\migrations\basics\dl_c... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_1 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_10 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_11 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_12 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_13 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509758
\oxpus\dlext\migrations\v700\release_7_0_14 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_15 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_16 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_17 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_18 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_19 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v700\release_7_0_2 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_3 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_4 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_5 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_6 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_7 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_8 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v700\release_7_0_9 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509757 1583509757
\oxpus\dlext\migrations\v710\release_7_1_0 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v700\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_1 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_10 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_11 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_12 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_13 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_14 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_15 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_16 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_2 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_3 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_4 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_5 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_6 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_7 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_8 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v710\release_7_1_9 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v720\release_7_2_0 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v710\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v720\release_7_2_1 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v720\release_7_2_10 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_11 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_12 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_13 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_2 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509758 1583509758
\oxpus\dlext\migrations\v720\release_7_2_3 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 0 0
\oxpus\dlext\migrations\v720\release_7_2_4 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_5 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_6 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_7 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_8 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v720\release_7_2_9 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_0 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v720\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_1 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_2 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_3 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_4 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v730\release_7_3_5 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\oxpus\dlext\migrations\v800\prepare_8_0_0 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v730\releas... 1 1 1583509923 1583509923
\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_1 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas... 1 1 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_2 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas... 1 1 1583509923 1583509923
\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_4 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas... 1 1 1586866119 1586866119
\oxpus\dlext\migrations\v800\release_8_0_5 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas... 1 1 1586866119 1586866119
\oxpus\dlext\migrations\v800\release_8_0_6 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v800\releas... 1 1 1586866119 1586866119
\oxpus\dlext\migrations\v800\release_8_0_7 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_14 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v820\releas... 1 1 1734820701 1734820701
\oxpus\dlext\migrations\v820\release_8_2_15 a:1:{i:0;s:43:"\oxpus\dlext\migrations\v820\releas... 1 1 1734820701 1734820701
\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
\oxpus\dlext\migrations\v820\release_8_2_9 a:1:{i:0;s:42:"\oxpus\dlext\migrations\v820\releas... 1 1 0 0- oxpus
- Chief handy-man
- Beiträge: 2719
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
- Kontaktdaten:
Re: Module not accessable
Yes, I forgot that you have been using the extension for many years and that you surely have the installation files from version 7.0.0 in the forum.
The newer versions of the download extensions do not go back that far, which leads to error messages when removing the work data.
So let's try a trick:
Please load the attached files (after unpacking) into the
If there are no errors, you can delete the extension files once again and should be able to reinstall it with the fresh package of version 8.2.15.
If there are any error messages, please post them before taking any other steps.
Because every step further can then lead to further errors, which are always difficult to reverse as long as you know what consequences have arisen.
(Attachment wrong, deleted)
The newer versions of the download extensions do not go back that far, which leads to error messages when removing the work data.
So let's try a trick:
Please load the attached files (after unpacking) into the
/ext/ folder, i.e. together with the entire 8.2.15 package, and then try to completely uninstall the extension again.If there are no errors, you can delete the extension files once again and should be able to reinstall it with the fresh package of version 8.2.15.
If there are any error messages, please post them before taking any other steps.
Because every step further can then lead to further errors, which are always difficult to reverse as long as you know what consequences have arisen.
(Attachment wrong, deleted)
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!
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!