After checking that the minimum requirements are met, I updated a site from 1.7.3 to 3.3.3 using package file "Joomla 3.3.3 stable update package" and following joomla documentation: upgrading from an existing version.
The installation returned a page with a list of "Error on updating manifest cache" without saying if the installation was completed. When I returned to the backend, the version was changed to 3.3.3. I updated my extensions and checked database for errors (none were found).
When I tried to check the frontend I got a 1054 error - Unknown column 'ordering' in 'order clause' SQL=SELECT * FROM jos_languages WHERE published=1 ORDER BY ordering ASC. I added from phpmyadmin the missing column on jos_languages running:
ALTER TABLE `jos_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
ALTER TABLE `jos_languages` ADD INDEX `idx_ordering` (`ordering`);
But the problem persists. Can anyone help? I am new to Joomla and not an experienced developper.
via Joomla! http://ift.tt/1rwK7zo
The installation returned a page with a list of "Error on updating manifest cache" without saying if the installation was completed. When I returned to the backend, the version was changed to 3.3.3. I updated my extensions and checked database for errors (none were found).
When I tried to check the frontend I got a 1054 error - Unknown column 'ordering' in 'order clause' SQL=SELECT * FROM jos_languages WHERE published=1 ORDER BY ordering ASC. I added from phpmyadmin the missing column on jos_languages running:
ALTER TABLE `jos_languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
ALTER TABLE `jos_languages` ADD INDEX `idx_ordering` (`ordering`);
But the problem persists. Can anyone help? I am new to Joomla and not an experienced developper.
Statistics: Posted by valovag — Thu Sep 04, 2014 2:01 pm
via Joomla! http://ift.tt/1rwK7zo
No comments:
Post a Comment