Posts: 10
Threads: 3
Joined: Mar 2009
Reputation:
0
(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.
Posts: 5
Threads: 0
Joined: Jan 2009
Reputation:
0
(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
Posts: 5
Threads: 0
Joined: Jan 2009
Reputation:
0
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
Posts: 67
Threads: 5
Joined: Feb 2008
Reputation:
0
2009-03-13, 01:40 PM
(This post was last modified: 2009-03-13, 01:42 PM by iarspider.)
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.
Posts: 1,028
Threads: 75
Joined: Sep 2008
Reputation:
23
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
Posts: 5
Threads: 0
Joined: Jan 2009
Reputation:
0
2009-03-13, 02:41 PM
(This post was last modified: 2009-03-13, 10:26 PM by 1Andy1.)
(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
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.
Posts: 1,028
Threads: 75
Joined: Sep 2008
Reputation:
23
2009-03-13, 02:56 PM
(This post was last modified: 2009-03-13, 02:57 PM by x-Treme.)
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.
Posts: 67
Threads: 5
Joined: Feb 2008
Reputation:
0
2009-03-15, 08:45 PM
(This post was last modified: 2009-03-18, 11:45 AM by iarspider.)
Gordie, thanks, I'll fix that now.
1And1, thanks to you I finally tracked this problem down.
See first post for updated version
Posts: 145
Threads: 44
Joined: Oct 2008
Reputation:
0
 This user has been denied support.
for me not work.
Posts: 5,344
Threads: 198
Joined: Feb 2007
Reputation:
38
(2009-03-15, 10:31 PM)[email protected] S Wrote: for me not work.
Any details?
|