Hello. I have 2 errors on my drupal site.
1º
Warning: Cannot modify header information - headers already sent by (output started at /home/vhosts/social.eu5.org/includes/common.inc:2562) en drupal_send_headers() (línea 1039 de /home/vhosts/social.eu5.org/includes/bootstrap.inc).
Line 1039 = header($_SERVER['SERVER_PROTOCOL'] . ' ' . $value);
2º
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table '92899.cache_views_data' doesn't exist: DELETE FROM {cache_views_data} WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => 1308165192 ) en cache_clear_all() (línea 169 de /home/vhosts/social.eu5.org/includes/cache.inc).
Line 169 = return _cache_get_object($bin)->clear($cid, $wildcard);
And this error too.
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: http://social.eu5.org/?q=messages/autocomplete
StatusText: error
ResponseText: {"Jaime, ":"Jaime"}PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table
'92899.cache_views_data' doesn't exist: DELETE FROM {cache_views_data}
WHERE (expire <> :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array
(
[:db_condition_placeholder_0] => 0
[:db_condition_placeholder_1] => 1308165282
)