0
Dear All,
When I try to access menu items for new category, new item and new account i'm getting a "ERR_TOO_MANY_REDIRECTS". Any ideas on how to solve it are much appreciated!
Thx
When I try to access menu items for new category, new item and new account i'm getting a "ERR_TOO_MANY_REDIRECTS". Any ideas on how to solve it are much appreciated!
Thx
Responses (4)
-
Accepted Answer
-
Accepted Answer
0Worked like a charm! Thx
The extension is very intuitive, but would be nice to have a "how-to" just for these details.
Thanks again,
All the best-
Germinal Campsmore than a month agoI guess you're right :) we'll work on that!
-
-
Accepted Answer
-
Accepted Answer
0well this "new entry" is precisely there to add new data.. you don't want it?
to remove you would have to go directly to the PHP file, which is /components/com_finances/views/items/tmpl/default.php
at the beggining, the'res this:
if(FinancesHelper::entry_permission(0)){
?>
<div class="well well-small">
<?php
include(JPATH_SITE.DS.'components'.DS.'com_finances'.DS.'views'.DS.'item'.DS.'tmpl'.DS.'form.php');
?>
</div>
<?php
}
basically you need to remove it..
but are you sure you don't want it there?
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »