ERR_TOO_MANY_REDIRECTS

jeffuchs
jeffuchs
Offline
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
Responses (4)
  • Accepted Answer

    Friday, November 01 2013, 06:49 PM - #Permalink
    0
    hello

    are you logged in when you try to access these menu items? (they should be accessed only for registered users)
    have you set the access permissions on backend OPTIONS button (the only button) of expense manager?
    The reply is currently minimized Show
  • Accepted Answer

    jeffuchs
    jeffuchs
    Offline
    Friday, November 01 2013, 06:54 PM - #Permalink
    0
    Worked 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 Camps
      more than a month ago
      I guess you're right :) we'll work on that!
    The reply is currently minimized Show
  • Accepted Answer

    jeffuchs
    jeffuchs
    Offline
    Friday, November 01 2013, 07:42 PM - #Permalink
    0
    After I set the access permissions on the back end, the "filter results" menu item now shows a "new entry" screen above of the "filter results". How do I remove the "new Entry" on this screen? Many thx!
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, November 02 2013, 11:43 AM - #Permalink
    0
    well 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?
    The reply is currently minimized Show
Your Reply