Page 1 of 1

[fixed] Install error on step 6, install sample not checked

Posted: Mon Aug 22, 2011 1:25 pm
by cb2004
Create Tables (Warning: Deletes existing data) is ticked
Install sample content and templates is not ticked

Error:

Code: Select all

Importing sample data...Invalid query: INSERT INTO cms_userplugins VALUES (2,'custom_copyright','//set start to date your site was published $startCopyRight=''2004''; // check if start year is this year if(date(''Y'') == $startCopyRight){ // it was, just print this year echo $startCopyRight; }else{ // it wasnt, print startyear and this year delimited with a dash echo $startCopyRight.''-''. date(''Y''); }','2006-07-25 21:22:33','2006-07-25 21:22:33'); -- Column count doesn't match value count at row 1
If sample content is installed it is fine. There also seems to be a blank page when attempting to upgrade another test site on step 6. I am only uploading News and MicroTiny as modules.

Re: Install error on step 6, install sample not checked

Posted: Mon Aug 22, 2011 2:01 pm
by Rolf
Thanks for your report, cb2004
You used the beta1 package or the latest SVN version?
Should be fixed in SVN after http://dev.cmsmadesimple.org/bug/view/6797

grtz. Rolf

Re: Install error on step 6, install sample not checked

Posted: Mon Aug 22, 2011 2:06 pm
by cb2004
I used the beta 1 package. That link to the bug report does not work.

Re: Install error on step 6, install sample not checked

Posted: Mon Aug 22, 2011 2:28 pm
by Rolf
cb2004 wrote:I used the beta 1 package.
Okay clear. This one is fixed in the SVN.
When you look into the "closed board" you will find all fixed issues in beta1. This one was however posted in the Forge.
Next Saturday we planned to release beta2!

Thx. Rolf