I did a quick search and was unable to find this error and a way to fix it. I received this message after installing some modules and trying to activate them. If you all might have any suggestions that would be great! I did try to update to the new version of drupal but that just gave me a 500 error that was able to be corrected after a little bit of work.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drp_i21edcm47l.ctools_object_cache' doesn't exist: SELECT * FROM {ctools_object_cache} WHERE sid = :session_id AND obj = :object AND name = :name; Array ( [:session_id] => KES-0YUpPuW6wW2H-6EhseCp5Hw6BiDxCgR_JDTueHI [:object] => view [:name] => node_gallery_gallery_item_views ) in ctools_object_cache_get() (line 45 of /hermes/bosweb/web133/b1332/ipg.heritagedesigngroupf/sites/all/modules/ctools/includes/object-cache.inc).
Comments
+1
I have a very similar problem:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'USERNAME_betatest.ctools_object_cache' doesn't exist: SELECT * FROM {ctools_object_cache} WHERE sid = :session_id AND obj = :object AND name = :name; Array ( [:session_id] => 5LZWiayhKfMF38wr4nQFYmyG1wAfFS_xcnk87ZxkMtc [:object] => view [:name] => Upcoming_events ) inctools_object_cache_get() (line 45 of /home/USERNAME/domains/DOMAIN.nl/public_html/sites/all/modules/ctools/includes/object-cache.inc).
(username and domain changed for security reasons)
FIX FOUND
The fix is simple: go into your database editing tool (phpmyadmin), and rename the "views_object_cache" table into "ctools_object_cache".