Search found 3 matches

 Return to the advanced search

Re: MySQL Query Failed: Table 'opencats.module_schema' doesn't e

 by afedan ¦  09 Aug 2018, 18:10 ¦  Forum: OpenCATS Talk ¦  Topic: MySQL Query Failed: Table 'opencats.module_schema' doesn't e ¦  Replies: 6 ¦  Views: 6226

Thank you RussH!
I have in fact used a php version that was not compatible with the OpenCats version! It was a php 4 version. Now I took the right version and it works fine!

Re: MySQL Query Failed: Table 'opencats.module_schema' doesn't e

 by afedan ¦  09 Aug 2018, 08:53 ¦  Forum: OpenCATS Talk ¦  Topic: MySQL Query Failed: Table 'opencats.module_schema' doesn't e ¦  Replies: 6 ¦  Views: 6226

To further clarify the situation, I have configured the OpenCATS project with the default configuration:
/* Database configuration. */
define('DATABASE_USER', 'cats');
define('DATABASE_PASS', 'cats');
define('DATABASE_HOST', 'localhost');
define('DATABASE_NAME', 'cats_dev');

Re: MySQL Query Failed: Table 'opencats.module_schema' doesn't e

 by afedan ¦  09 Aug 2018, 01:30 ¦  Forum: OpenCATS Talk ¦  Topic: MySQL Query Failed: Table 'opencats.module_schema' doesn't e ¦  Replies: 6 ¦  Views: 6226

I got the same error even if I have installed in 'db name'_schema.sql the mysql code : /*Table structure for table `module_schema` */ CREATE TABLE `module_schema` ( `module_schema_id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `version` int(11) DEFAULT ...

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me