Scott Lucente

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Eventbrite Ticket Login Loop #1579455
    Scott Lucente
    Participant

    This reply is private.

    in reply to: Eventbrite Ticket Login Loop #1578481
    Scott Lucente
    Participant

    This reply is private.

    in reply to: Eventbrite Ticket Login Loop #1576265
    Scott Lucente
    Participant

    This reply is private.

    in reply to: Eventbrite Ticket Login Loop #1558314
    Scott Lucente
    Participant

    This reply is private.

    in reply to: Eventbrite Ticket Login Loop #1558310
    Scott Lucente
    Participant

    This reply is private.

    in reply to: Eventbrite Ticket Login Loop #1549628
    Scott Lucente
    Participant

    Victor,
    It is still doing the same thing and plugins are up-to-date. Please advise. Thanks.

    in reply to: Eventbrite Ticket Login Loop #1547346
    Scott Lucente
    Participant

    Thanks Victor. Just wanted to add that our ticketing info has disappeared as well, like the others. Thanks for the help!

    in reply to: Wifi vs Cellular #1542743
    Scott Lucente
    Participant

    I did some searching and found that plugins sometimes need access to this file… admin-ajax.php

    So I added the following code to my /wp-admin/.htaccess file and it seems to be working now…

    deny from all
    allow from xxx.xxx.xxx.xxx
    allow from xxx.xxx.xxx.xxx

    <Files admin-ajax.php>
    order allow,deny
    Allow from all
    </Files>

    So this is limited access to the directory, except for the admin-ajax.php. Looks like it solved the issue.

    Thanks,
    Scott

    in reply to: Wifi vs Cellular #1541761
    Scott Lucente
    Participant

    Well, that’s what we thought, but it turns our we were wrong. I was limiting access to my wp-admin folder to only certain IPs for security reasons. And when I remove those limitations, it works. So it seems the plugin must be accessing something within wp-admin when you advance the month.

    Is there a certain file(s) in wp-admin that I can allow access to, while still limiting everything else for security?

    Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)