Jump to content

MEVi

Clients
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    1

 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 MEVi

  1. @Paul E.,

    Quote

    How to convert MyISAM to InnoDB?

    Here is how we convert to InnoDB using phpMyAdmin and MySQL CLI. First, let’s see how we do it using phpMyAdmin.

    • First, we login to phpMyAdmin.
    • Then, check the type column and see the storage engines.
    • Later, click on the MyISAM table and click the Operations tab and change the storage engine.

    Alternatively, we run the below command to change the storage engine of a particular table to InnoDB.

    
    ALTER TABLE table_name ENGINE=InnoDB;
  2. I also had a similar error while the forum is under maintenance and there is no member.

    Wed, 27 Jan 2021 04:24:01 +0000
    IPS\Db\Exception::2002
    No such file or directory
    #0 /.../system/Db/Db.php(356): IPS\_Db->_establishConnection(false)
    #1 /.../system/Db/Db.php(487): IPS\_Db->checkConnection(false)
    #2 /.../system/Db/Select.php(383): IPS\_Db->preparedQuery('SELECT * FROM `...', Array, false)
    #3 /.../system/Db/Select.php(441): IPS\Db\_Select->runQuery()
    #4 /.../system/Task/Task.php(194): IPS\Db\_Select->rewind()
    #5 /.../applications/core/interface/task/task.php(54): IPS\_Task::queued()
    #6 {main}

     

  3. Hello,

    I have created different types of subscriptions but I find that it would be convenient to be able to create categories that are not visible to all members. I don't want to use the shop because the subscription system means that you can only have it in a subscription.

    The member might see only 3 subscriptions and if he subscribes to one of them, then he will be able to see the other subscription possibilities.

     

  4. Hello,

    It lacks the functionality (CP-Admin) to move the blog, forum, agenda, files... from one club to another. It should also be possible to make it invisible/maintenance to members, this means that when adding topics to a forum, blog, files or full Club, members are not notified. If the Club is in maintenance/inactive mode, have the possibility to send a message/newsletter to all these members.

×
×
  • Create New...