Page 407 of 506 FirstFirst ... 307357397405406407408409417457 ... LastLast
Results 4,061 to 4,070 of 5054
  1. #4061
    Join Date
    Oct 2009
    Location
    Nelson, NZ
    Posts
    26
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have two questions that I am hoping to find an answer for.

    Firstly I have SimpleSEO (it comes up as BETA 3.7.1 in the module manager) installed and running on Zen Cart 1.3.8a patch 1, and am reasonably happy that it is creating URLs with nice names.... however.... my search engine rankings are terrible and not a single page has been indexed by google. The shop I am working on has 87 pages according to the latest sitemap which does work ok and has been up and running now for two months so I would expect it to start appearing in Google after spending many hours working on inbound links, adwords and the like.

    I see on Googles Webmaster tools that google is crawling my pages one page per currency. ie
    http://www.xyz.com/bitsnpieces-galle...ncy=USD&sort=0
    http://www.xyz.com/bitsnpieces-galle...ncy=GBP&sort=0
    both of which point to the same page http://www.xyz.com/bitsnpieces-gallery which is also in googles cache.

    Is this normal? I've read a lot up on the Google pages and it says that Google doesnt appreciate duplicate content. Surely this is duplicate content and hence undesireable for my SEO?

    Secondly I have found that my cache/ssu directories are massive ....46.04 MB for only 87 pages of content. Is this normal? I mean, my Cache is larger than my entire product database! 29.74MB is in the /ssu/pc directory and 15.93 in ssu/aliases!

    Thanks in advance
    Greg

  2. #4062
    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.

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

    Default Re: Simple SEO URL [support thread]

    I' updated simple seo to version 3.5.8 from the site:

    PHP Code:
    http://eazyecommerce.com/web-templates/zen-cart/modules/simple-seo-url 
    Everythings work's fine exept when I tryed to log in
    admin > extras > simple seo url manager, where I'v got the following error:

    PHP Code:
    1062 Duplicate entry '/fetish/' for key 3
    in
    :
    [
    ALTER TABLE links_aliases ADD UNIQUE (link_alias);]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields

    Have you got some suggestions?


    Thank' a lot!
    I love internet and the power of information... Best Wishes!!

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

    Default Re: Simple SEO URL [support thread]

    Are you sure it's 3.5.8, when did you get it ? It's a bit old. Please let me know if redownloading still doesnot solve it for you, I will send you a package

    Quote Originally Posted by Jeet Kune Do View Post
    I' updated simple seo to version 3.5.8 from the site:

    PHP Code:
    http://eazyecommerce.com/web-templates/zen-cart/modules/simple-seo-url 
    Everythings work's fine exept when I tryed to log in
    admin > extras > simple seo url manager, where I'v got the following error:

    PHP Code:
    1062 Duplicate entry '/fetish/' for key 3
    in
    :
    [
    ALTER TABLE links_aliases ADD UNIQUE (link_alias);]
    If 
    you were entering informationpress the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
    Have you got some suggestions?


    Thank' a lot!
    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. #4065
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Pre-Installation questions:

    I was using CEON URI Manager, but unfortunately it's not letting a vital script used to upload and update products work!

    So I decided to switch to Simple SEO, but first I want to know if after completely removing the URI module, it will work fine, and what steps are necessary in order to start clean.

    I also read at the wiki, if I use php 4, I need another version, then where can I download it?

  6. #4066
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I downloaded from this site a few days ago.

    PHP Code:
    http://eazyecommerce.com/web-templates/zen-cart/modules/simple-seo-url 


    In the readme is writed that the last version is not always aviable in the addon section.

    Ok. I will upload a version from zen cart addons section.


    I will be back.
    I love internet and the power of information... Best Wishes!!

  7. #4067
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I had the version 3.5.8 before, but my cache won't delete, only loading and loading and loading!

    Today, I downloaded and upploaded the version 3.5.8

    Now it work's!

    Thank's a lot!


    So the moral of the story is to download it from the addons.



    I apprecciate your work yellow 1912
    I love internet and the power of information... Best Wishes!!

  8. #4068
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,538
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have installed this module and I am getting a blank page. What am I doing wrong?

  9. #4069
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,538
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I also in the admin area under SEO URL's I am getting an error:

    Warning: call_user_func(zen_reset_cache_data_seo_urls): First argument is expected to be a valid callback in /home/content/m/o/r/morristech/html/admin/includes/functions/general.php on line 1544

  10. #4070
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,538
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I also have an Parse Error in admin/ssu.php:

    Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/m/o/r/morristech/html/admin/includes/classes/ssu.php on line 12

    Please Help!

 

 

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