lshipley Posted March 19, 2006 Posted March 19, 2006 On the SEO URLS page in admin configuration, I get this error: Warning: call_user_func(tep_reset_cache_data_seo_urls): First argument is expected to be a valid callback in /home/ibettink/public_html/catalog/admin/includes/functions/general.php on line 1263 Anyone know what this means? THIS IS THE PAGE where the warning shows up: /catalog/admin/configuration.php?gID=16 THESE ARE THE SETTINGS SEO URLs Title Value Action Enable SEO URLs? true Add cPath to product URLs? true Add category parent to begining of URLs? true Filter Short Words 3 Enable SEO cache to save queries? true Enable product cache? true Enable categories cache? true Enable manufacturers cache? true Enable articles cache? true Enable topics cache? true Enable information cache? true Enable automatic redirects? true Choose URL Rewrite Type Rewrite Enter special character conversions Remove all non-alphanumeric characters? true This is the function at line 1261 in the general.php file: function tep_call_function($function, $parameter, $object = '') { if ($object == '') { return call_user_func($function, $parameter); } elseif (PHP_VERSION < 4) { return call_user_method($function, $object, $parameter); } else { return call_user_func(array($object, $function), $parameter); } } When I added GOOGLE ADSENSE to the site, i get mostly ads selling ecommerce solutions, gateways, etc. This leads me to believe that the SEO URLS is not able to function properly, perhaps due to this problem. I'm guessing that the problem doesn't have anything to do with this code, but with the rest of the SEO URLS files and hacks that I installed. I am a PHP neophyte and am much better at breaking stuff than fixing it. :blush: Any comments, suggestions, and/or solutions will be most grealfully appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.