Hello,
I get 500 error when I want to activate version 1.0.3 and it is impossible to delete the extension data to remove it.
Hello,
No!stone23 wrote: Mon Jul 05, 2021 12:01 pm ...
Must the .git directory contained in the archive be transferred to the server?
...
[dark1]
Hi,
then using STK might be the problem,
[dark1]
I have already done it and it looks the same.Dark❶ wrote: Mon Jul 05, 2021 5:08 pm I suggest that you restore the database via phpMyAdmin,
then try to install the extension.
Then you need to manually edit the database as suggested here:stone23 wrote: Mon Jul 05, 2021 5:17 pm ...
I have already done it and it looks the same.
I also tried to deactivate all the other extensions and try to activate it but it still gives the same result...
Best regardsprimehalo wrote: Sun Jul 04, 2021 7:30 pm ...
The extension DB changes be removed manually by dropping the phpbb_primepostrev table, dropping the 'primepostrev_enable' & 'primepostrev_autoprune' columns from the phpbb_forums table, and dropping the 'primepost_edit_time', 'primepost_edit_user', and 'primepost_edit_count' columns from the phpbb_posts table. Then removing rows in phpbb_modules where the module_langname value starts with 'ACP_PRIMEPOSTREVISIONS' (there are 2) and removing rows in phpbb_config where the config_name column value starts with 'primepostrev_' (there are 3).
The phpbb_migrations table keeps track of migrations so you may also need to delete rows where the migration_name column starts with '\primehalo\primepostrevisions'. I don't know if that is necessary or not.
[dark1]
Yes, that is done.Dark❶ wrote: Mon Jul 05, 2021 7:39 pm Then you need to manually edit the database as suggested here:primehalo wrote: Sun Jul 04, 2021 7:30 pm ...
The extension DB changes be removed manually by dropping the phpbb_primepostrev table, dropping the 'primepostrev_enable' & 'primepostrev_autoprune' columns from the phpbb_forums table, and dropping the 'primepost_edit_time', 'primepost_edit_user', and 'primepost_edit_count' columns from the phpbb_posts table. Then removing rows in phpbb_modules where the module_langname value starts with 'ACP_PRIMEPOSTREVISIONS' (there are 2) and removing rows in phpbb_config where the config_name column value starts with 'primepostrev_' (there are 3).
The phpbb_migrations table keeps track of migrations so you may also need to delete rows where the migration_name column starts with '\primehalo\primepostrevisions'. I don't know if that is necessary or not.
My guess it's a timeout problem as I had that on 3.2.11 using php 7.1.11 with max_execution_time =30 (but not with 3.3.4 using php 8.0.7). Increasing max_execution_time to 60 solved that.
Which STK did you use?stone23 wrote: Mon Jul 05, 2021 12:01 pm I managed to delete the data with STK but I get a 504 error if I try to activate the extension.
On my server the max_execution_time is 120s ...warmweer wrote: Tue Jul 06, 2021 10:36 pm My guess it's a timeout problem as I had that on 3.2.11 using php 7.1.11 with max_execution_time =30 (but not with 3.3.4 using php 8.0.7). Increasing max_execution_time to 60 solved that.
STK version is 1.0.19 dev.warmweer wrote: Tue Jul 06, 2021 10:36 pm Which STK did you use?
The only official STK I know is version 1.0.7-PL3 for phpBB3.0.x.
There have been/are STKs for phpBB3.1.x and 3.2.x but those are not official and AFAIK are not suited for phpBB3.3.x at all.