Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1108

Migrating and Upgrading to Joomla! 5.x • Re: The update table is not up to date (from J3.5.1 to J5.1)

$
0
0
You can try this query in phpMyAdmin:

Code:

SELECT `s`.`update_site_id` AS `update_site_id`,`s`.`name` AS `update_site_name`,`s`.`type` AS `update_site_type`,`s`.`location` AS `location`,`s`.`enabled` AS `enabled`,`s`.`checked_out` AS `checked_out`,`s`.`checked_out_time` AS `checked_out_time`,`s`.`extra_query` AS `extra_query`,`e`.`extension_id` AS `extension_id`,`e`.`name` AS `name`,`e`.`type` AS `type`,`e`.`element` AS `element`,`e`.`folder` AS `folder`,`e`.`client_id` AS `client_id`,`e`.`state` AS `state`,`e`.`manifest_cache` AS `manifest_cache`,`u`.`name` AS `editor`FROM `#__update_sites` AS `s`INNER JOIN `#__update_sites_extensions` AS `se` ON `se`.`update_site_id` = `s`.`update_site_id`INNER JOIN `#__extensions` AS `e` ON `e`.`extension_id` = `se`.`extension_id`LEFT JOIN `#__users` AS `u` ON `s`.`checked_out` = `u`.`id`WHERE `state` = 0
One of the results should be "Accredited Joomla! Translations". What do you get. Remember to change #_ for your own database table prefix.

Statistics: Posted by ceford — Tue Jun 18, 2024 9:20 pm



Viewing all articles
Browse latest Browse all 1108

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>