Page 122 of 506 FirstFirst ... 2272112120121122123124132172222 ... LastLast
Results 1,211 to 1,220 of 5054
  1. #1211
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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

  2. #1212
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    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.

  3. #1213
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tacoma View Post
    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.
    Oh, this should have been mentioned in the upgrade note, my fault:

    go to admin/includes/modules/update_product.php on line 198

    And the delete the part start with //bof ssu and end with //eof ssu
    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

  4. #1214
    Join Date
    Dec 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tacoma View Post
    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.
    Last edited by tacoma; 5 Nov 2008 at 08:29 PM. Reason: ...

  5. #1215
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tacoma View Post
    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 
    No, if you commented it out, it is fine. The reason is that the new code doesnt used these methods anymore, it will be updated later.
    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

  6. #1216
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    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

  7. #1217
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rickiesdiscount View Post
    i know i asked this a few times...but is the not gonna support my existing magic seo urls?
    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

  8. #1218
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    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

  9. #1219
    Join Date
    Nov 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rsloan View Post
    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
    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

  10. #1220
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    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.
    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

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR