MyBB Community Forums

Full Version: Merge / import from bbpress - 5000 posts per hr only?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ may be conversion of IP addresses is taking long.
if it is so, you can empty IP address field of posts table in the bbpress database ..
(2016-05-13, 11:13 AM).m. Wrote: [ -> ]^ may be conversion of IP addresses is taking long.
if it is so, you can empty IP address field of posts table in the bbpress database ..

Hmm... i cant see this ip address field in the posts table you speak of.
(2016-05-13, 11:35 AM)nippi9 Wrote: [ -> ]
(2016-05-13, 11:13 AM).m. Wrote: [ -> ]^ may be conversion of IP addresses is taking long.
if it is so, you can empty IP address field of posts table in the bbpress database ..

Hmm... i cant see this ip address field in the posts table you speak of.

http://community.mybb.com/thread-191443-...pid1217581
(2016-05-13, 12:24 PM)Devilshakerz Wrote: [ -> ]
(2016-05-13, 11:35 AM)nippi9 Wrote: [ -> ]
(2016-05-13, 11:13 AM).m. Wrote: [ -> ]^ may be conversion of IP addresses is taking long.
if it is so, you can empty IP address field of posts table in the bbpress database ..

Hmm... i cant see this ip address field in the posts table you speak of.

http://community.mybb.com/thread-191443-...pid1217581

tried it

Error
SQL query:


UPDATE *posts SET ipaddress= ''
MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '*posts SET ipaddress= ''' at line 1
Updating the mybb table doesn't change anything for the merge. If it's really the ipadress conversion you'd need to update the bbpress/wordpress table.
may be ~/bbpress/posts.php#L34-L39 is the related code ..
Pages: 1 2