• При установке карты сайта Google sitemap был предварительно установлен robots.txt. В результате получил: «При информировании Ask.com произошла ошибка». Google и Bing проинформированы успешно. Информация об ошибке:
    Trying to ping: http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fsoft4home.ru%2Fsitemap.xml.gz. The sections below should give you an idea whats going on.
    WP_DEBUG was set to false somewhere before. You might not see all debug information until you remove this declaration!
    Notice: WP HTTP API Web Request failed: Couldn’t resolve host ‘submissions.ask.com’ in /home/h/***/public_html/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 2364

Просмотр 2 ответов — с 1 по 2 (всего 2)
  • Функция отладки выдала следующее: MySQL Queries
    Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.
    Фрагмент файла public_html/wp-includes/wp-db.php:
    if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES )
    $this->timer_start();

    $this->result = @mysql_query( $query, $this->dbh );
    $this->num_queries++;

    if ( defined( ‘SAVEQUERIES’ ) && SAVEQUERIES )
    $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );

    // If there is an error then take note of it..
    if ( $this->last_error = mysql_error( $this->dbh ) ) {
    $this->print_error();
    return false;
    Как изменить false на true безопасно?

    Проблему снял обновлением плагина до новой последней версии.

Просмотр 2 ответов — с 1 по 2 (всего 2)
  • Тема «При установке GoogleSitemap Ask.com дал ошибку» закрыта для новых ответов.