Jump to content

Il_Picasso

Clients
  • Posts

    126
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Il_Picasso

  1. Since new update 

     

    I get errors when entering a thread 

     

    Template store key: template_49_7a734b11232065691bc1176040cb26ad_topics rebuilding and requested again (forums, front, topics)

     

    #0 /home/nginx/domains/comugamers.com/public/init.php(441) : eval()'d code(22): IPS\_Log::log('Template store ...', 'template_store_...')
    #1 /home/nginx/domains/comugamers.com/public/system/Theme/Theme.php(705): IPS\slack_hook_Log::log('Template store ...', 'template_store_...')
    #2 [internal function]: IPS\_Theme->getTemplate('topics', 'forums', 'front')
    #3 /home/nginx/domains/comugamers.com/public/init.php(441) : eval()'d code(18): call_user_func('parent::getTemp...', 'topics', NULL, NULL)
    #4 /home/nginx/domains/comugamers.com/public/applications/forums/modules/front/forums/topic.php(299): IPS\collab_hook_ipsTheme->getTemplate('topics')
    #5 /home/nginx/domains/comugamers.com/public/system/Dispatcher/Controller.php(96): IPS\forums\modules\front\forums\_topic->manage()
    #6 /home/nginx/domains/comugamers.com/public/system/Content/Controller.php(51): IPS\Dispatcher\_Controller->execute()
    #7 /home/nginx/domains/comugamers.com/public/applications/forums/modules/front/forums/topic.php(40): IPS\Content\_Controller->execute()
    #8 /home/nginx/domains/comugamers.com/public/system/Dispatcher/Dispatcher.php(129): IPS\forums\modules\front\forums\_topic->execute()
    #9 /home/nginx/domains/comugamers.com/public/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

     

    Also I can suggest to add the option to allow a group to accept certain groups  or give  the power individually to users to accept and move it out from the ACP

    Also I can suggest to add the option to allow a group to accept certain groups  or give  the power individually to users to accept and move it out from the ACP

  2. When I press the option See all about an user IP 

     

    I get this

     

    SELECT q_lipaddress AS ip, COUNT(*) AS count, MIN(q_ldate) AS first, MAX(q_ldate) AS last FROM `x_utf_quizzes_leaders` AS `quizzes_leaders` WHERE q_lmid=18191 GROUP BY `dip`
    IPS\Db\Exception: Unknown column 'dip' in 'group statement' (1054)
    #0 /var/www/forum/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IPS\\quizzes\\e...', Array)
    #1 /var/www/forum/system/Db/Select.php(244): IPS\Db\_Select->runQuery()
    #2 /var/www/forum/applications/quizzes/extensions/core/IpAddresses/Leaders.php(91): IPS\Db\_Select->setKeyField('ip')
    #3 /var/www/forum/system/Member/Member.php(1839): IPS\quizzes\extensions\core\IpAddresses\_Leaders->findByMember(Object(IPS\Member))
    #4 /var/www/forum/applications/core/modules/admin/members/members.php(1116): IPS\_Member->ipAddresses()
    #5 [internal function]: IPS\core\modules\admin\members\_members->ip()
    #6 /var/www/forum/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #7 /var/www/forum/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute()
    #8 /var/www/forum/admin/index.php(13): IPS\_Dispatcher->run()
    #9 {main}

  3. Sure!

    32 minutes ago, Ahmad E. said:

    Would I be able to get ACP&FTP access? I made sure this is working fine for me locally, even tried most of the permissions too.

    Sure! Do you have something like skype where we can speak instantly?

  4. 9 minutes ago, Ahmad E. said:

    Just uploaded a new version with a fix along with some code improvements @Il_Picasso :)

    Hello! Thanks for the fast response

     

    I am not getting the error anymore however when trying to update, the new settings wont get saved I am still trying to update  b_virtualserver_servergroup_list

     

    When I change  b_virtualserver_servergroup_list  and click on SAVE the page will act as it is working normally but the changes wont make effect, if I re open the settings of the group the setting appears as it was never changed.

  5. Just now, Ahmad E. said:

    Can you give me more information, please? Which permissions are you trying to edit exactly and what are you setting them to?

    At first I had an issue with permissions, when I edited the guest permission my whole group got reset, thankfully I had a backup 

     

    I am trying to edit 

    b_virtualserver_servergroup_list

  6. 6 hours ago, Ahmad E. said:

    Must've overread this one. Are you using the "Only show  channels that are visible to Guests?" option?

    If so, make sure you have the following permissions set, for the "Guest" group on TS:

    b_virtualserver_info_view
    b_virtualserver_channel_list
    b_virtualserver_client_list
    b_virtualserver_servergroup_list
    b_virtualserver_channelgroup_list

    I am having problem editting permissions of a group

    I get this

    4P104/2 ErrorID: 2562 | Message: invalid permission ID
  7. 7 minutes ago, Ahmad E. said:

    Must've overread this one. Are you using the "Only show  channels that are visible to Guests?" option?

    If so, make sure you have the following permissions set, for the "Guest" group on TS:

    b_virtualserver_info_view
    b_virtualserver_channel_list
    b_virtualserver_client_list
    b_virtualserver_servergroup_list
    b_virtualserver_channelgroup_list

    wORKING NOW

  8. I am getting this when I install it (I uninstalled the version you first released)

     

    Error: Call to a member function logout() on null (0)
    #0 /var/www/forum/applications/teamspeak/sources/Api/Api.php(60): IPS\teamspeak\_Api->logout()
    #1 /var/www/forum/applications/teamspeak/modules/admin/overview/test.php(55): IPS\teamspeak\_Api->__destruct()
    #2 /var/www/forum/system/Dispatcher/Controller.php(96): IPS\teamspeak\modules\admin\overview\_test->manage()
    #3 /var/www/forum/applications/teamspeak/modules/admin/overview/test.php(25): IPS\Dispatcher\_Controller->execute()
    #4 /var/www/forum/system/Dispatcher/Dispatcher.php(129): IPS\teamspeak\modules\admin\overview\_test->execute()
    #5 /var/www/forum/admin/index.php(13): IPS\_Dispatcher->run()
    #6 {main}

     

     

    Nevermind the error dissapeared when I configured the app, however when trying to view Ts3Viewer I get

     

    Invalid server response in the logs and what the page shows is this 

     

    TeamSpeak Viewer

    The Viewer could not be loaded, please check the error logs.
     
     
    Also, when trying to edit a GROUP I get this
     
    TypeError: Argument 1 passed to IPS\teamspeak\Api\_Group::getServerGroups() must be an instance of TeamSpeakAdmin, none given, called in /var/www/forum/applications/teamspeak/extensions/core/GroupForm/ServerGroups.php on line 51 (0)
    #0 /var/www/forum/applications/teamspeak/extensions/core/GroupForm/ServerGroups.php(51): IPS\teamspeak\Api\_Group::getServerGroups()
    #1 /var/www/forum/applications/core/modules/admin/members/groups.php(178): IPS\teamspeak\extensions\core\GroupForm\_ServerGroups->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group))
    #2 [internal function]: IPS\core\modules\admin\members\_groups->form()
    #3 /var/www/forum/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #4 /var/www/forum/applications/core/modules/admin/members/groups.php(35): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/forum/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\admin\members\_groups->execute()
    #6 /var/www/forum/admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}
×
×
  • Create New...