Page 221 of 506 FirstFirst ... 121171211219220221222223231271321 ... LastLast
Results 2,201 to 2,210 of 5054
  1. #2201
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by MikeyG View Post
    No errors or anything coming up when calling the ssu_check.php file.

    Having clicked the alias manager I get :

    Fatal error: Call to undefined function retrieve_aliases() in E:\Server\mydomain\admin\ssu.php on line 32

    This is on my testing server on my laptop. Does this mean a file is missing?
    Download the package from the server again should fix this fatal error problem for you
    http://public.rubikintegration.com/
    Regards
    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. #2202
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hello it went all ok, but now...
    I had to move my directory from

    hxxp://www.giocattoliamo.it/demosugar
    to
    hxxp://www.giocattoliamo.it

    but now it doesn't go SSU, if I disable SSu all goes, if I enable it gives on product 500 internal server error

    I have tried also to reset all cache from fix_cache_key
    and from extra>ssu manager

    How can I do?

    Please

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

    Default Re: Simple SEO URL [support thread]

    If you move folder, you need to change htaccess

    In your case, you have to change to RewriteBase /
    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. #2204
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I had changed it

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

    #### EOF SSU

    but it doesn't go

  5. #2205
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I remebered that in some times it needs to uncomment
    Options +FollowSymLinks -MultiViews

    so i write
    #Options +FollowSymLinks -MultiViews
    and now it goes.

    Can you confirm that also with this modify the mod functions well?

    thank you very much, for your answers, rapid and clean.

  6. #2206
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    boh now it goes also with options uncommented.....

    but I see on bar below when I go over with mouse for example over a category that in that bar I see the name without rewrite.

    But then If I click on product or categorie, I see at top the address rewrite


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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by giuly View Post
    boh now it goes also with options uncommented.....

    but I see on bar below when I go over with mouse for example over a category that in that bar I see the name without rewrite.

    But then If I click on product or categorie, I see at top the address rewrite

    In this case, it is possible that whoever coded your template hardcoded the links and did not use zen_href_link to generate the links.

    Edit: after looking at it more carefully, it's more likely that something went wrong in this case:

    The manufacturer links seem to be hardcoded because the "demosugar" folder is still there in the link?

    The category links and other links are not translated to seo urls, this is most likely because the change in html_output.php file is over-written for some reason. This should help you:

    B. Open your current includes/functions/html_output.php

    • find the function zen_href_link
    • find this line:

    global $request_type, $session_started, $http_domain, $https_domain; Insert these lines below that line:
    //bof simple seo url
    global $ssu;
    if(is_object($ssu) && ($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url
    Last edited by yellow1912; 10 Feb 2009 at 01:53 AM.
    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. #2208
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    you are genius!!!
    it was the code that was missed.

    Perfect, thank you very much also for the rapid and correct answer

  9. #2209
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you are using 3.5.1, you are way of out date, please upgrade.
    http://public.rubikintegration.com/
    Ok Yellow, I've updated to your newest version (the link attached to your signature) Now everything is updated and running. I've cleared the cache yet Google XML Sitemap is still parsing the old URL's. How can I change this so it compiles and submits the new SSU URL's?

    http://guruseeds.com/sitemapproducts.xml

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by kbaxta View Post
    Ok Yellow, I've updated to your newest version (the link attached to your signature) Now everything is updated and running. I've cleared the cache yet Google XML Sitemap is still parsing the old URL's. How can I change this so it compiles and submits the new SSU URL's?

    http://guruseeds.com/sitemapproducts.xml
    But when I view your site I dont see any link in seo form anyway? So it's more like you have not turned on ssu in the first place?

    Edit: You have the same mistake with giuly from the post above, you forgot to edit your html_output.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

 

 

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