I installed your new version and I have this mistake:Brunino wrote:New version 0.1.0-RC1 with new features which you can read in the announcement
Code: Select all
SQL ERROR [ mysqli ]
Unknown column 'date' in 'field list' [1054]
SQL
INSERT INTO phpbb_wvtt (user_id, topic_id, date) VALUES ('2', 13, 1425576724)
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: 102
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()
For risovelere you must first disable the extension, then delete the data and then re-enable the extension. So you never have errors.tamarin wrote:I installed your new version and I have this mistake:Brunino wrote:New version 0.1.0-RC1 with new features which you can read in the announcementCode: Select all
SQL ERROR [ mysqli ] Unknown column 'date' in 'field list' [1054] SQL INSERT INTO phpbb_wvtt (user_id, topic_id, date) VALUES ('2', 13, 1425576724) 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: 102 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()
The first time I deleted all the data on the forum and on the server, but the folder on the server I left.systemcrack wrote: For risovelere you must first disable the extension, then delete the data and then re-enable the extension. So you never have errors.
From new version there is a specific permission for this.OmkePom wrote:l
Maybe its possible to turn counter on/off ???
Code: Select all
<?php
/**
*
* @package Who Visit This Topic
* @copyright (c) 2014 brunino
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'WVTT_TITLE' => 'Wer hat diesen Beitrag besucht?',
'WVTT_PROFILE' => 'Letzte besuchte Beiträge',
'EXTENSION_BY' => 'Erweiterung durch',
'ACL_U_WVTT' => 'Kann sehen, wer einen Beitrag besucht hat',
'ACL_U_WVTT_POPUP' => 'Kann sehen, wann ein Beitrag von einem Benutzer besucht wurde',
'ACL_U_WVTT_COUNT' => 'Kann sehen, wie oft ein Beitrag von einem Benutzer besucht wurde',
'ACL_U_WVTT_PROFILE' => 'Kann im Profil eines Benutzers sehen, welche Beiträge zuletzt besucht wurden'
));
If you have this same question in any extension...osirisios wrote:What's the install directory, thanks??
ext/???/???/
Code: Select all
"name": "acme/demo",
Code: Select all
.column1 {
width: 49%;
}
Thanks a lot providing me with the answer to my question regarding the installation path -- and also, thanks for the tip regarding where to find the installation path for any other extensions that don't display them in the topic.Raul [ThE KuKa] wrote:If you have this same question in any extension...osirisios wrote:What's the install directory, thanks??
ext/???/???/
Always in the composer.json file (line 2)acme = AuthorCode: Select all
"name": "acme/demo",
demo = Name of extension
The installation path would be as follows: your_forum/ext/acme/demo/
P.D. Sorry for Off Topic Brunino
Code: Select all
bruninoit/wvtt