oscommerceking Posted September 18, 2005 Posted September 18, 2005 Warning: main(includes/reset_meta_cache.php): failed to open stream: No such file or directory in /home/gameep/public_html/catalog/admin/categories.php on line 21 Warning: main(): Failed opening 'includes/reset_meta_cache.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gameep/public_html/catalog/admin/categories.php on line 21 Warning: Cannot modify header information - headers already sent by (output started at /home/gameep/public_html/catalog/admin/categories.php:21) in /home/gameepid/public_html/catalog/admin/includes/functions/general.php on line 18 Please help these errors are popping up on my admin page after i modify a product These started popping up after installing cDynamic_Meta_Tags V1.2 Any Info Greatly Appreciated Jon My Contributions: Add Search + Drop Down Anywhere, Eliminate Subcategories in Drop Down
Jack_mcs Posted September 18, 2005 Posted September 18, 2005 I don't use that contribution so may not be of much help to you but it appears the errors are telling you that a required file is missing. Did you upload whatever new files are included in the conribution like includes/reset_meta_cache.php? What's on line 21 of your categories file? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
oscommerceking Posted September 19, 2005 Author Posted September 19, 2005 require('includes/application_top.php'); require(DIR_WS_CLASSES . 'currencies.php'); $currencies = new currencies(); $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); # cDynamic Meta Tags // If the action will affect the cache entries if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_meta_cache.php'); // Ultimate SEO URLs v2.1 // If the action will affect the cache entries if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_seo_cache.php'); There is like 15 - 25 or so of my admin/categories.php file Any info or insite really helpful right about now Thanks Jon My Contributions: Add Search + Drop Down Anywhere, Eliminate Subcategories in Drop Down
Guest Posted September 19, 2005 Posted September 19, 2005 require('includes/application_top.php'); ?require(DIR_WS_CLASSES . 'currencies.php'); ?$currencies = new currencies(); ?$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); ?# cDynamic Meta Tags ?// If the action will affect the cache entries ?if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_meta_cache.php'); ?// Ultimate SEO URLs v2.1 // If the action will affect the cache entries ? ?if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_seo_cache.php'); There is like 15 - 25 or so of my admin/categories.php file Any info or insite really helpful right about now Thanks Jon <{POST_SNAPBACK}> Mine is like this with these two contribs: // Ultimate SEO URLs v2.1 // If the action will affect the cache entries if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_seo_cache.php'); if (tep_not_null($action)) # cDynamic Meta Tags // If the action will affect the cache entries if ( eregi("(insert|update|setflag)", $action) ) include_once('includes/reset_meta_cache.php');
Jack_mcs Posted September 20, 2005 Posted September 20, 2005 Any info or insite really helpful right about now <{POST_SNAPBACK}> Do you have the includes/reset_meta_cache.php file on your server? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.