Giter Club home page Giter Club logo

Comments (2)

antitrustx avatar antitrustx commented on September 23, 2024

It happens when incorrect installation was happened
i got this issue.
to fix it:
make mysql backup

  • drop tables , with alter table buttonconfig drop foreign key buttonconfig_ibfk_1;
    drop view sccpdeviceconfig;
    drop view sccplineconfig;
    drop table sccpbuttonconfig;
    drop table sccpdevice;
    drop table sccpdevmodel;
    drop table sccpline;
    drop table sccpsettings;
    drop table sccpuser;
  • Goto Freepbx admin - module admin and reinstall module
  • Import script sql like installation requires mysql -u root asterisk < mysql-v5_enum.sql
  • in mysql make SET foreign_key_checks = 0; it need to convert charset
  • then make fix with all necessary tables(sccpbuttonconfig, sccpuser, sccpsettingsm, sccpline, sccpdevmodelwith ALTER TABLE CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
  • and get back SET foreign_key_checks = 1;

After that everything is just fine.

from chan-sccp.

TexsModShop avatar TexsModShop commented on September 23, 2024

Yeah getting the same issue here @antitrustx's fix seems to not work anymore/my setup is bugged

from chan-sccp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.