Version: 1.0.2 Beta, by Andreas
Developer Last Online: Jan 2023
Version: 3.5.1
Rating:
Released: 09-16-2005
Last Update: 11-16-2005
Installs: 597
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage
No support by the author.
This is a Port of vB Journal by An-Net
A t t e n t i o n
This Hack is unsupported and incompatible with PHP 5.
You are herby advised to not use it.
If you do have this hack installed it is advised to use vBulletin Blog instead.
You can import current entries to vBulletin Blog via Impex and uninstall this hack afterwards.
It's working on 3.6.1 for me! Question: how can I change it so that in Who's Online it displays everyone on the forums as well, and not just the blogs?
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
I am also getting an error now after the 3.6.1 upgrade?
Code:
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 : Wednesday, September 20th 2006 @ 01:14:39 AM
Script : http://www.cecilcountyx.com/forums/journal.php
Referrer : http://www.cecilcountyx.com/
IP Address :
Username :
Classname : vb_database