<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Install MODx CMS &#8211; Screencast</title>
	<atom:link href="http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Tue, 31 Jan 2012 07:16:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hawk</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-10526</link>
		<dc:creator>Hawk</dc:creator>
		<pubDate>Sun, 23 Jan 2011 06:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-10526</guid>
		<description>Thanks for the suggestion, I&#039;ll give it a try.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion, I&#8217;ll give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-10523</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sun, 23 Jan 2011 03:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-10523</guid>
		<description>My first thought is that you have a corrupted download. I would suggest you scrap your install, delete the files and the database and all that, and start from scratch.  Download Evolution again and try to run through the install and see if that changes anything
mary</description>
		<content:encoded><![CDATA[<p>My first thought is that you have a corrupted download. I would suggest you scrap your install, delete the files and the database and all that, and start from scratch.  Download Evolution again and try to run through the install and see if that changes anything<br />
mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hawk</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-10520</link>
		<dc:creator>Hawk</dc:creator>
		<pubDate>Sat, 22 Jan 2011 21:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-10520</guid>
		<description>Hi Mary, first of all thank you for doing these excellent tutorials.  Your efforts are REALLY appreciated!!!

Here&#039;s the problem I am having, after installing the latest version of Wamp, WampServer 2.1e (32 bits), my installation of Modx Evolution 1.0.5 goes smoothly right up to the Pre-install validation.  However, once I hit the install button I get error messages that look like this:

Creating database tables: Database Alerts!

MODx setup couldn&#039;t install/alter some tables inside the selected database.

The following errors had occurred during installation

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;TYPE=MyISAM COMMENT=&#039;Contains data about active users.&#039;&#039; at line 9 during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx_active_users` ( `internalKey` int(9) NOT NULL default &#039;0&#039;, `username` varchar(50) NOT NULL default &#039;&#039;, `lasthit` int(20) NOT NULL default &#039;0&#039;, `id` int(10) default NULL, `action` varchar(10) NOT NULL default &#039;&#039;, `ip` varchar(20) NOT NULL default &#039;&#039;, PRIMARY KEY (`internalKey`) ) TYPE=MyISAM COMMENT=&#039;Contains data about active users.&#039;.


--------------------------------------------------------------------------------

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;Type=MyISAM COMMENT=&#039;Categories to be used snippets,tv,chunks, etc&#039;&#039; at line 5 during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx_categories` ( `id` integer NOT NULL AUTO_INCREMENT, `category` varchar(45) NOT NULL DEFAULT &#039;&#039;, PRIMARY KEY(`id`) ) Type=MyISAM COMMENT=&#039;Categories to be used snippets,tv,chunks, etc&#039;.


I am using PHP version 5.2.11 with MySQL version 5.5.8, 5.0.88, 5.1.36, and 5.1.41.  I have also tried PHP version 5.3.5 with all the above MySQL version and I get the same errors.

Any ideas as to how I can fix this?</description>
		<content:encoded><![CDATA[<p>Hi Mary, first of all thank you for doing these excellent tutorials.  Your efforts are REALLY appreciated!!!</p>
<p>Here&#8217;s the problem I am having, after installing the latest version of Wamp, WampServer 2.1e (32 bits), my installation of Modx Evolution 1.0.5 goes smoothly right up to the Pre-install validation.  However, once I hit the install button I get error messages that look like this:</p>
<p>Creating database tables: Database Alerts!</p>
<p>MODx setup couldn&#8217;t install/alter some tables inside the selected database.</p>
<p>The following errors had occurred during installation</p>
<p>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;TYPE=MyISAM COMMENT=&#8217;Contains data about active users.&#8221; at line 9 during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx_active_users` ( `internalKey` int(9) NOT NULL default &#8217;0&#8242;, `username` varchar(50) NOT NULL default &#8221;, `lasthit` int(20) NOT NULL default &#8217;0&#8242;, `id` int(10) default NULL, `action` varchar(10) NOT NULL default &#8221;, `ip` varchar(20) NOT NULL default &#8221;, PRIMARY KEY (`internalKey`) ) TYPE=MyISAM COMMENT=&#8217;Contains data about active users.&#8217;.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;Type=MyISAM COMMENT=&#8217;Categories to be used snippets,tv,chunks, etc&#8221; at line 5 during the execution of SQL statement CREATE TABLE IF NOT EXISTS `modx_categories` ( `id` integer NOT NULL AUTO_INCREMENT, `category` varchar(45) NOT NULL DEFAULT &#8221;, PRIMARY KEY(`id`) ) Type=MyISAM COMMENT=&#8217;Categories to be used snippets,tv,chunks, etc&#8217;.</p>
<p>I am using PHP version 5.2.11 with MySQL version 5.5.8, 5.0.88, 5.1.36, and 5.1.41.  I have also tried PHP version 5.3.5 with all the above MySQL version and I get the same errors.</p>
<p>Any ideas as to how I can fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-10446</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 08 Jan 2011 02:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-10446</guid>
		<description>carlos
My basic install is about 36mb before I add any addons or anything else.  When you start installing addons and such, the files will use up some more space, as will any image files that come with templates or with your content.  How much space you eventually need will depend a lot on the things you add to your site.  Make sure that you&#039;ve deleted the setup folder after installation is complete, it&#039;s a security measure and will also free up some space for you. 

If you&#039;re just playing and experimenting with Revo then you may be okay, but I definitely think you&#039;d want more than 50MB for a proper site though, just to be on the safe side.  You should be able to get pretty cheap hosting with more space allocation than that.

Hope this helps
mary</description>
		<content:encoded><![CDATA[<p>carlos<br />
My basic install is about 36mb before I add any addons or anything else.  When you start installing addons and such, the files will use up some more space, as will any image files that come with templates or with your content.  How much space you eventually need will depend a lot on the things you add to your site.  Make sure that you&#8217;ve deleted the setup folder after installation is complete, it&#8217;s a security measure and will also free up some space for you. </p>
<p>If you&#8217;re just playing and experimenting with Revo then you may be okay, but I definitely think you&#8217;d want more than 50MB for a proper site though, just to be on the safe side.  You should be able to get pretty cheap hosting with more space allocation than that.</p>
<p>Hope this helps<br />
mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-10444</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Fri, 07 Jan 2011 21:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-10444</guid>
		<description>hey mary, i&#039;m new here, i installed the modx revolution, the last one, how many space does it takes on the server?? it shows me like it&#039;s sized 45 mb and i just bought and small hosting service of 50 mb, what should i do?</description>
		<content:encoded><![CDATA[<p>hey mary, i&#8217;m new here, i installed the modx revolution, the last one, how many space does it takes on the server?? it shows me like it&#8217;s sized 45 mb and i just bought and small hosting service of 50 mb, what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-9352</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 13 May 2010 12:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-9352</guid>
		<description>Thanks Trudie!</description>
		<content:encoded><![CDATA[<p>Thanks Trudie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trudie</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-9340</link>
		<dc:creator>Trudie</dc:creator>
		<pubDate>Tue, 11 May 2010 08:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-9340</guid>
		<description>Hi Mary - I love your tutorials - very clearly explaned on a way every novice understands it.</description>
		<content:encoded><![CDATA[<p>Hi Mary &#8211; I love your tutorials &#8211; very clearly explaned on a way every novice understands it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/11/16/install-modx-cms-screencast/comment-page-1/#comment-9108</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1085#comment-9108</guid>
		<description>Ramzeen
Make sure that you&#039;re using the correct username and password that you set when you created the website. If your browser saves passwords and such, try to retype your username and password manually.  Sometimes also clearing your browser cache and cookies can help.

mary</description>
		<content:encoded><![CDATA[<p>Ramzeen<br />
Make sure that you&#8217;re using the correct username and password that you set when you created the website. If your browser saves passwords and such, try to retype your username and password manually.  Sometimes also clearing your browser cache and cookies can help.</p>
<p>mary</p>
]]></content:encoded>
	</item>
</channel>
</rss>

