This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #181498
     akia
    Participant

    I’ve got an issue with Geo Directory where i’m getting a blank page when people submit listings.

    I’ve spoke to there support here: https://wpgeodirectory.com/support/topic/blank-page-2/

     

    They’ve come back with the following response:

     

    After doing some debugging found that Kleo theme causing problem. In Kleo theme it has filter used for wp_redirect that breaks the wp_redirect() redirects across the site.

    It has code in file kleo\lib\importer\import.php from line no 99-103 (see following code)

    COPY CODE
    		if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
    			add_filter( 'wp_redirect', function () {
    				return false;
    			} );
    		}

    After commenting these line the blank screen problem was disappeared.

    Please ask the Kleo Team for the support.

    Thanks,
    Kiran

    #181588
     Radu
    Moderator
    Not marked as solution
    #181609
     akia
    Participant
    Not marked as solution
    #181690
     Radu
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?