It's a database table so deleting it from the database is the logical step.
Thanks for helping.. but I don't know where and how !!!warmweer wrote: ↑Tue Jul 23, 2024 12:59 pmIt's a database table so deleting it from the database is the logical step.
However there may be extra fields in the config table related to that extension so these would also have to be deleted.
And: I don't know the extension so you need to check whether there are other (new?) tables involved.
Another thing: IMPORTANT: before deleting anything from the database, take a database backup to make sure you can restore anything wrongly deleted.
No not this one...but I think abandoned ext statistics onlinejanus_zonstraal wrote: ↑Tue Jul 23, 2024 2:54 pm Maybe it was this extension:
viewtopic.php?t=2258476
That almost implies you used a 1-click installation for your board, in which case your host would be the place to seek support.
Yes, but it's clutter and even with a new version of the extension (in the doubtful case it will be continued or taken over in the future) you'll probably have to manipulate that table in one way or another ... so [I'll be blunt] it's about time you had a look at the Knowledge Base (it contains a number of entries with solutions to various problems and includes basic instructions regarding the use of phpMyAdmin for selected cases.
I still have this version 3.1.11 .. should be ok to fix ??
YesI still have this version 3.1.11 .. should be ok to fix ??
What version of the style, phpbb and style versions have to match.I just discovered another problem when I wanted to install style. impossible to install
msg :
style: Information
Could not get the style configuration file for: aero
phpBB 3.1.11 can only run with php versions between php 5.3.3 and php 7.0.
That’s stated in the 3.1.11 announcement topic.In order to ensure compatibility with PHP 8 while using the OAuth login, we have decided to increase the minimum required PHP version to PHP 7.2.
Anișor wrote: ↑Mon Sep 16, 2024 8:09 amThat’s stated in the 3.1.11 announcement topic.In order to ensure compatibility with PHP 8 while using the OAuth login, we have decided to increase the minimum required PHP version to PHP 7.2.
Edit: The minimum version is 7.2 up to 8.0 you can find that info in the composer.json : "php": "^7.2 || ^8.0.0",
And to answer the question of the OP, you should be fine.
Code: Select all
PHP 5.3.3+ and PHP < 7.0 with support for the database you intend to use.
You are right I thought about 3.3.11 for some reason. Maybe the topic title confused me.Madalin10 wrote: ↑Mon Sep 16, 2024 8:30 amThat's from phpbb 3.3.11 docs. The tests I've made:Code: Select all
PHP 5.3.3+ and PHP < 7.0 with support for the database you intend to use.
While trying to install the version with php 7.1, 7.2, 7.3.
I could only install it while using php below 7.0, in my case php 5.6. After installed it, tried to run it with php 7.2 or php 7.3 and the results:
+ https://i.gyazo.com/d42d1f1230032ba1753 ... e07e4a.png
I don't think that's usable.