Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please God Help, Error with cDynamic_Meta_Tags


oscommerceking

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted
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

 

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');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...