Upon updating to Joomla! 3.3.6, visit the Extension Manager>Database page. See that the database schema is not up-to-date. Click "Fix." Page will break.
It should say "Database table structure is up to date."
Page breaks.
MS-SQL, Joomla 3.3.6, IIS server.
Proposed fix... The SQL command currently is "INSERT INTO [#__schemas] SET [extension_id]= 700, [version_id]= '3.3.6-2014-09-30', but "SET" is not correct syntax apparently. Below is the correct syntax for the statement (not sure where to put this file though).
INSERT INTO #__schemas
VALUES
(700
,'3.3.6-2014-09-30')
GO
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-10-17 11:25:51 |
Set to "closed" on behalf of @brianteeman by The JTracker Application at issues.joomla.org/joomla-cms/4652
@test i have fixed the issue for sql schema of insert query.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4652.
Please see #4761
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4652.
@brianteeman #4761 it's different way from #2517
please recheck the correct way is #2517
Labels |
Added:
?
|
Thanks Adrian! Could you submit a pull request for it? Here's a really easy way how:
http://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests