The problem I have face with success install the eXplorer into Joomla with no error return. However, I have problem with assign to user to use this service with _NOT_EXIST error return.
After taking my time to search around the internet by helping with Google. I found the solution. The solution was quite simple. Open the file at components/com_extplorer/configuration.ext.php.
After that, you need to enable the "fronted" as below:-
// ALLOW FRONTEND BROWSING ? Change to
$frontend_enabled = true; // If needed!
//$frontend_enabled = false;
没有评论:
发表评论