Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > Bugs > Topic : Softaculous bug in installing Joomla 2 and 3



Normal Mode | Print  

 Softaculous bug in installing Joomla 2 and 3 (2 Replies, Read 7424 times)
Jim22
Group: Member
Post Group: Newbie
Posts: 17
Status:
Environment: Hsphere 3.6.3 - latest Softaculous version 4.5.5

When installing Joomla 3 or Joomla 2 (3.3.6, 2.5.27 ) Softaculous will complain with a mysql syntax error.

This is caused by the file /var/softaculous/joomla30/joomla30.sql and /var/softaculous/joomla16/joomla16.sql containing the character "#" inside the COMMENT when creating a table.

To fix it temporarily:

Change by removing the "#" character from:
Quote
CREATE TABLE `[[dbprefix]]user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

           
   
change to


               
Quote
CREATE TABLE `[[dbprefix]]user_usergroup_map` (
`user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to __users.id',
`group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to __usergroups.id',
PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;


There might be some parsing issues with Softaculous that caused this bug.


Edited by Jim22 : October 16, 2014, 12:04 am
IP: --   


Threads
 Jim22   Softaculous bug in installing Joomla 2 and 3 (2 Replies, Read 7424 times)
    |--  Jim22   It seems that...   on October 16, 2014, 1:31 pm
    |--  Brijesh   Hi, We make...   on October 18, 2014, 10:14 am

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 27, 2024, 6:10 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.036