Announcement
Collapse
No announcement yet.
vBulletin timeout when move thread from one channel to another
Collapse
X
-
Can you raise your findings in the Tracker for our developers to look at - they rarely check the forums so would be easier to have it picked up there...
Leave a comment:
-
vBulletin timeout when move thread from one channel to another
Hi there,
I have two channel in my forum, channel A has 100 post, channel B has 50,000 posts, when I move topic from A to B, the ajax call "moveTopics" hanging there over 1min and return timeout error, however the post got moved successfully. I have track down the slowest operation in here /core/vb/library/node line 88
PHP Code:public function clearChildCache($nodeids)
{
$childrenArray = $this->fetchClosurechildren($nodeids);
$events = array();
foreach ($childrenArray as $children)
{
foreach ($children as $child)
$events[] = 'nodeChg_' . $child['child'];
}
vB_Cache::allCacheEvent($events);
}
Also I'm using memcache, when I switch to db cache, there is no error.
Tags: None
Related Topics
Collapse
-
by malderI would like to know which is the more correct way
I need to remove one of the forums, and messages containing add to a forum that I tell it-
Channel: Support Issues & Questions
Sat 21 Dec '13, 12:30pm -
-
by MDawgWhen I move a post, I notice three things:
1) the area at the bottom has a default http:// even though my forum is https: and set as such in settings
2) If the...-
Channel: vBulletin 5 Installs & Upgrades
Tue 11 Feb '20, 9:14am -
-
by UKCobraTrying to move a thread as it is posted in the wrong channel. I get a 500 error saying cannot move it. It is intermittent, so when it next happens I'll take a screen shot.
Is this a filesystem permissions...-
Channel: Support Issues & Questions
Fri 15 Feb '19, 6:27am -
-
by tomasdWhen admin or moderator attempts to move topic, Move Topics window will pop-up, after click on Move Topics, he's asked to confirm authorization for change.
After confirmed, Move Topics will appear...-
Channel: Support Issues & Questions
Wed 1 Jul '15, 4:25pm -
Leave a comment: