<![CDATA[ Install Error - MODx setup couldn't install/alter some tables inside the ... - My Forums]]> https://forums.modx.com/thread/?thread=32709 <![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the?page=2#dis-post-392180
TYPE=MyISAM

with this code:
ENGINE=MyISAM

...and all worked well, until today when I tried to add a Jot Call and noticed an php error, then I went to the database and noticed that the three jot tables where missing! Does anyone had this issue?]]>
microcipcip Sep 02, 2011, 02:28 PM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the?page=2#dis-post-392180
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the?page=2#dis-post-179691
It worked for me using Xampp 1.7.4 for Linux using Evo 1.0.5

I only replace the words TYPE=MyISAM with ENGINE=MyISAM in install/setup.sql and it did the job.

Regards

François]]>
fxb Jun 06, 2011, 06:30 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the?page=2#dis-post-179691
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179690 Quote from: RMPnet at Feb 21, 2011, 12:17 PM

Hi
What did you change in
Quote from: godziniak at Feb 21, 2011, 10:20 AM
...
/assets/snippets/jot/includes/jot.install.db.sql
/install/setup.data.sql
...
As I’d not spotted either of those and my install appears to be ok.

Regards
Keith.

You need to change the above two files in the same way as RMPnet suggested:

> Managed to fix it by moding the install/setup.sql replacing TYPE=MyISAM with ENGINE=MyISAM

So, I needed to replace the words TYPE=MyISAM with ENGINE=MyISAM in the following files to get ModX 1.0.5 to install the Sample site on my XAMMP webserver version 1.7.4 (MySQL 5.5.8 and PHP 5.3.5):

install/setup.sql
assets/snippets/jot/includes/jot.install.db.sql
install/setup.data.sql]]>
togi_one Mar 04, 2011, 06:19 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179690
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179689 What did you change in
Quote from: godziniak at Feb 21, 2011, 10:20 AM
...
/assets/snippets/jot/includes/jot.install.db.sql
/install/setup.data.sql
...
As I’d not spotted either of those and my install appears to be ok.

Regards
Keith.]]>
RMPnet Feb 21, 2011, 06:17 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179689
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179688 Had same problem, and basicly what we can do for the moment is to changed 3 sql files:

/assets/snippets/jot/includes/jot.install.db.sql
/install/setup.data.sql
/install/setup.sql

... and all install SQL files from new stuff, you will install in the future.

This is my solution, tested couple days, it still works smiley



By the way if you upgrade from 1.04 to 1.05 there won’t be any problems. If you install previous version of modx (ex. 1.04) problem will back.

My server provider told me they can’t go back to previous release of MYSQL server... so I didn’t have other choices wink]]>
godziniak Feb 21, 2011, 04:20 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179688
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179687
- Dave]]>
ebenezerhouse Feb 15, 2011, 12:21 PM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179687
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179686
The docs for version 5.0 say the TYPE keyword is supported as a synonym for backwards compatibility, but the 5.1 and 5.5 docs don’t mention TYPE at all.

As of 5.5.5 the default engine was changed from MyISAM to InnoDB. Something to keep in mind when creating a new database on 5.5.5 or greater.]]>
sottwell Feb 15, 2011, 01:23 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179686
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179685 PHP Version 5.2.17
MySQL Server: 5.5.8
MySQL Client: 5.0.51a
PDO Driver for MySQL: 5.0.51a
MODx 1.0.5
IIS6
Win 2003

Managed to fix it by moding the install/setup.sql replacing TYPE=MyISAM with ENGINE=MyISAM
I don’t know if this will give me issues later but appears to work ok at the mo.
Only tried that as that’s what appears in the database backup output.

Regards
Keith]]>
RMPnet Feb 14, 2011, 08:20 AM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179685
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables... RESOLVED]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179684
I was able to find an earlier version of MySQL (5.1.41) and that has indeed fixed the problem!

Thank you very much for the help... saved me many hours of frustration!

- Dave]]>
ebenezerhouse Feb 10, 2011, 10:17 PM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179684
<![CDATA[Re: Install Error - MODx setup couldn't install/alter some tables inside the ...]]> https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179683
Possibly, but not easily... I installed it as part of the over all WAMP installation but I’ll see what I can find out about re-installing just the database component. Thanks for the information!

- Dave]]>
ebenezerhouse Feb 10, 2011, 09:09 PM https://forums.modx.com/thread/32709/install-error---modx-setup-couldn-t-install-alter-some-tables-inside-the#dis-post-179683