The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1452
|
||||
|
||||
Upgraded to 3.6.1 and now I get this when I click the link in user control panel..
Code:
Database error in vBulletin 3.6.1: Invalid SQL: SELECT journal_entries.entry_id, journal_entries.entrytitle, journal_entries.entrytext, journal_entries.mood, journal_entries.np, journal_entries.allowbuddies,journal_entries.entrydate, journal_entries.entry_totalvotes, journal_moods.mood_name, journal_entries.ipaddress,journal_moods.mood_image, journal_entries.entry_totalrating, journal_entries.private, journal_entries.whocanview, COUNT(journal_comments.comment_text) AS comments FROM journal_entries AS journal_entries LEFT JOIN journal_comments AS journal_comments ON (journal_entries.entry_id=journal_comments.entry_id) LEFT JOIN journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood) WHERE journal_entries.journal_id=72 AND entry_active='1' GROUP BY journal_entries.entry_id ORDER BY entrydate DESC LIMIT 0,; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 14 Error Number : 1064 In Template modifylist FIND ---------------------------------------------------------------------------------------------------------------------------------- <form action="profile.php" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="updatelist" /> <input type="hidden" name="userlist" value="ignore" /> <fieldset class="fieldset"> <legend>$vbphrase[ignore_list]</legend> <div style="padding:$stylevar[formspacer]px"> $ignore_listbits <div><input type="text" class="bginput" name="listbits[]" size="25" /></div> <div><input type="text" class="bginput" name="listbits[]" size="25" /></div> </div> <div align="center"><input type="submit" class="button" value="$vbphrase[update_ignore_list]" accesskey="s" /></div> </fieldset> </form> </td> </tr> ---------------------------------------------------------------------------------------------------------------------------------- I cannot find this ...see attached template |
#1453
|
|||
|
|||
I also upgraded to the latest version. Users get the following when they visit the journal page:
Database error in vBulletin 3.6.1: Invalid SQL: ### Journal Listing ### SELECT journals.lastentry_uids, journals.journal_id, journals.journalname, journals.journaldesc, journals.journalist, journals.journalist_id, entrycount, commentcount, usertextfield.jbuddylist, ipaddress, journals.lastentry, journals.lastentry_date, journals.private, journals.whocanview, journals.lastentry_id, journals.status, journals.allowbuddies, journals.journalviews, journals.journal_totalrating AS totalrating, journals.journal_totalvotes AS totalvotes FROM journals AS journals LEFT JOIN usertextfield AS usertextfield ON (journals.journalist_id=usertextfield.userid) WHERE journals.active=1 AND (journals.journalist_id=1 OR journals.private != 1 OR FIND_IN_SET('1', journals.allowedusers)) ORDER BY lastentry_date DESC LIMIT 0,; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12 Error Number : 1064 Date : Friday, September 15th 2006 @ 06:22:43 PM Script : http://www.XXXXX.com/journal.php Referrer : IP Address : XXXXX Username : XXXXX Classname : XXXXX HELP!!! ;-) |
#1454
|
|||
|
|||
Quote:
|
#1455
|
|||
|
|||
What seems to be the problem with 3.60? What should I be looking for?
I installed and everything seems to be working.... |
#1456
|
|||
|
|||
Same DB errors the others are getting with the 3.6.1 upgrade.
:cross-eyed: |
#1457
|
|||
|
|||
Man someone help fix this please!
|
#1458
|
|||
|
|||
Quote:
Please please someone help me!! |
#1459
|
||||
|
||||
Quote:
|
#1460
|
|||
|
|||
Quote:
Can you help me ?? |
#1461
|
||||
|
||||
I would personally search for every occurance of "$start,$perpage" and replace $perpage with the number you want. I'm not sure how the settings work - and that would bypass the (not working) settings and use the value you enter.
Once a valid fix is released you can just download a fresh copy of the file. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|