Coder Social home page Coder Social logo

Comments (6)

slackero avatar slackero commented on July 1, 2024

Seems your MySQL doesn't support MyISAM. I cannot really test this. I would recommend also to check the my.cnf to have a more compatible setting. Newer MySQL is often too strict. Is it a productive system or for testing?

from phpwcms.

prbt2016 avatar prbt2016 commented on July 1, 2024

Hello @slackero ,

I am using Server version: 5.5.62 Source distribution. My server supports MYISAM.

This is the output of 'show engines' command on mysql prompt.

This is the screenshot for your reference.

phpwcms

Also strict mode isn't enabled :

test

The earlier version 1.9.30 installs fine without any such issues.

I see that the storage engine in the earlier version i.e 1.9.30, was explicitly set to 'MYISAM' which is commented in this version i.e 1.9.33,

/setup/inc/setup.check.inc.php on line 159 i.e this code :

mysqli_query($db, 'SET storage_engine=MYISAM');

so the storage engine picked up is INNODB, which is the default engine in my case, as you can see in the screenshot.

Could you please try and find a fix for this ?. Or any suggestions to make the script work on the environment?.

from phpwcms.

slackero avatar slackero commented on July 1, 2024

I need to check the whole database schema, as I wrote in the readme. I cannot rely on MYISAM any longer. As workaround for you remove the comment.

from phpwcms.

prbt2016 avatar prbt2016 commented on July 1, 2024

Hello @slackero ,

It would be really better if you could fix this by code, as many users would face the issue while installation on MYSQL 5.5,
since the default storage engine in MYSQL is set to INNODB and full text indexes are only supported only by MYISAM before MYSQL 5.6 ,

Many users would have this same issue on the above environment.

I have tested on another server which has MYSQL 5.6 (with InnoDB as default engine), and there it works fine.

It would be better if you raise MYSQL requirements to MYSQL 5.6 and above and update them in docs or make changes in code to make it compliant with MYSQL 5.5.

Kindly let me know.

from phpwcms.

prbt2016 avatar prbt2016 commented on July 1, 2024

Hello @slackero ,

Any updates regarding the same ?.

from phpwcms.

slackero avatar slackero commented on July 1, 2024

Should be solved, requirements updated

from phpwcms.

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.