Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

psdealer

Pioneers
  • Posts

    29
  • Joined

  • Last visited

Posts posted by psdealer

  1. hello everyone,

    I have CPU consuming problem with this addon.

     

    OSC: 2.2RC2

    Addon: otf_autoThumb_v2-4fix3

    Server: 2x Intel® Core2 Duo CPU E6550 @ 2.33GHz

     

    These days my website has daily 3000-5000 visitors, comonly 150-300 visitors online at the same time.

    I received email from hosting company, it said the cpu has been maxed out.

    They and me both find that the CPU big consuming is product_thumb.php

     

    I don't know why this addon consume so much CPU, have any way to optimize it?

    Need help!!!

  2. 1 - If the title and tags are not filled in, is there a point to installing the contribution? In the note I added when I announced this version, I said it was possible to not have any tags at all. I see I should have explained further but I meant that that woud be an error. If one doesn't want unique titles for each page, this contribution shouldn't be used.

     

    2 - When I select product_info.php in Page Control and turn off (uncheck) all options except for product, only the product name is displayed when on the product page. Are you saying this isn't the case with your shop?

     

    Jack

    1.yes we should write all tag,otherwise we don't need to install the add-on.

    2.I do exactly the same as you,but not the same result in product meta.

    Are you sure you have written related category meta?in my side,if I don't write related category meta,I do get only product meta,but if I write related category,the product meta must contain category meta....

    Can you check again?

    Thank you very much for your support!:)

  3. I had this working but removed it for a last minute test and forgot to add it back in. To fix it, edit the includes/header_tags.php file and change this code in the index section, line 38
    if ($pageTags['append_root'])

    to

    	if ($pageTags['append_root'] || $category_depth == 'top' )

     

    Jack

    Yeah this can fix it,thank you!

    But there are 2 bugs I till found:

     

    1)If you don't select "root" in index.php,you must write tags for each category,cant leave blank,otherwise get this error:

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 43

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 44

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 45

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 46

     

    2)in product_info.php,no matter you select "root" or not,product page meta must contain its category meta.

     

    These bugs are no problems for my store now since you solve the unique category meta issue.However if you can look at it that will help much for others.

    Thanks for great support :)

  4. If you go to page control and select a page, say index.php, you will see four boxes for that page, title, description, keywords, logo. These have always been there in this contribution. These are being called the root. If you have the root box selected, they show up on the page. If you don't have it selected, they don't show up on the page.

     

     

     

    The message says a sort order is required. There is a sort order box on the page next to the index position. If you leave the sort order empty, it causes an error. The fix is to put in a sort order number.

     

     

    What type of shop are you running - standard, STS or BTS?

     

    Jack

     

    Hi Jack,

    Thanks for your answer.I use a shop template,not standard but not big difference.

    In order to set pure unique category/product meta tags,I have to exclude "root" box.But if I do this,the homepage will not have any meta tags and have error as I said above.Can you figure out how to have homepage meta as well as pure unique category/product meta?

  5. hi Jack,

    Thanks for the new version.awesome!the "Page Control" in admin/header_tags_seo.php works well now,before this version I had 30 seconds time out error.

    But in the new version I don't know how the "root" works.What is the root pls?is it the meta work for homepage?I can't find a place to set root metg.

    I go to "page control",select "index.php" ,exclude product and root option,click "update" button,thenI have a error:

    Missing sort orders are not allowed -> index.php

    and error when I open homepage:

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 43

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 44

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 45

     

    Warning: implode() [function.implode]: Invalid arguments passed in /home/environment/public_html/includes/functions/header_tags.php on line 46

     

    If include "root" in index.php,above 2 errors won't happen,But category and products pages don't have pure unique meta.I mean:

    if index.php have title "aaa",I am not able to set category title as "bbb",it must be "aaa - bbb"

    if a category have title "bbb",its product title won't be "ccc",it must be "bbb - ccc"

     

    Lso I get:

     

    Test Results

     

    Missing Database Error:

    The products_head_title_tag field cannot be found in the products_description table.

    The categories_htc_title_tag field cannot be found in the categories_description table.

    The manufacturers_htc_title_tag field cannot be found in the manufacturers_info table.

     

    I check database carefully,in fact those fields all exist,also website page have title tags.

     

    Sorry that I have so many questions,I'm not good at php,I just begun to learn some from the day I knew oscommerce.

    Thank you again for your great add-ons.

  6. Hi Jack.

     

    I have two little problems with this great contribution.

     

    When I go to the Test page I got following error:

     

    http://www.xxx.de/admin/FILENAME_HEADER_TAGS_TEST (browser line)

     

    "The requested document was not found on this server." But I upload the header tags test

     

     

    Second:

     

    After I marked the Meta Tags Infos (NOODP etc.) and refresh the site the changes are lost.

     

    Thanks a lot!

    I have this too.However it is not a problem

    Just need 2 additional codes:

    1)admin/includes/filenames.php

    ----find:------

    /*** Begin Header Tags SEO ***/

    define('FILENAME_HEADER_TAGS_SEO', 'header_tags_seo.php');

    define('FILENAME_HEADER_TAGS_FILL_TAGS', 'header_tags_fill_tags.php');

    /*** End Header Tags SEO ***/

    -----change to------

    /*** Begin Header Tags SEO ***/

    define('FILENAME_HEADER_TAGS_SEO', 'header_tags_seo.php');

    define('FILENAME_HEADER_TAGS_FILL_TAGS', 'header_tags_fill_tags.php');

    define('FILENAME_HEADER_TAGS_TEST', 'header_tags_test.php');

    /*** End Header Tags SEO ***/

     

    2)admin/includes/languages/english.php

    ------find-------

    /*** Begin Header Tags SEO ***/

    // header_tags_seo text in includes/boxes/header_tags_seo.php

    define('BOX_HEADING_HEADER_TAGS_SEO', 'Header Tags SEO');

    define('BOX_HEADER_TAGS_ADD_A_PAGE', 'Page Control');

    define('BOX_HEADER_TAGS_FILL_TAGS', 'Fill Tags');

    /*** End Header Tags SEO ***/

    -------change to------

    /*** Begin Header Tags SEO ***/

    // header_tags_seo text in includes/boxes/header_tags_seo.php

    define('BOX_HEADING_HEADER_TAGS_SEO', 'Header Tags SEO');

    define('BOX_HEADER_TAGS_ADD_A_PAGE', 'Page Control');

    define('BOX_HEADER_TAGS_FILL_TAGS', 'Fill Tags');

    define('BOX_HEADER_TAGS_TEST', 'Test');

    /*** End Header Tags SEO ***/

     

    Thank Jack again for the new version!

  7. QUOTE (psdealer @ Aug 13 2008, 11:21 AM)

    hi jack,

    Do you figure out how to set unique category meta tags?

    On current version each category meta tags includes index meta.

    I have searched on google,total forums,addons but got no thread to solve this problem.

    I have seen that very many people have the same need as me,hope you can figure out asap

    Thanks again!

    -----------------------------------------------------------------------------------------

    Yes, it has been fixed and will appear in the next version, which will be uploaded soon.

     

    Jack

     

    Hi Jack again,

    When will you upload the next version with this fixing pls?

    Don't want to bother you but just need the time so that I can arrange my work on SEO.

    Thanks!

  8. hi jack,

    Do you figure out how to set unique category meta tags?

    On current version each category meta tags includes index meta.

    I have searched on google,total forums,addons but got no thread to solve this problem.

    I have seen that very many people have the same need as me,hope you can figure out asap :)

    Thanks again!

  9. Jack,did you figured out categories unique meta tags away from index.php?

    I mean if index.php have meta tags tiltle "aaa - aaa - aaa",I don't want category have the same title or "aaa - aaa - aaa - bbb"

    Is there a way let category have "bbb - bbb - bbb"?

  10. That's how it currently works but I'll look into changing that.

     

    Jack

     

    Thank you jack!

    It will be very good if can write unique meta tags for categories.

    And I notice there is a site www.omarskicks.com,it do have unique meta tags for each category,I don't know how it does that.But I'm sure this site have installed header tags seo or header tags controller,hope you can take a look at it.

    Thanks again,so many people get great help from you.

  11. hello jack,thanks for your add-on,it is great!

    But I met a problem:

    I have wrote meta tags for index.php on admin-header tags seo-page control,it works on homepages well.But this meta tags also work for each categories,I want each categories have its unique meta tags,and fill unique meta tags on admin-catalog,but at last the categories don't show unique meta tags,it still alway show index's meta tags.

    For example:

    I set index.php title as "aaa,aaa,aaa" on admin-header tags seo-page control ,and set unique title "bbb,bbb,bbb" for a category on admin-catalog,at last the title meta is still "aaa,aaa,aaa"

    Can you fix this problem?

    It seem like It fail to insert to database when I write unique meta in catalog,But I don't know how to fix it,anyone can help?

  12. Hmm. I did that before posting here like a good girl. I just reread it again, something I am missing???

     

    Nothing addresses the issue back to page 22, I have most current version and have re-read instructions.

     

    Not being a n00b to this, I too was a little perplexed at the install instructions, update instructions, multiple directories as well - perhaps just tired and,

     

    feeling n00bish

    Take a good reast,I advise you go to the products to set unique meta tags.

  13. hello jack,thanks for your add-on,it is great!

    But I met a problem:

    I have wrote meta tags for index.php on admin-header tags seo-page control,it works on homepages well.But this meta tags also work for each categories,I want each categories have its unique meta tags,and fill unique meta tags on admin-catalog,but at last the categories don't show unique meta tags,it still alway show index's meta tags.

    For example:

    I set index.php title as "aaa,aaa,aaa" on admin-header tags seo-page control ,and set unique title "bbb,bbb,bbb" for a category on admin-catalog,at last the title meta is still "aaa,aaa,aaa"

    Can you fix this problem?

×
×
  • Create New...