Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing field in #__updates, causing 3rd-party extensions not to update #44

Closed
wants to merge 1 commit into from

Conversation

TBK
Copy link

@TBK TBK commented Dec 17, 2011

Following should be added to a sql update script (e.g. joomla_update_173to174.sql)

Fix for Extension Update bug

ALTER TABLE #__updates
ADD infourl TEXT NOT NULL, AFTER detailsurl;

Following should be added to a sql update script (e.g. joomla_update_173to174.sql)
# Fix for Extension Update bug
ALTER TABLE #__updates
ADD `infourl` TEXT NOT NULL, AFTER `detailsurl`;
@infograf768
Copy link
Member

Please post this proposal on Joomlacode tracker with test instructions. This filed is not present in joomla.sql

@mbabker
Copy link
Contributor

mbabker commented Dec 18, 2011

We've had a tracker item for months on this that's gone untested. Care to take a look? http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=26635

@mbabker mbabker closed this Dec 28, 2012
wilsonge added a commit that referenced this pull request Apr 7, 2016
wilsonge pushed a commit that referenced this pull request Jan 23, 2017
wilsonge pushed a commit that referenced this pull request Jun 4, 2017
* Codestyle

* indent

* order

* oops

* changes requested by @andrepereiradasilva

* cs

* changes requested by @wojsmol

* Update mod_logged.xml (#43)

* Update templateDetails.xml (#45)

i need to fix my ide!!

* Update mod_popular.xml (#44)

* Update templateDetails.xml (#57)

* Update mod_version.xml (#56)

* Update mod_toolbar.xml (#55)

* Update mod_title.xml (#54)

* Update mod_submenu.xml (#53)

* Update mod_status.xml (#52)

* Update mod_stats_admin.xml (#51)

* Update mod_quickicon.xml (#50)

* Update mod_menu.xml (#49)

* Update mod_login.xml (#48)

* Update mod_latest.xml (#47)

* Update mod_feed.xml (#46)
bembelimen referenced this pull request in bembelimen/joomla-cms Apr 26, 2018
* Fix broken State SQL

* Change qn => quoteName

* No need for an extra variable
wilsonge referenced this pull request in wilsonge/joomla-cms Jul 10, 2018
anuragteapot added a commit to anuragteapot/joomla-cms that referenced this pull request Aug 26, 2018
richard67 referenced this pull request in richard67/joomla-cms May 25, 2020
[4.0] [PR 28722] Correct template ID for new user and alpha order mail templates in SQL
ditsuke added a commit to ditsuke/joomla-cms that referenced this pull request Nov 15, 2021
…n-language

Fix language strings for the schedulerunner plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants