vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - [AJAX] Helpful Answers - Allow users to rate individual posts (https://vborg.vbsupport.ru/showthread.php?t=233296)

Ted S 07-12-2011 03:58 PM

Quote:

Originally Posted by The Rocketeer (Post 2219535)
For some reason the top ten was turned on. So after disabling it and trying to run these queries

we are getting this error

An error occurred while attempting to execute your query. The following information was returned.

error number: 1064
error desc: 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 'DELETE FROM helpfulanswer' at line 2

Try running the delete query separately?

The Rocketeer 07-12-2011 09:26 PM

Quote:

Originally Posted by Ted S (Post 2219679)
Try running the delete query separately?

that didnt work either ted i tried them both separately :(

what should i do now?

The Rocketeer 07-12-2011 10:08 PM

Okay on my 3rd try I was able to get this query to run
Code:

DELETE FROM helpfulanswer;
But I still couldn't get this to run
Code:

UPDATE post SET goodrank = '', totalrank = '';
I keep getting this error
Quote:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1054
error desc: Unknown column 'goodrank' in 'field list'

And if the Helpful answers are enabled then after clicking thumbs up, I get this error

Parse error: syntax error, unexpected '<' in /home/myaccount/public_html/helpfulanswers.php on line 522

Ted S 07-12-2011 10:24 PM

Quote:

Originally Posted by The Rocketeer (Post 2219799)
Okay on my 3rd try I was able to get this query to run
Code:

DELETE FROM helpfulanswer;
But I still couldn't get this to run
Code:

UPDATE post SET goodrank = '', totalrank = '';
I keep getting this error


And if the Helpful answers are enabled then after clicking thumbs up, I get this error

Parse error: syntax error, unexpected '<' in /home/myaccount/public_html/helpfulanswers.php on line 522

The first error is because that query is really really old.

Should be: UPDATE helpfulpost SET goodrank = '', totalrank = ''

The second error is something in your script. Reupload.

The Rocketeer 07-12-2011 11:09 PM

thanks Ted, I was using the old query found inside the read me, your updated query fixed it :p

Code:

UPDATE helpfulpost SET goodrank = '', totalrank = ''
Great mod, nominated, we will use it in all our forums :)

Ted S 07-13-2011 04:24 AM

Thanks for the heads up. I'll have to fix that!

Successfulsteps 07-13-2011 05:51 AM

Very nice! Installed and working marvelously! :up:

The Rocketeer 07-13-2011 09:54 AM

Update

Ted, I found a very annoying error with this mod that would cause double posts / duplicate posts of the first topic on a thread. Meaning the topic creators first post will be shown at the bottom of his post as the second post.

I will be sending you the details of this 'Error" in a PM.

Ted S 07-14-2011 10:32 PM

Quote:

Originally Posted by The Rocketeer (Post 2219960)
Update

Ted, I found a very annoying error with this mod that would cause double posts / duplicate posts of the first topic on a thread. Meaning the topic creators first post will be shown at the bottom of his post as the second post.

I will be sending you the details of this 'Error" in a PM.

Is this happening on EVERY post? Or just a few posts?

If it's across the board it's something in your particular install [otherwise this would obviously not be used by anyone] and more tricky to trace down. How much activity do you have in the system? Have you made any changes to the template or code beyond resetting the query?

P.S. I handle all support via the public posts so other users can chime in and benefit from answers.

The Rocketeer 07-14-2011 11:47 PM

No Ted, its not happening across the board, otherwise you would see it on other posts, only happens in a couple posts that probably got affected when I had accedentally turned on and off the top ten thing and then went on and clicked "thumbs up" on a few posts which gave me the error ("Parse error: syntax error, unexpected '<' in /home/myaccount/public_html/helpfulanswers.php on line 522"). So only those few posts are affected. Have I had the updated query then this probably wouldnt have happened. So I think it might be some kind of a query, table or something small gone bad(cache or database related?) that could be easily fixed, since the problem goes away if the mod is disabled. BTW. Did you login with the details and had a good look around yet?

P.S. Thats perfectly fine since others might be able to chime in, so we'll discuss it here. I just PMed you since I didn't want to share my boards URL or anything publicly. :)


All times are GMT. The time now is 05:37 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.02256 seconds
  • Memory Usage 1,746KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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