Hello everybody

Just done an update of my Distro (Acquia) Drupal 7 on my hosting website (I host it at Hostgator) and once I run a all cache cleaning I got this error message:

PDOException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'brunok_licencehistoire.cache_feeds_http' doesn't exist: TRUNCATE {cache_feeds_http} ; Array ( ) dans cache_clear_all() (ligne 167 dans /home1/brunok/public_html/includes/cache.inc).

Stangely I don't notice further issue apart for a module which comes with the Acquia distro when I run a module update just after the update of the Core.

Any help please on this ?

Many thanks

Bkantique

Comments

narendraR’s picture

Run update.php to check if it works.

Let's Drupal

bkantique’s picture

Hère is the result

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home1/brunok/public_html/profiles/acquia/modules/sqlsrv/sqlsrv.install on line 134

jamadar’s picture

Do you have access on your database server, if yes then please truncate all the cache tables.
"truncate cache;
truncate cache_admin_menu;
truncate cache_block;
truncate cache_bootstrap;
truncate cache_browscap;
truncate cache_field;
truncate cache_filter;
truncate cache_form;
truncate cache_image;
truncate cache_libraries;
truncate cache_media_xml;
truncate cache_menu;
truncate cache_page;
truncate cache_path;
truncate cache_token;
truncate cache_views;
truncate cache_views_data;

Then try to access the website.

bkantique’s picture

hello Jamadar

just followed your advice once try to access to the website I have this

Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home1/brunok/public_html/profiles/acquia/modules/sqlsrv/sqlsrv.install on line 134

so my website is totally unavailable at the moment

jamadar’s picture

Hello bkantique

Are you using this sqlsrv module in your website, please provide module information.
As I downloaded the sqlsrv module from https://www.drupal.org/node/1207972, but not able to find sqlsrv.install file.
Can you please provide this file?

For now if you are not using this module try disable this module using sql query:
update system set status=0 where name = 'sqlsrv';

please again clear all the cache tables, and verify the website.

bkantique’s picture

Hello Jamadar

Tanks a lot for your advice my web site is up again now

I suspected that I have to inactivate this module which I don't use anyway but I haven't no idea how to do it.

This module come systematically with the Drupal distro I used (Acquia) but till now I never had any issue with it.

It's a driver module for SQLserver and SQL Azure which I think should be activate when you want to link your Drupal website to one of these 2 DB

As I host my website on a Linux server no need it obviously

BR
Bkantique

Summit’s picture

Hi,

I deleted the install file, then uninstall went smoothly!

greetings, Martijn