![]() |
$vbulletin->db->query("ALTER TABLE user ADD favsmilies TEXT NOT NULL");
==> $vbulletin->db->query("ALTER TABLE " . TABLE_PREFIX . "user ADD favsmilies TEXT NOT NULL"); |
Quote:
Quote:
I've posted a version that will work in 3.5 Here. Quote:
|
Quote:
|
Quote:
|
Weird. I installed but when I try to set my favorite smilies, I get this error
Code:
Database error in vBulletin 3.6.0: |
You have problems in the product.
Line 143 should be changed from Code:
$db->query("UPDATE user SET favsmilies='$favsmilies' WHERE userid='" . $vbulletin->userinfo['userid'] . "'"); Code:
$db->query("UPDATE " . TABLE_PREFIX . "user SET favsmilies='$favsmilies' WHERE userid='" . $vbulletin->userinfo['userid'] . "'"); Code:
$db->query("UPDATE user SET favsmilies='' WHERE userid='" . $vbulletin->userinfo['userid'] . "'"); Code:
$db->query("UPDATE " . TABLE_PREFIX . "user SET favsmilies='' WHERE userid='" . $vbulletin->userinfo['userid'] . "'"); |
I fixed it this morning... download the script again and reinstall.
|
Thanks very much!
|
i think i found a bug related, i removed this and deleted bitfield_user_smiley.xml from the xml folder, now i can save usergroups without the following error.
is this related to your product ? Code:
Database error in vBulletin 3.6.0: |
bump?
|
All times are GMT. The time now is 04:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|