Code: Select all
SQL ERROR [ mysqli ]
Out of range value for column 'date' at row 1 [1264]
SQL
INSERT INTO phpbb_wvtt (user_id, topic_id, date) VALUES ('2', 2, 1425324030)
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/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/bruninoit/wvtt/event/main_listener.php
LINE: 86
CALL: phpbb\db\driver\factory->sql_query()
FILE: (not given by php)
LINE: (not given by php)
CALL: bruninoit\wvtt\event\main_listener->viewtopic_actions()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 164
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 53
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
LINE: 167
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 60
CALL: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/viewtopic.php
LINE: 1101
CALL: phpbb\event\dispatcher->trigger_event()
It did not help.draky wrote:Suggestion : synchronize because I deleted members who visited topics and they're still displayed.
RomaamoR wrote:I receive an error.
Code: Select all
SQL ERROR [ mysqli ] Out of range value for column 'date' at row 1 [1264] SQL INSERT INTO phpbb_wvtt (user_id, topic_id, date) VALUES ('2', 2, 1425324030) 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/mysqli.php LINE: 194 CALL: phpbb\db\driver\driver->sql_error() FILE: [ROOT]/phpbb/db/driver/factory.php LINE: 329 CALL: phpbb\db\driver\mysqli->sql_query() FILE: [ROOT]/ext/bruninoit/wvtt/event/main_listener.php LINE: 86 CALL: phpbb\db\driver\factory->sql_query() FILE: (not given by php) LINE: (not given by php) CALL: bruninoit\wvtt\event\main_listener->viewtopic_actions() FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php LINE: 164 CALL: call_user_func() FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php LINE: 53 CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php LINE: 167 CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch() FILE: [ROOT]/phpbb/event/dispatcher.php LINE: 60 CALL: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() FILE: [ROOT]/phpbb/event/dispatcher.php LINE: 46 CALL: phpbb\event\dispatcher->dispatch() FILE: [ROOT]/viewtopic.php LINE: 1101 CALL: phpbb\event\dispatcher->trigger_event()
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
Ok thanks, I'll resolve the permission problem.OmkePom wrote:Works well!
Only afther install, normall users have permission and Moderators and higher dont. Its upside down world!
Maybe its possible to turn counter on/off ???
BTW: Great job thx m8!
To open the popup you have to click the "who visited this topic" linkmartin123456 wrote:Any screen shot of the popup date view as i'm not seeing it on my site or your site come to that.
Tried all versions .Brunino wrote:Which version did you have before the update? a1, a2 or new installation?
Thanks for the report
Yes, I want it!Brunino wrote: I didn't insert the counter setting because I don't understand why someone want to disable it. if someone want it I'll insert it.
Go to phpmyadmin and remove the table prefix_wvttRomaamoR wrote:Tried all versions .Brunino wrote:Which version did you have before the update? a1, a2 or new installation?
Thanks for the report
Ok... I'll add it in the RC1 or RC2 version.OmkePom wrote:Yes, I want it!Brunino wrote: I didn't insert the counter setting because I don't understand why someone want to disable it. if someone want it I'll insert it.
Extension removed . Table cleaned . Reinstalled . Not what has changed. The error is the same.Brunino wrote:Go to phpmyadmin and remove the table prefix_wvtt
Ok I've understood the problem. Now I cannot edit it on github but you can do it on your forum.RomaamoR wrote:Extension removed . Table cleaned . Reinstalled . Not what has changed. The error is the same.Brunino wrote:Go to phpmyadmin and remove the table prefix_wvtt
'TIMESTAMP', null
with 'TIMESTAMP', 0
.