Page 228 of 506 FirstFirst ... 128178218226227228229230238278328 ... LastLast
Results 2,271 to 2,280 of 5054
  1. #2271
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: ERROR MESSAGE ON INSTALL

    Quote Originally Posted by Craft Magick View Post
    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...
    Your site is running php4, SSU does not support PHP4, it requires php 5. The fastest way to fix it for you now, is to go into includes/auto_loaders folders and remove any files SSU added (just compare with the same folder from SSU package)
    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. #2272
    Join Date
    Jul 2008
    Posts
    113
    Plugin Contributions
    0

    Default Re: ERROR MESSAGE ON INSTALL

    I followed the instructions to the letter, turned on the Simple SEO Url module and everything works perfectly the first time around. I love when that happens. :)

    I'm very impressed with this module. Thank you very much!!

    BTW, the link to the Manual/instructions isn't quite right.
    I did find everything ok by hunting around, but the links to the docs needs to be revised to this:
    http://wiki.rubikintegration.com/zen...ules/ssu/about

    Cyndy

  3. #2273
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank's a lot!
    You are awesome.

  4. #2274
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: ERROR MESSAGE ON INSTALL

    Quote Originally Posted by yellow1912 View Post
    Your site is running php4, SSU does not support PHP4, it requires php 5. The fastest way to fix it for you now, is to go into includes/auto_loaders folders and remove any files SSU added (just compare with the same folder from SSU package)

    Please bear with me and I'll try and provide as much info as possible to hopefully help someone troubleshoot this install for me...

    I found out I am running PHP 5.2.8 so I modified my .htaccess file by just copying and pasting the contents of the .htaccess included with this mod to the end of my original one. Don't know if this was correct since I know nothing about .htaccess files but here's what my .htaccess file looks like now...

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


    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /zencart/

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

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond 
    %{SCRIPT_FILENAME} !-d
    RewriteRule 
    ^(.*) index.php?/$[E=VAR1:$1,QSA,L]
    #### EOF SSU 
    This is what now shows up in admin>extras now when I click on Simple SEO URL manager...

    PHP Code:
     Instruction SSU caches your categories/products names and links in order to reduce the number of sql queries and minimize the performance penalty on your serverThat has its drawbackhowever. If you change your categories/products namesyou will need to reset the cache to force SSU reload and update the names.
    Cache Functions Reset all cacheClick here
    Reset alias cache
    Click here
    Reset only products cache
    Click here
    Reset only categories cache
    Click here
    Reset only pages cache
    Click here
    Alias Functions Manage Aliases
    Click here 
    When I set SSU Status to TRUE In admin>config I get the following error in my store front when a link is clicked

    PHP Code:
    Internal Server Error

    The server encountered an internal error 
    or misconfiguration and was unable to complete your request.

    Please contact the server administratorwebmaster@zencrystals.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionallya 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.11 (Unixmod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.zencrystals.com Port 80 
    I'm running zencart version 1.3.8a and PHP 5.2.8

    Any ideas or suggestions would be appreciated
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

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

    Default Re: Simple SEO URL [support thread]

    You did not change
    RewriteBase /zencart/

    If you are running on root folder, 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

  6. #2276
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    You did not change
    RewriteBase /zencart/

    If you are running on root folder, change to
    RewriteBase /
    Did it and its working

    Thank you very, very much for your patience and help, yellowrose. I really appreciate it.

    Quick question... is there a reason we do not want an .html or .php extension on the URL's? Just curious...



    Zencart ROCKS
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Craft Magick View Post
    Did it and its working

    Thank you very, very much for your patience and help, yellowrose. I really appreciate it.

    Quick question... is there a reason we do not want an .html or .php extension on the URL's? Just curious...



    Zencart ROCKS
    Well, if you think about it, you want to have a nice, short, precise link (give the user enough info, no more no less)
    What good will adding the .html or .php will do to your link? Will it help users in any way? Will it help search engine in any way?

    If not, then why should you do so?
    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. #2278
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Okay, I'm adding this mod to my second website now, which is a sub-domain of zencrystals.com

    To hopefully avoid a lot of headaches and save time I'd like to be sure I'm changing the right things in the configure.php files

    Here's what I'm reading in the installation instructions

    PHP Code:
    define('HTTP_SERVER''http://www.site.com/subfolder');
     
    define('HTTPS_SERVER''https://secure.site.com/~username/subfolder');

    This may work in the normal ZC settingbut it will cause SSU to malfunctionYou need to set like this:

    define('HTTP_SERVER''http://www.site.com');
     
    define('HTTPS_SERVER''https://secure.site.com');
     
    define('DIR_WS_CATALOG''/subfolder/');
     
    define('DIR_WS_HTTPS_CATALOG''/~username/subfolder/');

    So basicallythe http ones should contain only the domain nameno sub folders at all

    And here is what is currently in my configure.php file

    PHP Code:
    define('HTTP_SERVER''http://www.craftmagick.com');
      
    define('HTTPS_SERVER''https://www.zencrystals.com/craftmagick');

    define('DIR_WS_CATALOG''/');
      
    define('DIR_WS_HTTPS_CATALOG''/');

    define('DIR_FS_SQL_CACHE''/home/zencryst/public_html/craftmagick/cache'); 

    My questions is... would
    define('HTTPS_SERVER', 'https://secure.site.com');
    be

    https://zencrystals.com

    or

    https://craftmagick.com

    or

    https://zencrystals.craftmagick.com


    ALSO...

    do I just leave
    define('DIR_WS_HTTPS_CATALOG', '/');
    as it is since it currently matches what is in my config.php file now?


    ALSO....

    in the .htaccess file would it be set to
    REWRITE / craftmagick


    I would just like to be sure before altering config.php files...

    Thanks
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

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

    Default Re: Simple SEO URL [support thread]

    define('HTTP_SERVER', 'http://www.craftmagick.com');
    define('HTTPS_SERVER', 'https://www.zencrystals.com');

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '
    /craftmagick/');

    define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/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

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    define('HTTP_SERVER', 'http://www.craftmagick.com');
    define('HTTPS_SERVER', 'https://www.zencrystals.com');

    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '
    /craftmagick/');

    define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/cache');
    Changed configure.php as noted above

    Getting 500 server error as follows when clicking any link in the store

    PHP Code:
    Internal Server Error

    The server encountered an internal error 
    or misconfiguration and was unable to complete your request.

    Please contact the server administratorwebmaster@craftmagick.zencrystals.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionallya 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.11 (Unixmod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.craftmagick.com Port 80 
    Here's a copy of my .htaccess file

    PHP Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /craftmagick/

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

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond 
    %{SCRIPT_FILENAME} !-d
    RewriteRule 
    ^(.*) index.php?/$[E=VAR1:$1,QSA,L]
    #### EOF SSU 
    could I have done something wrong in .htaccess??
    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