Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Just out of curiosity was it working with English, just not Arabic correct? Or is it saying that for all. I found when I upgraded to 5.2.5 there was a setting, I cannot remember what its called but if...
-
I followed this when I converted mine. I had no issues. Full link here: http://stackoverflow.com/questions/6...ation-to-utf-8
Of course make a back up before doing this.
----
Use He...
Leave a comment:
-
If you google "convert mysql to UTF-8" there is a lot of information on it. Its fairly easy to do, just depending on your size of your DB could take a while.
Once that is done you should...
Leave a comment:
-
http://tracker.vbulletin.com/browse/VBV-16501
This above one is fixed already in 5.2.6
I don't know if anyone has reported it sorry. Just trying to help folks fix with a patch, till it can...
- 1 like
Leave a comment:
-
Ahh fluff bunnies. Ok So I just figured it. I'm sorry.
Go look at your usergroups. Find the one called Channel Member.
Whatever number that usergroup is, put that in place of 167.Last edited by Necrophyte; Mon 12 Dec '16, 2:10pm.
Leave a comment:
-
-
Ok, Found a REALLY easy fix till they can sort it out. Took me a while to grasp how they have done it.
Open up core/vb/api/usergroup.php
Go to Line 51
Change
Code:$this->privateGroups
Last edited by Necrophyte; Mon 12 Dec '16, 2:54pm.
Leave a comment:
-
Hold the CTRL key, and then press the F5 Key.
This will force their browser to update.
http://stackoverflow.com/questions/8...refresh-button
Leave a comment:
-
If you just upgraded now, most of them will have old cookies and such. Get them to press CTRL+F5. Also try clearing system cache in maintenance under admincp.
Leave a comment:
-
Grabbed most of the info from stack overflow. I've always had 128 as well. But figured what the hell, can't hurt.
-
Yeah I see this issue in 5.2.5 as well.
I know where the error is, but not how to fix it yet.
When it verifies the user it failing. Not sure why yet though.Last edited by Necrophyte; Sun 11 Dec '16, 4:00pm.
Leave a comment:
-
-
Yeah, I'm using 5.25 so if you go to line 2488 in node.php you should see
Code:foreach ($pendingPosts AS $post)
Code:if(empty($pendingPosts)) { $pendingPosts = array();
Leave a comment:
-
Glenn I just paid attention to your settings.
Your PHP memory limit is set to 512MB.
Each apache session is going to assign 512MB of your 4GB.
.
If MaxClients is 100 and you have...
Leave a comment:
-
-
Not true. Mysqli and mysql are not the same, which is why it won't move further.
Config.php is in core/includes
You may need to add the php library for mysqli as well.
If you run a PHP...Last edited by Necrophyte; Sat 10 Dec '16, 10:19am.
Leave a comment:
-
A quick fix for this. Open the /core/vb/library/node.php
Look for
Code:$pendingPosts = vB::getDbAssertor()->assertQuery('vBForum:fetchPendingPosts', $params);
Below...
Leave a comment:
No activity results to display
Show More
Leave a comment: