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)
Printable View
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)
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.
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.
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.
yeah im not sure how to do that...i guess ill have to wait till you have time thanks alot
just a quick question also have you looked at power seo urls by magneticone?
http://www.magneticone.com/store/Zen...en.Cart.module
i wonder if there module will do what im wanting
Think we are narrowing this done... guess in the php you must do some form of include *.php
now the error are:
[Wed Nov 05 14:57:03 2008] [error] [client 76.65.200.146] PHP Warning: session_save_path() [<a href='function.session-save-path'>function.session-save-path</a>]: open_basedir restriction in effect. File(/var/www/vhosts/teststore.com/httpdocs/store/cache) is not within the allowed path(s): (/var/www/vhosts/doorink.com/httpdocs:/tmp) in /var/www/vhosts/doorink.com/httpdocs/store/includes/functions/sessions.php on line 156
[Wed Nov 05 14:57:03 2008] [error] [client 76.65.200.146] PHP Fatal error: Cannot redeclare class xajaxrequestplugin in /var/www/vhosts/doorink.com/httpdocs/store/ajax/xajax5/xajax_core/xajaxPlugin.inc.php on line 102
Unless you are using some other modules that also make use of xajax and include that somewhere, I dont know why this happens.
Also, make sure your delete all the files mentioned in the upgraded note, it is safe to delete those, they are ssu files, not core files. You really dont have to back up those.