I've repeated the update process and this time all those core modules show version 3.0. This indicates that my previous update did not work.
I'd like to leave some notes here for other having to follow the same process.many thanks to viewtopic.php?t=997771.
Seemes like extar 3.4.1 update does help a bit. So it's 2.5.9 -> 2.5.28 -> 3.4.1 -> 3.6.1 -> 3.10.12
Issues I've faced:
wish me good luck :-)
Code:
Check-inAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 7ContactsAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 8Control PanelAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 9InstallerAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 10LanguagesAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 11LoginAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 12MediaAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 13MenusAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 14MessagingAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 15ModulesAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 16News FeedsAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 17PluginsAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 18SearchAdministratorComponent3.0.0April 2006Joomla! ProjectN/A 19
I'd like to leave some notes here for other having to follow the same process.many thanks to viewtopic.php?t=997771.
Seemes like extar 3.4.1 update does help a bit. So it's 2.5.9 -> 2.5.28 -> 3.4.1 -> 3.6.1 -> 3.10.12
Issues I've faced:
- after upgrading to 2.5.28 you must switch to short term support to see 3.X version available. It did not work.
Manually update to 3.4.8. downlaod full 3.4.8 package -> from extensions -> install from file
- Even with DB up2date, faced another issue: Missing extra_query in update_site table (fixed in PHPAdmin)
- Notice: Undefined property: InstallerController::$input in /web/htdocs/www.site.org/home/2.5/ampa/administrato ... roller.php on line 37
Added this code on line 36 of the above fileCode:
{ $this->input = JFactory::getApplication()->input; }
- Unknown column 'title_alias' in 'aujsc_content' SQL=ALTER TABLE `aujsc_content` CHANGE `title_alias` `title_alias` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
Fixed in PHPMyadmin
- update to 3.10.12 (error 1054 )
Error: Failed to start application: Call to undefined method JApplicationAdministrator::isClient()
Error 1054 Unknown column 'a.client_id' in 'where clause.' Fixed in PHPMyAdmin
wish me good luck :-)
Statistics: Posted by pelacables123 — Thu Feb 22, 2024 9:35 pm