Jump to content

Grey F0x

Friends
  • Posts

    196
  • 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 Grey F0x

  1. i have a problem with this mod, i have install it and now the mod isnt working and i cant unistall it i am getting an ips driver error
    please take a look at this
    here is the error

     +0000
    
     Error Number: 1064
    
     Error: 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 'groups`  DROP `g_view_active_users`, DROP `g_view_active_users_ips`' at line 1
    
     IP Address: *****
    
     Page: /admin/index.php?adsess=392c9486111bf6ff8ed855f0cddd23fb&app=core&module=applications&section=applications&do=application_remove&app_id=15
    
     Debug: array (
    
      1 => 
    
      array (
    
        'file' => '/home/*****/public_html/admin/applications/core/modules_admin/applications/applications.php',
    
        'line' => 1392,
    
        'function' => 'query',
    
        'class' => 'db_driver_mysql',
    
      ),
    
      2 => 
    
      array (
    
        'file' => '/home/*****/public_html/admin/applications/core/modules_admin/applications/applications.php',
    
        'line' => 107,
    
        'function' => 'applicationRemove',
    
        'class' => 'admin_core_applications_applications',
    
      ),
    
      3 => 
    
      array (
    
        'file' => '/home/*****/public_html/admin/sources/base/ipsController.php',
    
        'line' => 291,
    
        'function' => 'doExecute',
    
        'class' => 'admin_core_applications_applications',
    
      ),
    
    )
    
     mySQL query error: ALTER TABLE ibf_`groups`  DROP `g_view_active_users`, DROP `g_view_active_users_ips`;

    I FIXED THE BUG FOR THE UNISTALL: IN:caps_online_groups_access/setup/versions/install/sql/caps_online_groups_access_mysql_uninstall.php select and delete everything in this file and paste the code bellow

    <?php
    
    $QUERY[]	= "ALTER TABLE groups  DROP g_view_active_users ;";
    
    $QUERY[]	= "ALTER TABLE groups  DROP g_view_active_users_ips ;";
    
    ?>



    this will remove this app from your board

×
×
  • Create New...