After upgrading to dev because the 1.0 release was giving the cafepress_menu / may_cache error I am getting the following errors on the cafepress/onlinestore page.
user warning: Table 'xxxxx.cache_cafepress' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache_cafepress WHERE cid = 'appKey=xxxxxxxxxxxxxxxxxxxxxxx&storeId=xxxxxxxxx&v=3' in /var/www/html/includes/cache.inc on line 26.
warning: file_get_contents(http://api.cafepress.com/product.listByStore.cp?appKey=xxxxxxxxxxxxxxxxx... &storeId=xxxxxxxxx&v=3) [function.file-get-contents]: failed to open stream: HTTP request failed! in /var/www/html/sites/all/modules/cafepress/classes/cafepress.cafepress.class on line 68.
user warning: Table 'xxxxx.cache_cafepress' doesn't exist query: UPDATE cache_cafepress SET data = '', created = 1309319741, expire = 1309924541, headers = '', serialized = 0 WHERE cid = 'appKey=xxxxxxxxxxxxxxxxxxxxx &storeId=xxxxxxxxxx&v=3' in /var/www/html/includes/cache.inc on line 109.
warning: Invalid argument supplied for foreach() in /var/www/html/sites/all/modules/cafepress/cafepress.module on line 352.
This was never a working version. New install of the cafepress module.
Comments
Comment #1
jamatulli commentedReinstalled module and it took care of it. Don't know if there may be some versioning problem that didn't all the update to occur correctly.
ran sql
disabled module
delete from system where name like 'cafepress';
enable module