Advanced Reputation System [Paid] [Deleted]

Status
Not open for further replies.
just finished my further testing this add one kills it:

http://xenforo.com/community/resources/advanced-reputation-system.2400/

and my members rely on this add one..

i had issues in the past with this add one where i could not even properly create a user giving me errors..

but this version is stable but seems like it interferes with ur add one...

i left the minimum to exclude nay other possible add one casing this:

seems like rep system is the only one on my test board...
ak2zh.png

There's nothing wrong with my add-on to debug. My add-on is about 5 lines of code. There's nothing to go wrong.

My code literally does this:
PHP:
$parent = parent::actionSave();

// Do stuff here

return $parent;

If it's not working then the reputation add-on or another add-on you have may be extending the same function and not doing things correctly. Basically the above code that I use is the only way to properly extend an existing XF function and ensure compatibility with others.

@borbole would be the best person to test this out.

can u plezz make it work with http://xenforo.com/community/threads/reset-password-from-acp.42261

Chris said you should be able to fix this...

this add one breaks the feature totally. i press save with the reset pass ticked on my testing board and no email no nothing, no pass reset.

with rep system off, reset pass for admin works fine...
 
Just upgraded now getting sql error.

Code:
Mysqli prepare error: Unknown column 'is_anonymous' in 'field list'

    Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
    Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
    Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
    Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
    Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1624
    XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1613
    XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
    XenForo_DataWriter->save() in Borbole/Reputation/ControllerPublic/Post.php at line 134
    Borbole_Reputation_ControllerPublic_Post->actionReputationSubmit() in XenForo/FrontController.php at line 347
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
    XenForo_FrontController->run() in /home/*******/public_html/index.php at line 13
 
can u plezz make it work with http://xenforo.com/community/threads/reset-password-from-acp.42261

Chris said you should be able to fix this...

this add one breaks the feature totally. i press save with the reset pass ticked on my testing board and no email no nothing, no pass reset.

with rep system off, reset pass for admin works fine...

The new version I released yesterday fixes that.

Just upgraded now getting sql error.

Code:
Mysqli prepare error: Unknown column 'is_anonymous' in 'field list'

    Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
    Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
    Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
    Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
    Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1624
    XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1613
    XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1405
    XenForo_DataWriter->save() in Borbole/Reputation/ControllerPublic/Post.php at line 134
    Borbole_Reputation_ControllerPublic_Post->actionReputationSubmit() in XenForo/FrontController.php at line 347
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
    XenForo_FrontController->run() in /home/*******/public_html/index.php at line 13

It looks like the upgrader did not insert the is_anonymous field to the reputation table. Can you please check that table at your database and see if the field in question is indeed missing?
 
The new version I released yesterday fixes that.



It looks like the upgrader did not insert the is_anonymous field to the reputation table. Can you please check that table at your database and see if the field in question is indeed missing?

well can u send me the new version?

il send u email asking for it..
 
what are these?

Code:
Error Info
ErrorException: Fatal Error: Class 'Borbole_Reputation_Model_Thread' not found - library/XenForo/Application.php(520) : eval()'d code:1
Generated By: Bik3rKurT, 25 minutes ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(52) "http://portalcentric.net/forums/index.php?liveupdate"
  ["_GET"] => array(1) {
    ["liveupdate"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(43) "/forums/threads/mw3-rtm-tool-unpacked.6966/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

akPSs.png
 
Where do you get that?

i am not very sure as these only show up in my log i do not see them my self:

Code:
ErrorException: Fatal Error: Class 'Borbole_Reputation_Model_User' not found - library/XenForo/Application.php(520) : eval()'d code:1
Generated By: Unknown Account, Yesterday at 11:57 PM
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(52) "http://portalcentric.net/forums/index.php?liveupdate"
  ["_GET"] => array(1) {
    ["liveupdate"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(29) "/forums/forums/site-help.702/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

but i asume an issue with this:
http://xenforo.com/community/resources/live-update.274/
or this:
http://xenforo.com/community/resources/*******-thread-live-update.3053/
 
I think so as well. The error indicates that the Class 'Borbole_Reputation_Model_User' not found but that is there. Not sure why that is. I do not use those mods myself so I am unfamiliar with them. And I can not keep checking every other mod out there to make it compatible with my add on. From another thread I think I have seen you listed all your mods that you have and they were quite a lot. To troubleshoot something like in your case it would require quite some time due to the mods that you are using.

P.s. If no error is occurring on the front end of the forum itself, then ignore them.
 
Hi, Borbole! When I'm tried install this addon, I've got the error:
Code:
Server Error

Mysqli statement execute error : Duplicate column name 'is_anonymous'

Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 317
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Borbole/Reputation/Install.php at line 68
Borbole_Reputation_Install::install()
call_user_func() in XenForo/Model/AddOn.php at line 215
XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /admin.php at line 13

Fresh install or re-install = same error appear and addon don't installed. :(
Please, help.
 
Last edited:
Update! WHEN I commented this code:
Code:
        //Upgrade from version 3.0.1
//        if ($version < 120)
//        {
//            $db->query("ALTER TABLE xf_reputation ADD is_anonymous TINYINT UNSIGNED NOT NULL DEFAULT 0");
//        }

in \library\Borbole\Reputation\install.php
Addon installed successfully! This need fix. :sneaky:;)
 
Last edited:
Update! WHEN I commented this code:
Code:
        //Upgrade from version 3.0.1
//        if ($version < 120)
//        {
//            $db->query("ALTER TABLE xf_reputation ADD is_anonymous TINYINT UNSIGNED NOT NULL DEFAULT 0");
//        }

in \library\Borbole\Reputation\install.php
Addon installed successfully! This need fix. :sneaky:;)

I had emailed you the wrong version by mistake. I have emailed you the correct version now. Sorry for the confusion.
 
borbole updated Advanced Reputation System with a new update entry:

Delete Own Reputations&Given Reputations Link

In this version 2 new options were added:

1) Remove Own Reputations. This is group permissioned based. Now users have the option to undo the reputation(s) that they have given. Users whose reputation(s) will be removed will receive an alert informing them of that fact. Receiving of reputation deletion alerts can be enabled/disabled at users profiles->Alert Preferences->Deletes your reputation.

2) Reputations You've Given link added to the users drop down visitors tab. Upon clicking it users...

Read the rest of this update entry...
 
Hi, @borbole! I don't received any new version on my e-mail.
Strange bug present:
Code:
Welcome to our forum resonansER. You received 1 reputation points.
A moment ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
1 minute ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
1 minute ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:29 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:28 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:14 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:14 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:12 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:11 AM

This is annoyed because I don't received any reputation points::
bandicam 2014-07-24 20-22-26-787.webp bandicam 2014-07-24 20-23-04-854.webp bandicam 2014-07-25 07-50-21-953.webp

This guys also received one reputation points each, but in they profile no display ANY reputation points.
bandicam 2014-07-24 20-22-42-465.webp bandicam 2014-07-25 07-44-05-566.webp bandicam 2014-07-25 07-44-24-783.webp

Settings are turned on:
bandicam 2014-07-25 07-49-02-533.webp

Please, fix wrong alerts.
 
Last edited:
Hi, @borbole! I don't received any new version on my e-mail.
Strange bug present:
Code:
Welcome to our forum resonansER. You received 1 reputation points.
A moment ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
1 minute ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
1 minute ago
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:29 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:28 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:14 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:14 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:12 AM
resonansER
Welcome to our forum resonansER. You received 1 reputation points.
Today at 6:11 AM

This is annoyed because I don't received any reputation points::
View attachment 78758 View attachment 78760 View attachment 78764

This guys also received one reputation points each, but in they profile no display ANY reputation points.
View attachment 78759 View attachment 78761 View attachment 78762

Settings are turned on:
View attachment 78763

Please, fix wrong alerts.

I can not reproduce this myself. Can you pm me the link to your forum with an admin account and I will look into this.

The reputations not being shown up in the the profile tab is because only the reputations given in posts will show up there. Whereas the extra reputations points like the welcome, birthdays etc will be added to the total rep count only.

Hi, @borbole! I don't received any new version on my e-mail.

I just emailed you the latest version of the mod.
 
Can you pm me the link to your forum with an admin account and I will look into this.
Of course. I'll do that little later...
I just emailed you the latest version of the mod.
Thank you very much!

P.S. Very strange. I can't upgrade addon from 3.0.2 to 3.0.3:
Code:
Error
The specified add-on is older than the install version. Downgrading is not possible.
 
Last edited:
Of course. I'll do that little later...

Thank you very much!

P.S. Very strange. I can't upgrade addon from 3.0.2 to 3.0.3:
Code:
Error
The specified add-on is older than the install version. Downgrading is not possible.

Thank you for reporting this. Oddly enough the version id had jumped from 303 to 3 in the xml file when I exported it. Hence that error. I re added the correct version and emailed you the new copy.
 
Please put a time limit on retraction of ratings. Otherwise a user can retract all ratings to a user out of spite. Even years later.
The purpose of retraction is to correct errors made. A user only needs 5-10 minutes to realize his error. After that no retraction is needed.
 
Status
Not open for further replies.
Top Bottom