User Integration PHPBB --> Wordpress

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: User Integration PHPBB --> Wordpress

Re: User Integration PHPBB --> Wordpress

by elawrenc01 » Tue Jul 30, 2024 10:54 pm

axew3 wrote: Tue Jul 30, 2024 6:52 pm Set the Do not Link WordPress and phpBB users related option and transfer users.
Set to yes or no as you want when you want.
OK great, thanks!

Re: User Integration PHPBB --> Wordpress

by axew3 » Tue Jul 30, 2024 6:52 pm

Set the Do not Link WordPress and phpBB users related option and transfer users.
Set to yes or no as you want when you want.

Re: User Integration PHPBB --> Wordpress

by elawrenc01 » Tue Jul 30, 2024 6:02 pm

Ok I am going to try it again and see what happens.

Is it possible to add users from PHPBB to Wordpress as UNLINKED and then link them later?


Thanks


E. L.

Re: User Integration PHPBB --> Wordpress

by ale » Wed Jul 24, 2024 10:15 pm

5000/6000 users (or even 10000 users, it depend on how much your server is powerful
it depends also by the server MAX execution time setting into your PHP.ini, so how much time the script can run before to return error.

Re: User Integration PHPBB --> Wordpress

by axew3 » Wed Jul 24, 2024 9:55 pm

Or you mean the assertion
If error come out due to max execution time, it is necessary to adjust to a lower value the number of users to be added x time.
Refresh manually from browser: it will "reset the counter" of the transfer procedure.
It refer to the fact, that like in your case, if there are many users to be added, let say 500.000, you should may try to start adding
5000/6000 users (or even 10000 users, it depend on how much your server is powerful) and see if the transfer return error.
Let it run, maybe it will require minutes, until the browser run and you if you have no errors let it do the work (transfer).
Once you'll see after sometime, that there is the message to continue with the transfer, then continue adding same num of users per time.

If you get error on the first try, no problem: restart the process.
It will report users that have been already imported and will follow on add the not existent (and will run faster until no new users to be imported are found).
The point is to find out how many users per time your server can import.

And yes, an easy automation of the import could be coded. I will maybe do it easily as possible!

Re: User Integration PHPBB --> Wordpress

by axew3 » Wed Jul 24, 2024 9:22 pm

I just checked the code and tested a transfer, causing issues, but the code seem that still works fine.
And it correctly process all subsequent users, if the current isn't created in WP.
It result that's not to you?

I do not remember if instead, the problem you report, affect the WP -> to phpBB users transfer-

And phpBB user's, if not existent, are added into WP when they as logged in phpBB will visits WP or when they login into WP (if not existent they will be added on fly).

Top