MyBB Community Forums

Full Version: [Release] Fast Reputation Change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
(2009-03-10, 02:22 PM)iarspider Wrote: [ -> ]First post fixed now.


MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - 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 't Like This Post" image','1','39')' at line 3
Query:
INSERT INTO mybb_settings (name,optionscode,value,title,disporder,gid) VALUES ('fastrep_negimg','text','./images/icons/thumbsdown.gif','"I Don't Like This Post" image','1','39')

Please contact the MyBB Group for support.
(2009-03-10, 07:56 PM)elmemis Wrote: [ -> ]
(2009-03-10, 02:22 PM)iarspider Wrote: [ -> ]First post fixed now.


MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - 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 't Like This Post" image','1','39')' at line 3
Query:
INSERT INTO mybb_settings (name,optionscode,value,title,disporder,gid) VALUES ('fastrep_negimg','text','./images/icons/thumbsdown.gif','"I Don't Like This Post" image','1','39')

Please contact the MyBB Group for support.

Hello

Change in language/admin

$l['fastrep_settings_negimg'] = "\"I Don't Like This Post\" image";
in
$l['fastrep_settings_negimg'] = "\"I Don\'t Like This Post\" image";

An other change must be in Languages

$l['fatsrep_votes'] = 'Votes: ';
in
$l['fastrep_votes'] = 'Votes: ';

Then it works

Greetings

Andy
Hello

The counter does not work.

It is allways 1, -1 or 0.

The counter counts by positive assessment negatively if a user has 2 or more positive assessments.

Greetings

Andy
Well, I can't reproduce this problem on my own installation:

[attachment=13111]

Sometimes the information doesn't change on the page, but it does change in the database. Try refreshing the page after voting.
Getting a different error when trying to activate this:
Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1060 - Duplicate column name 'pid'
Query:
ALTER TABLE mybb_reputation ADD pid INT( 10 ) DEFAULT '-1' NOT NULL AFTER adduid
(2009-03-13, 01:40 PM)iarspider Wrote: [ -> ]Well, I can't reproduce this problem on my own installation:



Sometimes the information doesn't change on the page, but it does change in the database. Try refreshing the page after voting.

Hello iarspider

I have still tested once and the problem seems to concern only the user group of the Admins all users.

For other groups, the plugin works fine.

An other Problem I have found. User can rate himself.

Greetings

Andy



[attachment=13112]



The Problem is:

If user A values a contribution in thread1 of user B is the result +1. If user A values now the 2nd contribution in a other thread of user B, the first assessment is headlined and the result is still +1.

Sorry for my bad English.
Found a minor error...
fastrep.lang.php
Quote:$l['fatsrep_votes'] = 'Votes: ';

should be:
Quote:$l['fastrep_votes'] = 'Votes: ';

BTW...my previous problem/error has been fixed.
Gordie, thanks, I'll fix that now.

1And1, thanks to you I finally tracked this problem down.

See first post for updated version
for me not work.
(2009-03-15, 10:31 PM)F@RUK S Wrote: [ -> ]for me not work.

Any details?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13