Page 85 of 506 FirstFirst ... 3575838485868795135185 ... LastLast
Results 841 to 850 of 5054
  1. #841
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    No problem.

    I've installed SSU now, but have run into one slight problem.

    While the URLs are correctly being generated, they are linking to the homepage.

    For example, I click on http://localhost/simple_seo_url/hardware-c-1 and the address bar changes, but the page content is still showing me the homepage.

    Do you know of a solution?

    I'll start reading back through this thread to see if anyone else had a similar issue.

    Also, do you know if it's possible to display a trailing slash at the end of the URL?

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

    Default Re: Simple SEO URL [support thread]

    Both of your problems have been asked and solved.

    As for the first problem, check htaccess, if you have a link to the test site pm me.
    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

  3. #843
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    I found the trailing slash solution. However, the code appears to have changed with one of the latest releases.

    The solution posted here (http://www.zen-cart.com/forum/showpo...&postcount=671) didn't work.

    Instead, I edited the same file and pasted the following code...

    Code:
    $link .= "/";
    Below this code...

    Code:
    $link .= $page.(!empty($page) ? '/' : '').$parameters;
    Hopefully this will help someone else out.

  4. #844
    Join Date
    Apr 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I installed this and at one point it was working fine. I just updated to the latest version. When I pulled up my website, all I saw was a blank screen.

    I have the Debug mod installed and got this message:

    Call to a member function ssu_link() on a non-object in /home1/ssosso/public_html/test/includes/functions/html_output.php on line 21
    I think the update/install was not installed correctly. Yes I have the google module installed. And tried to "update" the current version of SSU, and cleared my cache without any luck.

    Any suggestions ..... Maybe uninstalling everything and trying again? ...

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by llnavs View Post
    I installed this and at one point it was working fine. I just updated to the latest version. When I pulled up my website, all I saw was a blank screen.

    I have the Debug mod installed and got this message:



    I think the update/install was not installed correctly. Yes I have the google module installed. And tried to "update" the current version of SSU, and cleared my cache without any luck.

    Any suggestions ..... Maybe uninstalling everything and trying again? ...
    Which version is it?

    (Which link you download it from?)
    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. #846
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    To make it simpler for you all:

    http://public.rubikintegration.com/
    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

  7. #847
    Join Date
    Mar 2008
    Posts
    148
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hey yellow. I've installed this on 2 different sites and now I get a redirect loop on one of them and not the other. I have configured them the same and am baffled.

    I don't think it's related to my 301 redirects since I have had them functioning properly for a while and I took them out and still had the same problem.

    Redirect Loop on Admin Page

    I'm not sure how to go about troubleshooting this since I have made sure that the .htaccess and configure files for both servers have the same (adjusted) information, but one works and the other doesn't. What other files could be causing this redirect loop?

    Thanks.

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

    Default Re: Simple SEO URL [support thread]

    This module does not touch admin redirection nor admin links. So you may have uploaded the files to the wrong locations?

    Quote Originally Posted by Qwert302 View Post
    hey yellow. I've installed this on 2 different sites and now I get a redirect loop on one of them and not the other. I have configured them the same and am baffled.

    I don't think it's related to my 301 redirects since I have had them functioning properly for a while and I took them out and still had the same problem.

    Redirect Loop on Admin Page

    I'm not sure how to go about troubleshooting this since I have made sure that the .htaccess and configure files for both servers have the same (adjusted) information, but one works and the other doesn't. What other files could be causing this redirect loop?

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

  9. #849
    Join Date
    Aug 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Very possible. Post your site address and your htaccess file here.
    Ok i've restart the installation and found my previous problem (php 4 only!). Now it is ok (php5)
    Still some trouble.
    a) The "reset all cache" and "reset only category cache" option seems to work (no error messages)

    b) The "reset only product cache" and "reset only manufacturer" answer is "cache/ssu" not writable and can not be opened. i've checked both and the both folder has 777.

    c) The "reset only page cache " gives me an error :
    Fatal error: Call to undefined method ssu_manager::reset_pages_cache_folder() in www/xxxxx/ssu.php on line 38

    For b), i suspect a bad .htaccess . i have some difficulties to understand where i should put this file (root of my web site, or just on the upper directory). i've tried both and same pb.
    Also, as my ZC is directly accessible (i.e not additional folder), i've tried with only / in the path. But so far,

    Any idea for b) and c) ??

    Michel
    Last edited by Zeiser50; 11 Oct 2008 at 10:02 AM.

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

    Default Re: Simple SEO URL [support thread]

    No, I suspect you havent uploaded all the files when you re-install the package.

    Also, in your cases, use / in htaccess.

    Regards
    Quote Originally Posted by Zeiser50 View Post
    Ok i've restart the installation and found my previous problem (php 4 only!). Now it is ok (php5)
    Still some trouble.
    a) The "reset all cache" and "reset only category cache" option seems to work (no error messages)

    b) The "reset only product cache" and "reset only manufacturer" answer is "cache/ssu" not writable and can not be opened. i've checked both and the both folder has 777.

    c) The "reset only page cache " gives me an error :
    Fatal error: Call to undefined method ssu_manager::reset_pages_cache_folder() in www/xxxxx/ssu.php on line 38

    For b), i suspect a bad .htaccess . i have some difficulties to understand where i should put this file (root of my web site, or just on the upper directory). i've tried both and same pb.
    Also, as my ZC is directly accessible (i.e not additional folder), i've tried with only / in the path. But so far,

    Any idea for b) and c) ??

    Michel
    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