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)
-   -   End-User Options - Reputation Point Chooser FREE by BOP5 (Choose how much rep to give when leaving rep) (https://vborg.vbsupport.ru/showthread.php?t=282647)

datoneer 06-21-2013 12:52 PM

https://vborg.vbsupport.ru/external/2013/06/16.png

I can see this only nothing else when i click on add to reputation

BirdOPrey5 06-21-2013 05:06 PM

In your config.php file make sure there is an email address set to receive a copy of your database errors. Then you should get a copy in your email whenever there is an error.

BirdOPrey5 06-21-2013 05:07 PM

Quote:

Originally Posted by mertiliuss (Post 2429570)
is posible similar, but in user profile?

eg: http://vampirefreaks.com/Alyce_

"Rate Me"

tnks

Sorry doesn't appear to be related to this mod.

datoneer 06-23-2013 06:59 PM

This is the error:

Invalid SQL:
UPDATE user SET
reputationlevelid = 5,
reputation = 31,
newrepcount = 1
WHERE userid = 1816;

MySQL Error : Unknown column 'newrepcount' in 'field list'
Error Number : 1054
Request Date : Friday, June 21st 2013 @ 09:50:24 AM
Error Date : Friday, June 21st 2013 @ 09:50:25 AM
Script : http://www.imspot.org/reputation.php...tation&p=12697
Referrer : http://www.imspot.org/imspot-forum-n...ts-system.html
IP Address :
Username : enigma
Classname : vB_Database
MySQL Version : 5.1.68-cll

datoneer 06-26-2013 05:48 PM

I'll wait for your fix bop5 it is not urgent

Lazorbeam 07-05-2013 01:25 PM

Nice mod. Installed.

Members are asking to have the mod give max rep as default, instead of 0. Is this possible? How bout setting it to 1?

BirdOPrey5 07-06-2013 09:20 PM

Anything is possible if you know how to code it. Unfortunately I will not be making any updates to this mod for the foreseeable future.

kamran_dotnet 08-19-2013 08:53 AM

Quote:

Originally Posted by datoneer (Post 2430026)
This is the error:

Invalid SQL:
UPDATE user SET
reputationlevelid = 5,
reputation = 31,
newrepcount = 1
WHERE userid = 1816;

MySQL Error : Unknown column 'newrepcount' in 'field list'
Error Number : 1054
Request Date : Friday, June 21st 2013 @ 09:50:24 AM
Error Date : Friday, June 21st 2013 @ 09:50:25 AM
Script : http://www.imspot.org/reputation.php...tation&p=12697
Referrer : http://www.imspot.org/imspot-forum-n...ts-system.html
IP Address :
Username : enigma
Classname : vB_Database
MySQL Version : 5.1.68-cll

use this MySQL query to fix this:
Code:

ALTER TABLE user ADD newrepcount SMALLINT UNSIGNED NOT NULL DEFAULT '0';

ozzy47 08-19-2013 09:19 AM

Just because a mod does not get any features added does not mean it is unsupported.

BirdOPrey5 08-19-2013 09:35 AM

Quote:

Originally Posted by datoneer (Post 2430026)
This is the error:

Invalid SQL:
UPDATE user SET
reputationlevelid = 5,
reputation = 31,
newrepcount = 1
WHERE userid = 1816;

MySQL Error : Unknown column 'newrepcount' in 'field list'
Error Number : 1054
Request Date : Friday, June 21st 2013 @ 09:50:24 AM
Error Date : Friday, June 21st 2013 @ 09:50:25 AM
Script : http://www.imspot.org/reputation.php...tation&p=12697
Referrer : http://www.imspot.org/imspot-forum-n...ts-system.html
IP Address :
Username : enigma
Classname : vB_Database
MySQL Version : 5.1.68-cll

This mod doesn't make any changes to the database, in fact it doesn't make any direct database queries at all.

This error is either because of a different modification or a problem with your VB install.

What exact version of VB are you using?


All times are GMT. The time now is 01:44 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.01155 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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