techjoomla / com_api

API framework for Joomla
http://docs.techjoomla.com/joomla-rest-api/com-api-introduction
GNU General Public License v3.0
123 stars 97 forks source link

bugfix #38

Closed kimisme9386 closed 7 years ago

kimisme9386 commented 7 years ago

It has a bug for Joomla 3.6.5

coolbung commented 7 years ago

Is this fix backward compatible ?

kimisme9386 commented 7 years ago

Sorry, I am not sure. Just report the information.

coolbung commented 7 years ago

Ok can you tell what issue/error you were seeing before you applied the patch ?

On Fri, Apr 14, 2017 at 11:33 AM, Chris Yang notifications@github.com wrote:

Sorry, I am not sure. Just report the information.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/techjoomla/com_api/pull/38#issuecomment-294096589, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaNMyQ-aLRYm0qLM0Q2sAHwxAO-t_PGks5rvwwpgaJpZM4MMTLY .

-- Thanks! Ashwin Date techjoomla.com http://techjoomla.com/?utm_source=email_signature&utm_medium=email&utm_campaign=ashwin | appcarvers.com http://appcarvers.com/?utm_source=email_signature&utm_medium=email&utm_campaign=ashwin | tekdi.net http://tekdi.net/?utm_source=email_signature&utm_medium=email&utm_campaign=ashwin @coolbung | @techjoomla | @appcarvers | @tekdinet

If it isn't broken, don't fix it!

kimisme9386 commented 7 years ago

Request url like this

index.php?option=com_api&app=articles&resource=article&format=raw&tag_id=8

Response is below

{"code":400,"message":"Articles API Plugin not found, Articles is probably not installed"}
coolbung commented 7 years ago

Closing this since this cannot be reproduced. You got the error mostly because the articles plugin wasnt published.