thanks for the reply, but the test forum is https and as you can see now, by clicking on accept, the warning does not disappear.
https://www.phpbb-store.com/test331
thanks for the reply, but the test forum is https and as you can see now, by clicking on accept, the warning does not disappear.
Code: Select all
/ext/phpbb/david63/privacypolicy# ll
total 84
drwxr-xr-x 13 www-data www-data 4096 Nov 22 22:54 .
drwxr-xr-x 3 www-data www-data 4096 Nov 22 22:54 ..
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 acp
drwxr-x--- 3 www-data www-data 4096 Jan 25 2020 adm
-rw-r----- 1 www-data www-data 3644 Jan 25 2020 build.xml
-rw-r----- 1 www-data www-data 1104 Jan 25 2020 composer.json
drwxr-x--- 3 www-data www-data 4096 Jan 25 2020 conditions
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 config
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 controller
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 core
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 event
-rw-r----- 1 www-data www-data 1863 Jan 25 2020 ext.php
drwxr-x--- 3 www-data www-data 4096 Jan 25 2020 language
-rw-r----- 1 www-data www-data 15123 Jan 25 2020 license.txt
drwxr-x--- 7 www-data www-data 4096 Jan 25 2020 migrations
-rw-r----- 1 www-data www-data 2132 Jan 25 2020 README.md
drwxr-x--- 3 www-data www-data 4096 Jan 25 2020 styles
drwxr-x--- 2 www-data www-data 4096 Jan 25 2020 ucp
You put it in the wrong directory, it has to go into
<root>/ext/david63/privacypolicy/
Code: Select all
General Error
SQL ERROR [ mysqli ]
Duplicate entry 'david63/privacypolicy' for key 'ext_name' [1062]
SQL
INSERT INTO bb_ext (ext_name, ext_active, ext_state) VALUES ('david63/privacypolicy', 0, 'b:1;')
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/extension/manager.php
LINE: 179
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/phpbb/extension/manager.php
LINE: 241
CALL: phpbb\extension\manager->update_state()
FILE: [ROOT]/includes/acp/acp_extensions.php
LINE: 209
CALL: phpbb\extension\manager->enable_step()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_extensions->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
I am unable to re-create this issue either on http or https.
If it helps, I could provide credentials as a founder of my test forum.
Please
After some investigation the only explanation for that behaviour is that the board/server is not setting any cookies.