Jump to content

Featured Replies

ps это ошибка вылетает когда я пытаюсь сохранить мета теги , или выбираю статистика поисковиков , может это важно ...

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31495
Share on other sites

sOflY,я тебе ещё раз объясняю. После ошибки смотри сразу лог *latest.cgi в папке cache. Если там ошибка с той таблицей, значит проверь её в phpmyadmin, существует она или нет. 

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31497
Share on other sites

sOflY,я тебе ещё раз объясняю. После ошибки смотри сразу лог *latest.cgi в папке cache. Если там ошибка с той таблицей, значит проверь её в phpmyadmin, существует она или нет. 

ну вот внутреность ошибки 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Date: Tue, 14 May 2013 18:37:13 +0000
 Error: 1146 - Table 'search_visitors' doesn't exist
 IP Address: 95.67.255.111 - /
 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 mySQL query error: INSERT INTO search_visitors (`date`,`member`,`engine`,`keywords`,`url`) VALUES(1368556633,0,'Yandex','Google','')
 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
 | File                                                                       | Function                                                                      | Line No.          |
 |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
 | admin/sources/base/ipsRegistry.php                                         | [db_main_mysql].insert                                                        | 4621              |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | admin/sources/base/ipsRegistry.php                                         | [seoTracker].track                                                            | 935               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 

где тут таблица не знаю , скажи какие название , я залезу в phpMyAdmin пошарю

Edited by sOflY

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31499
Share on other sites

sOflY,сделай запрос:

CREATE TABLE search_visitors (
	  `id` int(11) NOT NULL AUTO_INCREMENT,
	  `member` int(11),
	  `date` int(11) NOT NULL DEFAULT '0',
	  `engine` varchar(50) NOT NULL,
	  `keywords` varchar(250) NOT NULL,
	  `url` varchar(2048) NOT NULL,
	  PRIMARY KEY (`id`),
	  KEY `idx_date_engine` (`date`,`engine`)
	) 
Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31502
Share on other sites

 

sOflY,сделай запрос:

CREATE TABLE search_visitors (
	  `id` int(11) NOT NULL AUTO_INCREMENT,
	  `member` int(11),
	  `date` int(11) NOT NULL DEFAULT '0',
	  `engine` varchar(50) NOT NULL,
	  `keywords` varchar(250) NOT NULL,
	  `url` varchar(2048) NOT NULL,
	  PRIMARY KEY (`id`),
	  KEY `idx_date_engine` (`date`,`engine`)
	) 

Теперь работает "Статистика поисковиков" Но сохранение мета тегов все равно нет :((( HELPP

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31504
Share on other sites

sOflY, что в папке cache?

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31505
Share on other sites
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Date: Tue, 14 May 2013 18:37:13 +0000
 Error: 1146 - Table 'myname623_mysite.search_visitors' doesn't exist
 IP Address: 95.67.255.111 - /
 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 mySQL query error: INSERT INTO search_visitors (`date`,`member`,`engine`,`keywords`,`url`) VALUES(1368556633,0,'Yandex','Google','')
 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
 | File                                                                       | Function                                                                      | Line No.          |
 |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
 | admin/sources/base/ipsRegistry.php                                         | [db_main_mysql].insert                                                        | 4621              |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | admin/sources/base/ipsRegistry.php                                         | [seoTracker].track                                                            | 935               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31506
Share on other sites

sOflY, когда соображалку включишь? Скоро моё терпение иссякнет.

Ты мне кидаешь старый лог. После ошибки базы данных, иди в папку cache и смотри файл *latest.cgi. Там должна записаться новая ошибка. 

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31508
Share on other sites

sOflY, когда соображалку включишь? Скоро моё терпение иссякнет.

Ты мне кидаешь старый лог. После ошибки базы данных, иди в папку cache и смотри файл *latest.cgi. Там должна записаться новая ошибка. 

Я так и делаю , вот еще раз - 

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Date: Tue, 14 May 2013 18:37:13 +0000
 Error: 1146 - Table 'mynick623_mysite.search_visitors' doesn't exist
 IP Address: 95.67.255.111 - /
 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 mySQL query error: INSERT INTO search_visitors (`date`,`member`,`engine`,`keywords`,`url`) VALUES(1368556633,0,'Yandex','Google','')
 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
 | File                                                                       | Function                                                                      | Line No.          |
 |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
 | admin/sources/base/ipsRegistry.php                                         | [db_main_mysql].insert                                                        | 4621              |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 | admin/sources/base/ipsRegistry.php                                         | [seoTracker].track                                                            | 935               |
 '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
 
Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31512
Share on other sites

sOflY, во всех предыдущих таких же ошибках время одинаковое, что говорит о том, что, либо ты не то скидываешь, либо ошибка не записалась потому что её вовсе нет, выбирай одно из двух. 

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31513
Share on other sites

sOflY, во всех предыдущих таких же ошибках время одинаковое, что говорит о том, что, либо ты не то скидываешь, либо ошибка не записалась потому что её вовсе нет, выбирай одно из двух. 

Я не знаю , ошибка есть. И почему она не записывается я не знаю , может там просто время не меняется .

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31515
Share on other sites


Я не знаю , ошибка есть. И почему она не записывается я не знаю , может там просто время не меняется .

Скриншот ошибки приведи мне.

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31517
Share on other sites

Скриншот ошибки приведи мне.

вот 

post-9432-0-85356600-1368562135_thumb.pn

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31524
Share on other sites

Файл ошибки какой смотришь?

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31525
Share on other sites

Файл ошибки какой смотришь?

sql_error_latest.cgi

 

ps больше "latest" там нету не каких.

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31526
Share on other sites

Тогда переустанавливай форум.

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31527
Share on other sites

Тогда переустанавливай форум.

Спасибо, ты мне очень помог , блогадарствую .

Edited by sOflY

Link to comment
https://ipbmafia.ru/topic/4282-problema-s-ipseo/?&do=findComment&comment=31528
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.