Page 180 of 506 FirstFirst ... 80130170178179180181182190230280 ... LastLast
Results 1,791 to 1,800 of 5054
  1. #1791
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Unless you have root access, more than likely you will not be able to find that folder via ftp

    Contact your host, they should be able to help
    Hi Yellow, my Host says that "Please have in mind that the mod_rewrite is enabled and you can directly place the required content in a .htaccess that should be located in the main domain directory."

    I have attempted to install the module manager, but it does not seem to install. I have added all the files to folders as directed, but there is no mod manager under admin>tools

    Any advice please?

    Thanks

    Paul

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

    Default Re: Simple SEO URL [support thread]

    If you downloaded the correct version (rev 15) and upload it to the correct folder on your site then it should auto-install itself correctly
    http://code.google.com/p/zencart-mod...downloads/list

    If you have changed your admin folder name, then you have to upload the admin files in the package to your new folder.
    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. #1793
    Join Date
    Jul 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Yes you can edit it. For version 2,9.x you need to check the file:
    \includes\classes\ssu\languages\default.php

    Find this line:
    $name = str_replace(array(' ', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);


    Replace by
    $name = str_replace(array(' ',' (',' )', '\'', '/', '\\', '"', '.', ':', '@', '_', '-', '?', '&', '='), $this->registry('name_delimiter'), $name);

    Then you need to clear cache in ssu manager. That should do the trick.
    that's it... it works as expected!
    You're right, no problem with Simple SEO but zen lightbox itself. I remove the lightbox addon for the js error on IE7.

    Great zen mod!

  4. #1794
    Join Date
    Dec 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I wanted to share this with other newbies who might try to upload this module. I have been trying to upload this module for nearly a week and FINALLY figured out what I was doing wrong. This was all greek to me only a few short months ago.

    Zen-Cart version: 1.3.8a
    Simple SEO Url version: 3.5.1
    Godaddy Host
    Apache Server

    My two mistakes:

    1.) I didn't change the .htaccess file directory. The notes in the .htaccess version that is downloaded with the program doesn't really clarify that

    RewriteBase /zencart/

    needs to be rewritten (need to overwrite "zencart" with your subdirectory name OR delete "zencart/" if it is based in your root directory)

    The instructions, however, were clarified in the install instructions at http://wiki.rubikintegration.com/zen...u/installation

    Duh.


    2) After loading everything up, I got:

    Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/b/i/z/mysite/html/admin/includes/classes/ssu.php on line 12

    I read (okay skimmed for days and did specific word searches) through the nearly 1800 posts on this thread and found a few references to fix different parse errors by making sure the php version was php5 (I was using php4).

    I went to my Godaddy account and changed from php4 to php5 (there are instructions in Godaddy help on how to do it). I waited about an hour for Godaddy to make the php change (but Godaddy says it can take up to 24 hours) and VOILA!

    Anyway, everything is working so far!

  5. #1795
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you downloaded the correct version (rev 15) and upload it to the correct folder on your site then it should auto-install itself correctly
    http://code.google.com/p/zencart-mod...downloads/list

    If you have changed your admin folder name, then you have to upload the admin files in the package to your new folder.
    Thanks Yellow. Got it sorted now! A TIP TO ALL NEWBIES ADDING MODULE MANAGER:

    You have to move each file from the zipfile to the corresponding folder on your server. eg. the Zip file path for Install.sql is

    module_manager/admin/includes/module_installation

    Ignore the 1st bit (module_manager) then click: Your site root file/admin/includes/module_installation

    And put the file (in this example 'Install.sql') in the folder 'module_installation' if there is not such a folder, create one and then put the file in. Repeat this procedure for all files in the module manager zip file.

    Thanks again,

    Paul

  6. #1796
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    OK module manager is installed now and SEO tool appears in Admin>extras. But when I click it page comes up with:

    Warning: require(/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php) [function.require]: failed to open stream: No such file or directory in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22

    Fatal error: require() [function.require]: Failed opening required '/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22



    What does that mean!

    Thanks for you help so far, we are getting there!

    Paul

  7. #1797
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rcmonster View Post
    OK module manager is installed now and SEO tool appears in Admin>extras. But when I click it page comes up with:

    Warning: require(/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php) [function.require]: failed to open stream: No such file or directory in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22

    Fatal error: require() [function.require]: Failed opening required '/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22



    What does that mean!

    Thanks for you help so far, we are getting there!

    Paul
    Ignore that, I had missed off transferring the file alias.php



    works now.

  8. #1798
    Join Date
    Nov 2008
    Location
    Canterbury
    Posts
    44
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rcmonster View Post
    OK module manager is installed now and SEO tool appears in Admin>extras. But when I click it page comes up with:

    Warning: require(/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php) [function.require]: failed to open stream: No such file or directory in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22

    Fatal error: require() [function.require]: Failed opening required '/home/www/rcmonster.co.uk/includes/classes/ssu/cores/alias.php' (include_path='.:/usr/local/php5/lib/php') in /home/www/rcmonster.co.uk/includes/init_includes/init_ssu.php on line 22



    What does that mean!

    Thanks for you help so far, we are getting there!

    Paul
    Ignore that, I had missed off transferring the file alias.php



    works now.

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

    Default Re: Simple SEO URL [support thread]

    Some tips:

    All files are put in their corresponding folders, so there is no need to copy file by file

    1. For example, it is totally safe to copy all files/folders directly from the module manager package to your site, no file will be overwritten.

    2. For SSU, thereare 2 files that may be overwritten(.htaccess and html_output.php), both files are mentioned in the installation instruction. Other than that the rest are safe to upload directly.

    3. It always helps to read instruction, I spent lots of time to make things as clear as possible.
    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

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

    Default Re: Simple SEO URL [support thread]

    @AngelLinds
    Please upgrade to 3.5.5 (http://public.rubikintegration.com/) if you are still using 3.5.1

    The upgrade process is very easy: http://wiki.rubikintegration.com/zen...es/ssu/upgrade

    All files except .htaccess can be safely reuploaded.
    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