Error in your SQL syntax

Discussion in 'GeoCraft WordPress Theme' started by ric6000, Jul 8, 2013.

  1. ric6000

    ric6000 New Member

    Joined:
    Jul 2, 2013
    Messages:
    6
    Likes Received:
    0
    Hello, my error logs are growing very fast and the site is very slow now.

    MySQL server version for the right syntax to use near '' at line 1 pour la requête SELECT * FROM faite par require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include('/themes/geocrafttheme/functions.php'), include_once('/themes/geocrafttheme/library/lib_main.php'), include_once('/themes/geocrafttheme/library/controls/main_control.php'), require_once('/themes/geocrafttheme/library/controls/listing_expiry.php')


    I have sent a support request yesterday about this issue, thanks for help.

    Eric
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  3. ric6000

    ric6000 New Member

    Joined:
    Jul 2, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks, the issue is now solved.
    But I need to know exactly what have been changed.
    If I need to re-install the theme from scratch, I will not need to create another ticket.

    Thanks,

    Eric
     
  4. ric6000

    ric6000 New Member

    Joined:
    Jul 2, 2013
    Messages:
    6
    Likes Received:
    0
    Ok, you have just turned off error logs in wp-config.php
    Code:
    define('WP_DEBUG_LOG', false);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('log_errors','Off');
    @ini_set('display_errors','Off');
    @ini_set('error_log','/php-errors.log');
    Well, I still need you help with category slider that sometimes not showing listing.
    The issue happen when a category have a special character (even if the slug have no special character).
    I.E. Québec and if I change é for e, the listing is showing up in the carousel.

    Thanks,
    Eric
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Eric,

    Yes currently category not supporting spacial characters. We have noted it and will resolve it in our next version update.
     
  6. ric6000

    ric6000 New Member

    Joined:
    Jul 2, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks Nitesh,
    Any idea when you will release this update?
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Eric,

    It is not possible to provide exact date for release. But will definitely include this issue and also inform you about such update.
     

Share This Page