Page 1 of 2

Phpbb extension and WP

Posted: Sun Feb 25, 2024 4:43 pm
by xray1
Am I missing something?
With the new updates, I see you have a phpbbwordpress now that installs inside phpbb. I uploaded it into the ext file as instructed, but it is not visible for me to enable in the extensions. Do I even need this with the way my WP is already integrated with PHPbb?

https://www.axew3.com/w3/forum/?coding= ... 90PTE3ODM=

Before I go and make all the updates to the WP plugin, I want to make sure that I understand you correctly. Thank you.

You might still have some of the old PMs related to some of the early issues if you need some background.

Re: Phpbb and WP

Posted: Tue Feb 27, 2024 8:32 pm
by axew3
You do not need the extension installed in phpBB if users are not allowed to change their email into phpBB.

You do not need the extension if users are allowed to change the email only in phpBB and NOT in WP, and you do not care that the changed email is immediately updated also in WP.

You need the extension in all others cases and if you leave users to register and login and change email into both phpBB and WP.

Why the extension do not appear?
Sure you added it into the ext folder as it need to be?
Should be
/ext/w3all/phpbbwordpress/

Re: Phpbb and WP

Posted: Sat Mar 02, 2024 6:29 pm
by xray1
Screenshot 2024-03-02 102443.png
Screenshot 2024-03-02 102443.png (28.92 KiB) Viewed 264 times
As you can see from the image your file is not as you instruct. The W3all has to be added and even then it does not show in the PHPbb admin area. This is okay, because I don't need it.

I do have a separate issue that I thought would resolve with the update. After logging in, using the PHPbb login, the screen comes back white. If I refresh the browser, the user is logged in and the forums appear. This seems odd.

Re: Phpbb extension and WP

Posted: Sun Mar 03, 2024 5:20 pm
by axew3
AH, seen!
You mean the zip should come with the
w3all folder, that should contain the folder
phpbbwordpress
so to have
/ext/w3all/phpbbwordpress/
and NOT
/ext/phpbbwordpress/
Ok! Going to fix this, i am sorry that so only someone has been able to detect the issue and fix by himself.
Thank you for the report

Re: Phpbb extension and WP

Posted: Sun Mar 03, 2024 5:34 pm
by axew3
It has been fixed, the zip attachment come now with the extension into the proper w3all folder, so to have clear that the extension need to exist into ext phpBB folder, in this way
/ext/w3all/phpbbwordpress/

viewtopic.php?t=1783

Re: Phpbb extension and WP

Posted: Sun Mar 03, 2024 6:41 pm
by xray1
Thank you... I had fixed the file folder path too. I will look into why it's not showing.



Do you have any thoughts on the white screen after login and after refresh it redirects appropriately?