vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   upgrading from 3.5.4 to 3.6.0 problem -- duplicate posts -- :( (https://vborg.vbsupport.ru/showthread.php?t=123238)

ericgray 08-06-2006 06:41 PM

upgrading from 3.5.4 to 3.6.0 problem -- duplicate posts -- :(
 
hi all --

-- well, we had a massive problem yesterday when trying to do the upgrade --

--- on the auto-execute steps (1-11), it hung up on step one, timing out the server on IE and Firefox, making things VERY frustrating.

From there, we decided to revert to version 3.5.4, just to get the forum back up, and now it says it's version 3.5.5. --

:(

The problem is, when someone quick-replies in the 3.5.4 (which used to work), they get a "duplicate post" error --

-- and worse yet, when they put a "post reply" in, they get a syntax error, shutting down their attempt.

What can we do? I am not a mySQL full-timer (I'm a lawyer), so this is extremely frustrating -- :(

here is the forum -- www.pbsmiles.com --

I don't mind paying someone money to fix this even -- the whole forum is extremely frustrated --

THANK YOU!

eric

RS_Jelle 08-06-2006 09:10 PM

You have a vBulletin license, so you get free official support ;)

You can ask it on the vBulletin.com forums (vB.org is for vBulletin modding) or you can open a support ticket in the members area :)

Freesteyelz 08-06-2006 09:12 PM

I would re-upload all of the vB files, disable all plugins then re-run the upgrade to 3.6.0 again.

While there are many who can help here have you tried vB.com's support ticket system?

ericgray 08-07-2006 01:38 AM

thank you for your help thusfar, all -- i have submitted a ticket, too --

-- basically, when i try 3.5.4 and 3.5.5., i get the same duplicate post errors on quick-replying --

-- and this is emailed to me --

here is the error i am getting emailed after i post a quick-reply, which says i am double-posting --

Database error in vBulletin 3.5.5:

Invalid SQL:

SELECT user.*, subscribethread.emailupdate
FROM subscribethread AS subscribethread
INNER JOIN user AS user ON (subscribethread.userid = user.userid)
LEFT JOIN usergroup AS usergroup ON (usergroup.usergroupid =
user.usergroupid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid =
user.userid)
WHERE subscribethread.threadid = 7488 AND
subscribethread.emailupdate IN (1, 4) AND
subscribethread.canview = 1 AND
CONCAT(' ', IF(usertextfield.ignorelist IS NULL, '',
usertextfield.ignorelist), ' ') NOT LIKE ' 1 ' AND
user.usergroupid <> 3 AND
user.userid <> 1 AND
user.lastactivity >= 1154920702 AND
(usergroup.genericoptions & ) = 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 ') = 0' at line 13
Error Number : 1064
Date : Monday, August 7th 2006 @ 03:24:09 AM
Script : http://spbr.org/pbsmiles/upload/newreply.php
Referrer
:
http://spbr.org/pbsmiles/upload/show...99864post99864
IP
Address : xxx.xxx.xxx.xxx
Username : eric
Classname : vb_database


ANY THOUGHTS?

thank you!

eric

Sean S 08-07-2006 02:47 AM

It appears that something is missing in your database query,

Code:

(usergroup.genericoptions & ) = 0;
something is missing after the & but I'm not sure what.

Paul M 08-07-2006 10:16 AM

Your bitfields are broken - I would say you haven't sucessfully uploaded the 3.6 bitfield_vbulletin.xml file to your includes/xml folder. Reupload that file.

You may need to rebuild your bitfields (../admincp/index.php?do=buildbitfields).


All times are GMT. The time now is 07:41 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
  • Page Generation 0.01859 seconds
  • Memory Usage 1,723KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete