I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Now when I go to admin I get this error after deleting as told.... sorry for the issues....
[Wed Nov 05 13:12:02 2008] [error] [client 76.65.200.146] PHP Fatal error: Cannot redeclare ssu_add_input() (previously declared in /var/www/vhosts/doorink.com/httpdocs/store/admin/includes/functions/extra_functions/ssu_xajax.php:3) in /var/www/vhosts/doorink.com/httpdocs/store/admin/includes/functions/extra_functions/ssu_xajax_old.php on line 20
I think you renamed it to _old? That wont work in Zencart, if you want to do so you have to rename it to .bak or something (that does not have the extension .php)
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
While updating some products, I get this error.
Fatal error: Class 'simple_seo_url' not found in /../../../../admin/includes/modules/update_product.php on line 198
The change is completed, and is shown on the site. This also happens when entering a new product.
I'm running the 3.3.5 beta.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
It seems to be working now, although I probably broke something else. I think the error referred to some old code.
I commented out lines 198 and 199.
PHP Code://bof simple seo url
//$ssu=new simple_seo_url();
//$ssu->set_product_name((int)$products_id);
//eof simple seo url
EDIT: Got it yellow1912! I must of been putting the post together when you posted.
Last edited by tacoma; 5 Nov 2008 at 08:29 PM. Reason: ...
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
i know i asked this a few times...but is the not gonna support my existing magic seo urls? because as i said ive tried it again and its still wont rewrite them
Sorry if I missed your question, but 3.3.5 will not support those links out of the box, though it can support. Probably will need to write a plugin for those links.
1. Magic seo url doesnt have the identifier in the links, so probably we will have to make use of SSU alias to have the same link style
2. Magic seo url put .html at the end of the product links, we will need to get SSU recognize those.
My priority now is to make sure SSU work, and work well first.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me