Matias Aguirre
Matias Aguirre
Added the PostgreSQL changes and testing instruction
Did you try adding the "etc" directory to your root? https://github.com/chrisdavenport/j3-rest-api/tree/master/etc
Is strange, i never got that issue. If your Joomla! installation havent issues with the mysql connection I do not understand the reason that API returns this error. The database...
Check the solution for this bug. Just replace the file api/import.php for this one: https://github.com/fastslack/j3-rest-api/blob/jregistry-fix/api/import.php
You can debug this method and see if you are receiving the correct paramerters to connect with your mysql database: https://github.com/chrisdavenport/j3-rest-api/blob/master/api/application/web.php#L98
Check this patch from my fork: https://github.com/fastslack/j3-rest-api/compare/chrisdavenport:master...master Look at the file api/application/web.php into this file you can found the JLoader class for plugins.
@munimnal please try with this fork https://github.com/fastslack/j3-rest-api
Actually jUpgrade read first into the component directory and search for the file j25upgrade.xml. Please check the wiki: http://wiki.redcomponent.com/index.php?title=jUpgrade:Developing_migration_profiles_for_third-party_extensions
The random alias is nedded because the Joomla 2.5 database not allow duplicated aliases.
Please enable the debug and paste here the results