Submitted by EbanHill on Wed, 05/14/2014 - 17:17
When using the installer script for Joomla 3.3.0 it fails producing:
Found http://joomlacode.org:80/gf/download/frsrelease/19393/158833/Joomla_3.3.... in cache ..
Configuring webserver PHP settings .. .. already done.
Applying web server configuration .. .. done
Now installing Joomla version 3.3.0 ..
Failed to run database setup script : ERROR 1136 (21S01) at line 2025: Column count doesn't match value count at row 1 .
More information on using this script can be found at http://joomlacode.org/.
.. installation was only partially complete.
Re-loading Webmin .. .. done
Applying web server configuration .. .. done
I tried updating the Script Installers ( System Settings -> Script Installers -> Select Yes for 'Download script updates' -> Save ). However, that did not help.
Is there anything else I can try?
--Eban
Status:
Closed (fixed)
Comments
Submitted by andreychek on Wed, 05/14/2014 - 22:32 Comment #1
I'm able to reproduce this Jamie -- it appears to be an issue with this part of the joomla.pl code:
else {
print OUTFILE "INSERT INTO `jos_users` VALUES (62, 'Administrator', '$domuser', '$d->{'emailto_addr'}', '$md5', 0, 1, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '', '2005-09-28 00:00:00', 0, '', '');\n";
print OUTFILE "INSERT INTO `jos_user_usergroup_map` VALUES (62,8);\n";
}
close ( OUTFILE );
I don't actually see any users in the jos_users table, so I believe the issue is with the SQL in that first line not matching the table.
The second line appears to work properly when I run it manually.
Submitted by JamieCameron on Wed, 05/14/2014 - 23:55 Comment #2
Ok, I see the bug here - I have released an updated Joomla installer that fixes this issue.
Submitted by EbanHill on Thu, 05/15/2014 - 13:35 Comment #3
I tried the Script Installer for Joomla and it worked very well. Thank you!
As always, you guys are amazing and your help is appreciated!
--Eban
Submitted by Issues on Thu, 05/29/2014 - 13:41 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.