Hi . I'm using the 3.2.5 version of phpbb with some modification. Today, while i want to send a PM to a user i receive this exception. Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'You have requested a non-existent service &q...
Hi everybody.
I'm looking for a plugin that talks to adblockers users in order to avoid the use.
I've already seen this extension viewtopic.php?t=2482851
but is unmanaged. Can you suggest a managed working one? Thank you so much.
Fatal error: Call to a member function add_lang() on null in /home/mhd-01/www.wisp-forum.it/htdocs/ext/lmdi/autolinks/acp/autolinks_module.php on line 23
This in a new italian installation trying to access to the settings.
Thank you.
With my 3.2.8 version of phpbb i can't login with amministrator. I've already try the script that creates the new admin login user and the new account it works. From the ACP page i try many many times to change the password and i can't login anymore. It seems like for some reason the hash of the pas...
Via phpMyadmin.
In any case i can't diagnose the reason of this error.
If the db is damaged why the board works well now online? All the feature i'm usually use works well.
After some other nerding i'm coming to this stage: C:\Users\emanuele>C:\xampp\php\php.exe C:\xampp\htdocs\forum\bin\phpbbcli.php - safe-mode db:migrate Installazione dati: \phpbb\db\migration\data\v310\contact_admin_acp_module; tem o: 0.20 secondi Schema installato: \phpbb\db\migration\data\v310\pas...
I'm from my local machine. Mysql does some errors: (i really don't manually change my db in this installation) What is the field user_msnm? C:\Users\emanuele>C:\xampp\php\php.exe C:\xampp\htdocs\forum\bin\phpbbcli.php -- safe-mode db:migrate Schema installato: \phpbb\db\migration\data\v30x\local_url...
I've modify the config.php because someone wrote in this forum with the same issue to do that. some topic with the same error. When i said: " remove the path suggested from the docs" in the past post i wanted to say that i follow the 4.2.i point of the manual: First, you should make a copy...
Hi, everyone. A classic error for me when i try to upgrade my board from 3.2.4 to 3.2.5: The installer detected a timeout The installer has detected a timeout, you may try to refresh the page, which may lead to data corruption. We suggest that you either increase your timeout settings or try to use ...
According with what i googled from my host this is the best way to avoid multiple redir. RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTP_HOST} ^www. RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] It is a bit different than your...
No. Again with these lines it doesn't work. https://i.postimg.cc/Ghq36Vg9/Schermata-2018-12-12-alle-17-35-05.png I've already clean my web data cookie. This is my htaccess <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=3...