Hello guys, I'm testing WordPress w3all phpBB integration 2.9.0
Wordpress 6.6.2 with only 1 user (webmaster id=1)
phpBB 3.3.13 with 3349 users (webmaster id=4287)
Both works ok alone.
But, after w3all intall there is a modification on wp_usermeta table for that user (webmaster)
meta-value wp_capabilities from a:1:{s:13:"administrator";b:1;} to a:1:{s:10:"subscriber";i:1;}
The admin (webmaster) lost privileges on Wordpress.
----------
No problem on phpbb3, normal access to ACP, but, if I try access wp-admin I have this message:
Warning: preg_match(): Compilation failed: unknown property name after \P or \p at offset 10 in C:\xampp\htdocs\jruiz\wp-content\plugins\wp-w3all-phpbb-integration\common\helpers.php on line 49
in this page:
http://localhost/jruiz/wp-login.php?red ... F&reauth=1
----------
I change wp_usermeta on phpmyadmin ({s:10:"subscriber";i:1;} to a:1:{s:13:"administrator";b:1;}), but if login on wordpress the system change automatically to subscriber.
To access Wordpress dashboard I need to change wp_usermeta on phpmyadmin and rename or exclude wp-w3all-phpbb-integration folder
Can you help me?