Images don't work.denis4o wrote:When a user is logged in he sees the reputation counter of a post this way:
But when the user is not logged he sees it this way:
Would you be able to make a guest see the counter as a logged in user?
Code: Select all
General Error
SQL ERROR [ mysql4 ]
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 'AND rep_to = 48 AND post_id != 0 AND time > 1415289161' at line 4 [1064]
SQL
SELECT COUNT(rep_id) AS rep_per_day FROM jcp_reputations WHERE rep_from = AND rep_to = 48 AND post_id != 0 AND time > 1415289161
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/ext/pico/reputation/controller/rating_controller.php
LINE: 266
CALL: phpbb\db\driver\factory->sql_query()
FILE: (not given by php)
LINE: (not given by php)
CALL: pico\reputation\controller\rating_controller->post()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 117
CALL: call_user_func_array()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 61
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 33
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
You reported it twice.rrbailey89 wrote:When I try to rate a post this is the error that I get
Do I have something set up wrong?Code: Select all
General Error SQL ERROR [ mysql4 ] 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 'AND rep_to = 48 AND post_id != 0 AND time > 1415289161' at line 4 [1064] SQL SELECT COUNT(rep_id) AS rep_per_day FROM jcp_reputations WHERE rep_from = AND rep_to = 48 AND post_id != 0 AND time > 1415289161 BACKTRACE FILE: (not given by php) LINE: (not given by php) CALL: msg_handler() FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 855 CALL: trigger_error() FILE: [ROOT]/phpbb/db/driver/mysql.php LINE: 181 CALL: phpbb\db\driver\driver->sql_error() FILE: [ROOT]/phpbb/db/driver/factory.php LINE: 329 CALL: phpbb\db\driver\mysql->sql_query() FILE: [ROOT]/ext/pico/reputation/controller/rating_controller.php LINE: 266 CALL: phpbb\db\driver\factory->sql_query() FILE: (not given by php) LINE: (not given by php) CALL: pico\reputation\controller\rating_controller->post() FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php LINE: 117 CALL: call_user_func_array() FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php LINE: 61 CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw() FILE: [ROOT]/app.php LINE: 33 CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Did you set up max reputation to 1? I don't mean max reputation power. Check your settings.JupiterGPL wrote:So how does Rep actually work? I have been given 7 positive Reps, yet my total only shows 1 everywhere except for in the specific Rep are of my profile.
I'm talking to JupiterGLP.denis4o wrote:Hi Pico, who was that addressed to?
Do you just want a screen shot of the top of the options? I ask because I can't fit all of it in one screenshot.Pico88 wrote:I cannot reproduce your issue. Can you post screenshot of your ACP reputation settings?