Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jcct31996

Pioneers
  • Posts

    14
  • Joined

  • Last visited

Posts posted by jcct31996

  1. I found that $content$ doesn't include category thumbnails above the product listing tables, under index.php?cPath=xxx

     

    Did I do anything wrong?

     

    category thumbnails above the product listing tables:osCommerce-Online-Demonstration_127.gif

  2. Hi,

     

    I have my SEO header tag installed successfully in my local server. When I moved everything to production server (lived), I cannot login to my admin control panel anymore. I get a total blank screen and no HTML codes when login.

     

    I did troubleshooting by uploading the updated files one by one, and finally found that once admin/include/filenames.php is uploaded, the failure begins.

     

    Comparing the new and old filenames.php with diffMerge shows that only:

     

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

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

    define('FILENAME_HEADER_TAGS_SILO', 'header_tags_seo_silo.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 ***/

     

    has been added.

     

    Can someone please tell me what is probably wrong?

     

    Those changes wouldn't cause the problem you are having. But they are required for the code to link properly and once you try to do that, one of the other files is getting loaded, which is causing the problem. I suggest you upload all of the files from the contributions catalog/admin/ directory. The problem you describe is typically because a file is in the wrong place so replacing them all from the contribution is the quickest way to resolve that.

     

    Thanks Jack for the reply and I was able to find the cause and solution for this problem.

     

    It was caused by white spaces after the last ?> tag in some modified PHP file.

     

    It may not be new to some people and details can be found here: http://www.oscommerce.info/kb/osCommerce/General_Information/Common_Problems/15

  3. Those changes wouldn't cause the problem you are having. But they are required for the code to link properly and once you try to do that, one of the other files is getting loaded, which is causing the problem. I suggest you upload all of the files from the contributions catalog/admin/ directory. The problem you describe is typically because a file is in the wrong place so replacing them all from the contribution is the quickest way to resolve that.

     

    Hi Jack,

     

    Thank you for reply :)

     

    I've verified that every files from the contribution is already uploaded to the correct directory.

     

    The login process still failed at this URL: http://www.lot2u.com/admin/login.php?action=process

  4. Hi,

     

    I have my SEO header tag installed successfully in my local server. When I moved everything to production server (lived), I cannot login to my admin control panel anymore. I get a total blank screen and no HTML codes when login.

     

    I did troubleshooting by uploading the updated files one by one, and finally found that once admin/include/filenames.php is uploaded, the failure begins.

     

    Comparing the new and old filenames.php with diffMerge shows that only:

     

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

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

    define('FILENAME_HEADER_TAGS_SILO', 'header_tags_seo_silo.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 ***/

     

    has been added.

     

    Can someone please tell me what is probably wrong?

  5. Be sure your setup is correct. That doesn't look like a valid path. If you go to admin->modules, the path is displayed on the page. Part of it should be similar to the above. Where above it shows server/admin, on that page, it should say server/includes, if the path is correct.

     

    In any event, it is a setup problem in your account so if the problem persists, you will need to post in the general support thread for assistance.

     

    I managed to solve the installation problem by tweaking the configure.php file. Now Header Tags SEO>Test shows no errors.

     

    The problem comes back to:

     

    Couldn't set title and meta tags for "product info page". After I entered the product title, keyword and description; I pressed preview. On the next screen, I pressed "update" button to update the data as usual.

     

    Then I previewed the changes but no title, description and keywords are updated. The product page's meta data is following its parent category's meta data.

     

    I can enter product's metadata with "Fill Tags" or changing "products_description" table in database. These are not ideal because I need unique metadata for every products :)

     

    Can you please tell me which part of the code most likely went wrong? I will provide as much information as you need.

     

    Thank you.

  6. Hi Jack,

     

    I inserted the code and it says this:

     

    path header_tags_seo.php

    path header_tags_fill_tags.php

    path includes/header_tags_seo_words.txt

    path includes/functions/header_tags.php

    path includes/boxes/header_tags_seo.php

    path includes/languages/english/header_tags_seo.php

    path includes/header_tags.php

    path includes/functions/clean_html_comments.php

    path includes/functions/header_tags.php

    path includes/boxes/header_tags.php

    path includes/modules/header_tags_social_bookmarks.php

    path headertags_seo_install.php

    path headertags_seo_uninstall.php

     

    I tweaked the path in configure.php so that now it displays the full path:

     

    In the TEST results show:

     

    Missing File Error: explain

    Cannot find file http://localhost/server/admin/header_tags_seo.php.

    Cannot find file http://localhost/server/admin/header_tags_fill_tags.php.

    Cannot find file http://localhost/server/admin/includes/header_tags_seo_words.txt.

    Cannot find file http://localhost/server/admin/includes/functions/header_tags.php.

    Cannot find file http://localhost/server/admin/includes/boxes/header_tags_seo.php.

    Cannot find file http://localhost/server/admin/includes/languages/english/header_tags_seo.php.

    Cannot find file http://localhost/server/includes/header_tags.php.

    Cannot find file http://localhost/server/includes/functions/clean_html_comments.php.

    Cannot find file http://localhost/server/includes/functions/header_tags.php.

    Cannot find file http://localhost/server/includes/boxes/header_tags.php.

    Cannot find file http://localhost/server/includes/modules/header_tags_social_bookmarks.php.

     

     

    I am still getting an error message "Failed to open dir" when clicking on "Header Tags SEO" in admin. I can access the other 3 links under "Header Tags SEO" section. Only the first one "Page Control" failed.

  7. I've installed HeaderTags_SEO_V_3.1.8 successfully.

     

    However, I couldn't set title and meta tags for "product info page". After I entered the product title, keyword and description; I pressed preview. On the next screen, I pressed "update" button to update the data as usual.

     

    Then I previewed the changes but no title, description and keywords are updated. The product page's meta data is following its parent category's meta data.

     

    Am I doing anything wrong? Please kindly guide. :)

  8. I have installed Article Manager 1.5.5 on osCommerce v2.2 RC2 and STS v4.5.8

     

    Does anyone has experience with this setup? I have managed to create a link on the left column to articles.php, by altering the file sts_user_code.php

     

    I am not sure whether this does complete the article manager installation.

     

    How many components like infoboxes and content area, this contribution needs in order to become usable? What are they? :rolleyes:

  9. I have a web site running with osCommerce v2.2 RC2 and STS v4.5.8 installed on my server.

     

    I need to install other contributions/add-ons/plugins like Article Manager v1.0 to fulfil my website's requirements.

     

    Is it possible for STS to handle the display of this new contribution?

     

     

    If that's possible, what are the files that need to be modified or added for STS to handle the new contribution?

  10. Hi there,

     

    I want to have different background for my categories infobox. I use STS ( the latest) and if I change the background to #FFF all infoboxes come with white backround. Can I do something to have different settings for the category box only? ( no padding, other background e.t.c) ??

     

    THank you!

     

     

    I also tried that but didn't work. I created a file infobox_categories.php.html and nothing changed to the look of the categories infobox... Any ideas?

     

    I have a similar problem to what demon_athens faced.

     

    In my visual design template, I need to display the $header and $content in language box, currency box and shopping cart horizontally (2 columns); instead of the original template boxes that display $header and $content in 2 rows.

     

    If I tweaked the infobox.php.html in the folder [boxes], other "boxes" that share the same template file will be affected too.

     

    In this case, the problem can be solved if I can tell STS to use another template boxes for the "language box", "currency box" and "shopping cart box"

     

    Are there any solutions to this?

×
×
  • Create New...