<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to install]]></title><description><![CDATA[<p dir="auto">Hey Guys</p>
<p dir="auto">Getting an error when using the installation routine at creating DB. When doing it manually via phpMyAdmin I get the following ;</p>
<p dir="auto">Error</p>
<p dir="auto">SQL query:</p>
<p dir="auto">CREATE TABLE <code>isys_const_system</code> (<br />
<code>isys_const_system__id</code> int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,<br />
<code>isys_const_system__isys_const_system_type__id</code> int( 10 ) unsigned default NULL ,<br />
<code>isys_const_system__const</code> varchar( 255 ) COLLATE latin1_german1_ci NOT NULL default '',<br />
<code>isys_const_system__value</code> int( 10 ) unsigned default '1',<br />
<code>isys_const_system__description</code> text COLLATE latin1_german1_ci,<br />
<code>isys_const_system__store_id</code> int( 10 ) unsigned NOT NULL default '0',<br />
<code>isys_const_system__doku_cross_reference</code> text COLLATE latin1_german1_ci,<br />
PRIMARY KEY ( <code>isys_const_system__id</code> ) ,<br />
KEY <code>isys_const_system_FKIndex1</code> ( <code>isys_const_system__isys_const_system_type__id</code> ) ,<br />
CONSTRAINT <code>isys_const_system_ibfk_1</code> FOREIGN KEY ( <code>isys_const_system__isys_const_system_type__id</code> ) REFERENCES <code>isys_const_system_type</code> ( <code>isys_const_system_type__id</code> ) ON DELETE NO ACTION ON UPDATE NO ACTION<br />
) ENGINE = InnoDB DEFAULT CHARSET = latin1 COLLATE = latin1_german1_ci;</p>
<p dir="auto">MySQL said: Documentation<br />
#1005 - Can't create table '.\i-doit\isys_const_system.frm' (errno: 150)</p>
<p dir="auto">Also get the same error mesaage when trying to load the mandator DB also.<br />
I'm using MySQL 5.022, php 5.14 &amp; Apache 2.054 on Windows XP.</p>
<p dir="auto">Regards<br />
Michael</p>
]]></description><link>https://community.i-doit.com/topic/196/unable-to-install</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 08:54:10 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/196.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jul 2006 01:15:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to install on Tue, 08 Aug 2006 02:33:44 GMT]]></title><description><![CDATA[<p dir="auto">I'll have to setup a seperate system to test this as I have several systems using MySQL 5.</p>
<p dir="auto">Cheers</p>
]]></description><link>https://community.i-doit.com/post/3947</link><guid isPermaLink="true">https://community.i-doit.com/post/3947</guid><dc:creator><![CDATA[mwoodward]]></dc:creator><pubDate>Tue, 08 Aug 2006 02:33:44 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install on Wed, 02 Aug 2006 18:27:36 GMT]]></title><description><![CDATA[<p dir="auto">Michael,</p>
<p dir="auto">you are correct since .frm files are also used with InnoDB, so I retract my statement. I guess, it's something with mySQL. Could you try out the latest version of 4.1? Cause we did not test with 5.0.xx completely yet.</p>
<p dir="auto">Thanks!<br />
André</p>
]]></description><link>https://community.i-doit.com/post/3936</link><guid isPermaLink="true">https://community.i-doit.com/post/3936</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 02 Aug 2006 18:27:36 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install on Thu, 27 Jul 2006 07:13:07 GMT]]></title><description><![CDATA[<p dir="auto">Andre<br />
Further to my last, it is only the above code that causes trouble (in the system table). Removing the above allows the rest of the table structure and data to load.<br />
MichaelW</p>
]]></description><link>https://community.i-doit.com/post/3892</link><guid isPermaLink="true">https://community.i-doit.com/post/3892</guid><dc:creator><![CDATA[mwoodward]]></dc:creator><pubDate>Thu, 27 Jul 2006 07:13:07 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install on Thu, 27 Jul 2006 05:58:24 GMT]]></title><description><![CDATA[<p dir="auto">Andre<br />
I believe my InnoDB is enabled. I do not have a line such as 'skip-innodb' in my.ini<br />
If I use  "show variables like '%have%';"  I get  "have_innodb  YES" as the response</p>
<p dir="auto">Regards<br />
Michael</p>
]]></description><link>https://community.i-doit.com/post/3891</link><guid isPermaLink="true">https://community.i-doit.com/post/3891</guid><dc:creator><![CDATA[mwoodward]]></dc:creator><pubDate>Thu, 27 Jul 2006 05:58:24 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install on Fri, 14 Jul 2006 10:50:29 GMT]]></title><description><![CDATA[<p dir="auto">Michael,</p>
<p dir="auto">we use InnoDB as table driver to handle transactions and foreign key integrities - short: special features which MyISAM, the default table driver of mySQL, does not support. Look into your mySQL configuration and search for "skip-innodb". If you discovered it, delete the configuration line and restart the mySQL server. Then it should work.</p>
]]></description><link>https://community.i-doit.com/post/3840</link><guid isPermaLink="true">https://community.i-doit.com/post/3840</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 14 Jul 2006 10:50:29 GMT</pubDate></item></channel></rss>