Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42009
    Anonymous
    Inactive

    Hi

    Trying out your plugin but come across an issue – possibly you can help me resolve it.

    When I select delete within the locations option I get a

    You do not have sufficient permissions to access this page.

    In case there was a conflict with other plugins I tried it on a vanilla install with only your plugin activated (plus the default ones) and I still get the same error

    wp version is 3.0.1

    plugin version is 3.0.2

    in case it is of any use the query string was

    page=locations&action=edit_location&event_id=&locations[]=4&action2=delete&doaction2=Delete

    Cheers

    T

    #44294
    Franky
    Keymaster

    Bug confirmed and fixed. Will be in next version.

    For now: open the file dbem_locations.php and search in the function dbem_locations_table_layout for the line (around line 199) :

    <input type=’hidden’ name=’page’ value=’locations’/>

    and change this line to:

    <input type=’hidden’ name=’page’ value=’events-manager-locations’/>

    That should do it.

    #44295
    Anonymous
    Inactive

    Thanks for the quick response.

    Plugin is working great.

    BTW couldn’t find it in the docs – had to hunt in the code.

    You call the content of the Event ‘Details’ when you are adding an event but the var to ref it is called ‘_Notes’ not a biggy just saying I had to do some hunting to find it:)

    #44296
    Franky
    Keymaster

    Well, at least the info in the settings page is right 🙂

    I’ve changed the doc at http://www.e-dynamics.be/wordpress to mention the #_NOTES (and the #_COMMENT) placeholder as well. Maybe I’ll add the #_DETAILS one as an alternative or so …

    Do keep them bug reports coming!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top