vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

Andreas 11-22-2005 02:30 PM

Delete HKLM or HKCR and you loose LOTS of data ;)

dethfire 11-22-2005 07:17 PM

Database error in vBulletin 3.5.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.entry date,
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_i d)
LEFT JOIN journal_moods AS journal_moods ON (journal_moods.mood_id=journal_entries.mood)
WHERE journal_entries.journal_id=2
AND entry_active='1'
AND (journal_entries.private != 1 OR FIND_IN_SET('1', journal_entries.allowedusers))
GROUP BY journal_entries.entry_id
ORDER BY entrydate DESC
LIMIT 0,10;

MySQL Error : Unknown column 'journal_entries.np' in 'field list'
Error Number : 1054
Date : Tuesday, November 22nd 2005 @ 02:17:07 PM
Script : http://www.physicsforums.com/journal...howjournal&j=2
Referrer : http://www.physicsforums.com/journal.php
Classname : vb_database

Andreas 11-22-2005 07:33 PM

Did you import the product XML?

dethfire 11-22-2005 07:34 PM

Quote:

Originally Posted by Andreas
Did you import the product XML?

yeah twice, overwriting the original, the product info screen says it's at beta 1

Andreas 11-22-2005 07:36 PM

Change the version number to "1.0.2 Alpha 3" and import again.
If it still does not work, send me a PM with an ACP login.

dethfire 11-22-2005 07:48 PM

Quote:

Originally Posted by Andreas
Change the version number to "1.0.2 Alpha 3" and import again.
If it still does not work, send me a PM with an ACP login.

ok that worked, I understand why now, thanks

Reeve of shinra 11-22-2005 09:58 PM

I saw that "# It is not recommended to use mySQL 4.1+" -- is that still true?

I am running 4.1.1 and would like to use this on a new site running 3.5

dethfire 11-22-2005 10:32 PM

Quote:

Originally Posted by Reeve of shinra
I saw that "# It is not recommended to use mySQL 4.1+" -- is that still true?

I am running 4.1.1 and would like to use this on a new site running 3.5

I'm running 4.0.16 and it works just fine

Reeve of shinra 11-22-2005 10:36 PM

yeah but he is saying NOT to use anything above 4.1 which I am ;)

Andreas 11-22-2005 11:18 PM

Try it. If you get mySQL errors about conflicting collations it does not work, otherwise it does ;)


All times are GMT. The time now is 12:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04495 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete