Bug in Listing preview page

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 7 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #211014

    thaixl
    Expired Member
    Post count: 35

    In the Listing preview page, I have the following message :

    Warning: getimagesize(http://printemps-education.org/wp-content/uploads/2016/06/9672_Logo-ELD-RVB.jpg): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /web/printempseducat/www/printemps-education/wp-content/plugins/geodirectory/geodirectory_template_actions.php on line 1017

    How can I get rid of it ?

    Thanks,
    Marc.

    #211022

    Guust
    Moderator
    Post count: 29970
    #211024

    thaixl
    Expired Member
    Post count: 35

    Fine, thanks.

    #211049

    thaixl
    Expired Member
    Post count: 35

    Sorry,
    I thought it was ok but no. Still showing.

    I have even tried this in child theme’s functions.php :

    
    
    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    and in wp-config.php

    
    
    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    #211385

    Paolo
    Site Admin
    Post count: 31206
    #211415

    thaixl
    Expired Member
    Post count: 35
    This reply has been marked as private.
    #211424

    thaixl
    Expired Member
    Post count: 35

    allow_url_fopen is turned on and gd is enable :
    http://printemps-education.org/marc.php
    Must be an other problem.

    #211427

    thaixl
    Expired Member
    Post count: 35

    I have founded the solution.

    It is itheme security that adds
    RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]
    in .htaccess

    The solution is to desactivate Ban Users in itheme security.

    Thanks for your help,
    Marc.

    #212279

    Paolo
    Site Admin
    Post count: 31206

    Thanks for sharing the solution! 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket