Export from Mambo 4.5.2 to joomla 1.13 7 Months, 2 Weeks ago
Karma: 0
Hi I have installed Exportcontent_1.7.0 on the Mambo 4.5.2 but i was not able to export data due to a sql error.
Error: DB function failed with error number 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LEFT JOIN #__content AS cc ON c.id = cc.sectionid LEFT JOIN #__users AS u ON u.' at line 3 SQL=SELECT c.*, g.name AS groupname, u.name AS editor FROM #__sections AS c LEFT JOIN #__content AS cc ON c.id = cc.sectionid LEFT JOIN #__users AS u ON u.id = c.checked_out LEFT JOIN #__groups AS g ON g.id = c.access GROUP BY c.id ORDER BY c.ordering, c.name
I have read the different posts on ths topic and there is a url to a patch, but the link is broken. (http://www.bestdownloadsites.com/export/mambo_patch/ admin.export_content.zip)
Does anyone know where to find this patch? or is there another way to fix this?