vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Reputation Board by BOP5. A central location for all reputation. (VB3) (https://vborg.vbsupport.ru/showthread.php?t=299908)

BirdOPrey5 07-30-2013 08:08 PM

Updated to 1.1.1 - Added option to automatically turn URLs into links. (Enabled by default)

WebMonster2013 08-01-2013 03:26 AM

i get a sql error.

Code:

Database error in vBulletin 3.8.7:

Invalid SQL:
SELECT thread.title AS title,, reputationid, reputation.postid, reputation.userid, reputation.reputation AS reputation, reputation.whoadded, reputation.reason, reputation.dateline, bopuser.username AS repgetter, bopuser.reputation AS getterrep, bop2user.username AS repgiver, bop2user.reputation AS giverrep FROM reputation AS reputation
          LEFT JOIN user AS bopuser  ON (reputation.userid = bopuser.userid)
          LEFT JOIN user AS bop2user ON (reputation.whoadded = bop2user.userid)
          LEFT JOIN post AS post    ON (reputation.postid = post.postid)
          LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)             
            ORDER BY dateline DESC  LIMIT 0, 25;

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 ' reputationid, reputation.postid, reputation.userid, reputation.reputation AS re' at line 1
Error Number  : 1064
Request Date  : Thursday, August 1st 2013 @ 08:25:42 AM
Error Date    : Thursday, August 1st 2013 @ 08:25:43 AM
Script        : http://eliteaccess.pw/reputation_board.php
Referrer      :
IP Address    :
Username      : Goon
Classname    : vB_Database
MySQL Version : 5.1.70-cll


BirdOPrey5 08-01-2013 04:40 PM

Sorry about that - typo in query. Please download 1.1.1a.

BirdOPrey5 08-02-2013 11:02 AM

Updated to 1.1.1b. Fixes DB error on some settings.

If you have any version of 1.1.1 already installed you only need to upload the new .php file, you do not need to import the xml file to upgrade.

If you are using 1.1.0 or below please follow full upgrade instructions.

BirdOPrey5 08-24-2013 11:49 AM

Updated to version 1.1.2 - Fixes compatibility with PHP 5.3. No reason to upgrade if you weren't having an error/warning.


All times are GMT. The time now is 11:08 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.00993 seconds
  • Memory Usage 1,724KB
  • 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)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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