Page 227 of 506 FirstFirst ... 127177217225226227228229237277327 ... LastLast
Results 2,261 to 2,270 of 5054
  1. #2261
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Thank you, changes have been made to wiki, the htaccess file instruction is updated for the next version as well.

    Quote Originally Posted by ggbear View Post
    Hi yellow, thanks a lot for your hard work!

    Just thought you might want to change some instructions that may be unclear:

    1)In the installation wiki you say 3. Don't forget to change the “RewriteBase” in .htaccess as instructed in that file

    "that file" could mean any file, and is especially confusing since the previous instruction referred to checking "configure.php"

    2)The instructions Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /zencart/
    in the .htaccess file are inaccurate, it should read either change "zencart" or RewriteBase /test_site/
    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. #2262
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by jason32835 View Post
    Hello - I'm having the exact same problem as "r1formetoo".. I belive I have installed the most recent version, and I am running Zen Cart 1.3.8a

    Everything seems to be working, but it won't let me add anything to the cart.

    Here is my site: igoplayer.com
    This is what you should have in tpl_product_info_display.php
    Let me know if the action=add_product part is somehow missing from that.
    PHP Code:
    <?php echo zen_draw_form('cart_quantity'zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post''enctype="multipart/form-data"') . "\n"?>
    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. #2263
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have problem with multilanguages option on. In the URL i have
    www.myshop.com/shop/it/it/it/ The it occuring three times, makes my page resulting as not found.
    and the www.myshop.com doesn't work too.


    A appreciate your help!

    Best regards.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Jeet Kune Do View Post
    I have problem with multilanguages option on. In the URL i have
    www.myshop.com/shop/it/it/it/ The it occuring three times, makes my page resulting as not found.
    and the www.myshop.com doesn't work too.


    A appreciate your help!

    Best regards.
    I think this has been answered before, you need to let SSU know the languages you are using

    http://www.zen-cart.com/forum/showth...fig#post682664
    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

  5. #2265
    Join Date
    Feb 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    This is what you should have in tpl_product_info_display.php
    Let me know if the action=add_product part is somehow missing from that.
    PHP Code:
    <?php echo zen_draw_form('cart_quantity'zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post''enctype="multipart/form-data"') . "\n"?>
    Hi,

    I checked this file, which I found in the "template_default" directory and yes it did contain that code exactly. Any more help would be greatly appreciated... thank you for your effort.

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

    Default Re: Simple SEO URL [support thread]

    Are you sure you are using the template default? I think that is the main question. Since 2 people encounter the same error, I'm interested in digging this up and find out the reason. If that's okie for you, create a temporary ftp password and send me via PM I can help you to check

    Raine
    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. #2267
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Are you sure you are using the template default? I think that is the main question. Since 2 people encounter the same error, I'm interested in digging this up and find out the reason. If that's okie for you, create a temporary ftp password and send me via PM I can help you to check

    Raine
    Done. It turns out that you are really using an older version. Upgrading to SSU 3.6.1 fixed your problem. Now you also have tha auto-alias feature added, if you want to turn it on you have to go to your ssu config in admin and turn the switches on.

    Then you will have to clear ssu cache.
    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. #2268
    Join Date
    Feb 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Done. It turns out that you are really using an older version. Upgrading to SSU 3.6.1 fixed your problem. Now you also have tha auto-alias feature added, if you want to turn it on you have to go to your ssu config in admin and turn the switches on.

    Then you will have to clear ssu cache.
    Ahh!!! Thank you so much! Your are awsome and your mod is awsome!


  9. #2269
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: ERROR MESSAGE ON INSTALL

    Just installed SSU and get the following error when try to turn on from admin>tools

    PHP Code:
    Parse errorsyntax errorunexpected T_STATICexpecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/zencryst/public_html/MysticLady11801/includes/classes/ssu.php on line 12 
    Also, my store front has disappeared!

    running zencart version Zen Cart 1.3.8a

    Please help...
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  10. #2270
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: ERROR MESSAGE ON INSTALL

    to add to my post above...

    I am confused about the .htaccess file...

    here is my current .htaccess file

    PHP Code:
    # Use PHP5 as default
    AddHandler application/x-httpd-php5 .php 

    and the install instructions say
    PHP Code:
    WARNING:

    A. If your path_to_store/.htaccess file is not blank, do NOT overwrite itOpen the .htaccess file and append the following lines:

    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /zencart/

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

    RewriteCond %{SCRIPT_FILENAME} -[OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule 
    .* - [L]

    RewriteRule ^(.+) index.php/$[E=VAR1:$1,QSA,L]
    #### EOF SSU 
    I am not sure what any of this means...

    Do I simply cut and paste the installation .htaccess info above and simply add it to my current .htaccess file?



    any help would be appreciated
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

 

 

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