Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    How do you tell what version of SSU you are running. I notice the latest version on the website seems to be 3.7.1 wanted to know if I was up to date.

    I checked the original zip I downloaded and there didn't seem to be any mention of a version number. Is it hidden somewhere?

    Anthony

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by llynix View Post
    How do you tell what version of SSU you are running. I notice the latest version on the website seems to be 3.7.1 wanted to know if I was up to date.

    I checked the original zip I downloaded and there didn't seem to be any mention of a version number. Is it hidden somewhere?

    Anthony
    admin/tools/module_manger and then click List all modules. That will show you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    admin/tools/module_manger and then click List all modules. That will show you.
    Der.. didn't think of that. Thank you. Turns out I'm up to date.

    Next question. All my categories were listed under a main category named 'All Categories'. I thought this was a little silly. So to try things out I moved all the categories in that category back a notch and deleted the All Categories category.

    For some reason SSU didn't update all the links. And still after removing the cache (eventually went and did a rm -rf * in the ssu cache folder) it seems to be tagging the all-categories tag to certain items.

    It seems to happen only on the highest level categories. You can see what's happening with the links at the sitemap:

    http://beta.buydentalequipment.com/cart/site_map

    And one of the categories in question. Please note one other buggy perhaps related. The name of the category on the top of the page says "Home" while on the normal site it would say "Mobile & Portable Equipment".

    http://beta.buydentalequipment.com/c...ipment-c-3_165

    Notice the all-categories still in the URL.

    Thank you,

    Anthony

  4. #4
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have installed SSU and on the first admin run going to Admin/Extras/Simple SEO I briefly saw a green screen showing all the DB patches that have been applied. SSU has been turned on under Admin/Configuration. The DIR_FS_SQL_CACHE values at the bottom of each config file are identical.

    The following changes have been made to both my configure.php files per yellow1912's instructions and my store resides in the root of my server, not in any sub-folder:

    Code:
    define('HTTP_SERVER', 'http://www.site.com');
    (changed mine to http://www.earnest-enterprises.com)

    Code:
    define('HTTPS_SERVER', 'https://secure.site.com');
    (changed mine to https://www.earnest-enterprises.com)

    Code:
    define('DIR_WS_CATALOG', '/subfolder/');
    (changed mine to '/')

    Code:
    define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
    (changed mine to '/')

    To check that everything was working properly I ran ssu_check.php. In doing this I see the following in the small window that appears (\!/ designating the yellow warning signs). Below is as it appeared in sequence:

    Code:
    \!/ checking includes/configure.php
    \!/ suggest .htaccess content
    (window here showing suggested .htaccess code)
    small lightbulb here stating success
    \!/ checking cache write permission
    I have copied/pasted the code that appears in the ssu_check window into my .htaccess file (which I had done previously but did it again). My cache directory and all sub-directories under it are set at 777. Have not touched the Admin/Configuration/Simple SEO settings and left them as they were.

    Just wondering if the warning signs are normal or if I have something amiss. I have been very careful with both of the configure files in editing them. Anyone have any ideas? Yellow1912, if/when you're available? May not have a problem here but would rather find out now than later... Thanks in advance for any assist.

    Rod

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Earnest-Enterprises View Post
    I have installed SSU and on the first admin run going to Admin/Extras/Simple SEO I briefly saw a green screen showing all the DB patches that have been applied. SSU has been turned on under Admin/Configuration. The DIR_FS_SQL_CACHE values at the bottom of each config file are identical.

    The following changes have been made to both my configure.php files per yellow1912's instructions and my store resides in the root of my server, not in any sub-folder:

    Code:
    define('HTTP_SERVER', 'http://www.site.com');
    (changed mine to http://www.earnest-enterprises.com)

    Code:
    define('HTTPS_SERVER', 'https://secure.site.com');
    (changed mine to https://www.earnest-enterprises.com)

    Code:
    define('DIR_WS_CATALOG', '/subfolder/');
    (changed mine to '/')

    Code:
    define('DIR_WS_HTTPS_CATALOG', '/~username/subfolder/');
    (changed mine to '/')

    To check that everything was working properly I ran ssu_check.php. In doing this I see the following in the small window that appears (\!/ designating the yellow warning signs). Below is as it appeared in sequence:

    Code:
    \!/ checking includes/configure.php
    \!/ suggest .htaccess content
    (window here showing suggested .htaccess code)
    small lightbulb here stating success
    \!/ checking cache write permission
    I have copied/pasted the code that appears in the ssu_check window into my .htaccess file (which I had done previously but did it again). My cache directory and all sub-directories under it are set at 777. Have not touched the Admin/Configuration/Simple SEO settings and left them as they were.

    Just wondering if the warning signs are normal or if I have something amiss. I have been very careful with both of the configure files in editing them. Anyone have any ideas? Yellow1912, if/when you're available? May not have a problem here but would rather find out now than later... Thanks in advance for any assist.

    Rod
    Just disregard the warning signs. If everything is working OK you good to go. Go to Admin/Configuration/Simple SEO settings and set
    Set Link Alias Status to true.
    Set SSU Status to true.
    Set Auto Alias Status to true.
    Everything should work properly.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #6
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by llynix View Post
    Der.. didn't think of that. Thank you. Turns out I'm up to date.

    Next question. All my categories were listed under a main category named 'All Categories'. I thought this was a little silly. So to try things out I moved all the categories in that category back a notch and deleted the All Categories category.

    For some reason SSU didn't update all the links. And still after removing the cache (eventually went and did a rm -rf * in the ssu cache folder) it seems to be tagging the all-categories tag to certain items.

    It seems to happen only on the highest level categories. You can see what's happening with the links at the sitemap:

    http://beta.buydentalequipment.com/cart/site_map

    And one of the categories in question. Please note one other buggy perhaps related. The name of the category on the top of the page says "Home" while on the normal site it would say "Mobile & Portable Equipment".

    http://beta.buydentalequipment.com/c...ipment-c-3_165

    Notice the all-categories still in the URL.

    Thank you,

    Anthony
    You need to make sure your cache is cleared out good. Run clear cache in extras/simple_seo_url_manager a few more time. When I do this I always go to configuration/simple_seo and cut it off, then clear my cache. I then cut it back on and watch the magic work.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #7
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you, countrycharm. I'll make those changes. It seems, though, that the files aren't being saved to the appropriate directories (or at least the directories the mod included in the install). There is nothing in any of them. The defaults are:

    (root)/cache/ssu/products
    (root)/cache/ssu/pc
    (root)/cache/ssu/pages
    (root)/cache/ssu/pc
    (root)/cache/ssu/manufacturers
    (root)/cache/ssu/categories
    (root)/cache/ssu/aliases

    They are all empty. When SSU runs the files are being saved to:

    (root)/DIR_FS_SQL_CACHE/ssu/products
    (root)/DIR_FS_SQL_CACHE/ssu/categories
    (root)/DIR_FS_SQL_CACHE/ssu/pc

    In checking my stats on my server the bots/spiders ARE picking up what these directories contain so maybe I should leave well enough alone. I have made no changes to any of the mod PHP files, only my ZEN configure.php's but for whatever reason they're being saved to the above folders and not the default.

    Thanks again for the reply.

  8. #8
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    You need to make sure your cache is cleared out good. Run clear cache in extras/simple_seo_url_manager a few more time. When I do this I always go to configuration/simple_seo and cut it off, then clear my cache. I then cut it back on and watch the magic work.
    I went back the next day and tried again. Only did 2 things, turn SSU off and on.. and fix one line in my configure for the SQL cache path, which is set to none anyway so I figured it would be ignored.. but it's nice to have things right.

    Mysteriously started working.. go figure.

  9. #9
    Join Date
    Jan 2005
    Location
    Aurora, CO USA
    Posts
    75
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    First, I really know very little about SEO. That being said, my main question is: aren't search engines (at least the major ones like google or bing) smart enough these days that this kind url rewriting isn't necessary anymore?

    My second question: Alot of stuff in ZenCart happens based on GET params. If the url doesn't have the query string anymore does that effect the core code operations like if's and switches?

  10. #10
    Join Date
    Jan 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912
    Clear all cache files (ssu cache), and also post the content of your current includes/configure.php here without the password part please

    Raine
    Cleared the cache... It seems to be a systemic problem, all of the sites on my server that use zencart have this same issue. Before I moved the accounts, everything worked.

    Here's the configure.php:

    <?php
    /**
    * @package Configuration Settings circa 1.3.8
    * @copyright Copyright 2003-2007 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    */


    /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
    /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://info-juego.es');
    define('HTTPS_SERVER', 'https://info-juego.es');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'false');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '/');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', '/home/infoes/public_html/');

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', '&&&&&&&');
    define('DB_SERVER_PASSWORD', '&&&&&&&&');
    define('DB_DATABASE', '&&&&&&&&&&&&&&');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', '/home/infoes/public_html/cache');

    // EOF

    Thanks.

 

 
Page 1 of 2 12 LastLast

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

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