Closed boomsya closed 7 years ago
Yes thank you - just spent an hour figuring out the above myself. Thought I was going mad but I came to the same conclusion.
The right URL will be index.php?option=com_api&app=articles&resource=article
I am able to use this URL to list the articles.
@coolbung I think index.php?option=com_api&app=articles&resource=article this url redirects to articles page only are you getting json by using above URL?
file: \com_api_v1.6.2 (1)\site\libraries\plugin.php
line: $plgfile = JPATH_BASE.self::$plg_path.$name.'/'.$name.'.php';
die ($plgfile) => /var/www/html/plugins/api/articles/articles/articles.php
problem: file "articles/articles/articles.php" not found
right path is: $plgfile = JPATH_BASE.self::$plg_path.$name.'.php';
and all works with fix