+ Reply to Thread
Results 1 to 8 of 8

Thread: Multifield Geolocaion

  1. #1
    Junior Member
    Join Date
    May 2018
    Posts
    3

    Multifield Geolocaion

    The City field in the dropdown boxes is unavailable on the add a profile page for users. How can I fix this. The State selection works but the city does not.

  2. #2
    Hello Roy,

    Would you please send admin panel access to my PM I will check it.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hi Viktor

    I've same problem, only Country works and State/Region/Province not

    https://prnt.sc/kk525o

  4. #4
    Also Map not working too

    https://prnt.sc/kk5f4e
    Last edited by Giorgi Gogiberidze; August 20, 2018 at 06:55 AM.

  5. #5
    I look into log file and find "ModSecurity: Access denied with code 403" in PLESK
    Last edited by Giorgi Gogiberidze; August 18, 2018 at 10:10 PM.

  6. #6
    Can you send me admin panel access to my PM. I will check it.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Junior Member
    Join Date
    May 2018
    Posts
    3
    I fixed the problem by un-linking all existing geo filter links.
    Removing as much geo filter data as I could. (you may be able to just remove the whole lot at the end)
    Creating a new geo filter for States for one country. (Which is all I need)
    Linking the new States and cities fields on profiles.
    Removing the Country geo filter data entry.
    Selecting State and then City now works both in front and back end.

  8. #8
    Thanks Viktor

    But i fixed this problem

    I use PHP 7.2.9 and in Apache/Nginx simple add Rule

    <IfModule mod_security2.c>
    SecRule REQUEST_FILENAME "@rx ^/etc/httpd/conf/modsecurity.d/rules/comodo/08_XSS_XSS.conf" "phase:1,id:'212810',t:none,pass,ctl:ruleRemoveByI d=340523,ctl:ruleRemoveById=340524"
    </IfModule>

    Now Works Perfect

+ Reply to Thread