Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dcross02

Pioneers
  • Posts

    49
  • Joined

  • Last visited

Profile Information

  • Real Name
    David Ross

Recent Profile Visitors

7,961 profile views

dcross02's Achievements

  1. I got it working. The problem was that Header Tags SEO says to set the permission of includes/header_tags.php to 755. When I changed it to 777, everything started working. This is weird because it worked on all the other pages except the one's from the Article contribution. I REALLY appreciate all the help you've given me on this though! It's great contribution.
  2. It also says this in the HT SEO test: Q: Does the Header Tags code that goes in the head section have to be added to every page? A: It should be in every page that you want to show up well in the search engine listings. However, if you are using BTS or STS, it should not be in any of them, as explained in the installation instructions.
  3. I've started from scratch three times now -- even installing HT SEO, STS, and Article Manager in different orders. When I run the HT SEO test, it still comes up with "STS is running and the head code in the article_info.php file has Header Tags code installed, which is a mistake" for all eight Article Manager files. Given that, can't I assume that it's because of this code in the Article Manager files? // Mofification of Header Tags Contribution // BOF: WebMakers.com Changed: Header Tag Controller v1.0 // Replaced by header_tags.php if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE ?></title> <?php } // EOF: WebMakers.com Changed: Header Tag Controller v1.0 The test is basically saying that header tag code should not be in those files -- is that correct or am I making a wrong assumption?
  4. Since I only had Header Tags SEO and STS installed so far, I went ahead an started over on everything. The erros is gone, but now when I run a Header Tags test, I get: STS is running and the head code in the article_reviews_info.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the article_reviews_write.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the articles.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the articles_new.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the article-submit.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the article-topics.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the article_info.php file has Header Tags code installed, which is a mistake. STS is running and the head code in the article_reviews.php file has Header Tags code installed, which is a mistake. I tried removing this from one of those pages: // Mofification of Header Tags Contribution // BOF: WebMakers.com Changed: Header Tag Controller v1.0 // Replaced by header_tags.php if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE ?></title> <?php } // EOF: WebMakers.com Changed: Header Tag Controller v1.0 That removed it from the test results, but no tags show up on the user end for the article. Thanks again for all your help...I think I getting very close!
  5. Thanks for the response. I just upgraded to Header Tags 3.2.2 and still have the same problem after previewing an article and hitting insert: Fatal error: Call to undefined function: getbasefiles() in .../admin/includes/modules/articles_pseudo.php on line 25 The article actually posts in spite of the error, but no meta-tags appear.
  6. I'm getting that same error using Articles Manager V 1.57_4 and HeaderTags_SEO_V_3.0.4_1_2 . Been racking my brain for hours. Let me know if I'm missing something or if these two vwersion are incompatible. From what I read, they're supposed to be.
  7. Hi Jack, I've got the same problem. What is the exact code I'm looking for that is duplicated? David
  8. I tried this and I get this error when I go to articles.php: Fatal error: Cannot redeclare tep_header_tag_page() (previously declared in /home/content/d/e/r/dermahealth/html/catalog/includes/functions/header_tags.php:15) in /home/content/d/e/r/dermahealth/html/catalog/includes/functions/header_tags.php on line 15 Individual articles show no error, but they still do not produce the Article Manager meta-tags. David
  9. I'm having this problem too. Here are more details: I use Article Manager 1.5.6v1, HeaderTags SEO 3.0.4, and STS 4.5.8. When I disable STS, the article tags work fine. However, when STS is enabled, the browser title bar just shows the path like this: http://www.dermahealthinstitute.com/catalo...p?articles_id=7 Let me know if anyone has any solutions. Thanks! David
  10. I've unistalled, reinstalled, and have gone through this with a fine tooth comb. I love this contribution -- just can't get the links_submit.php page to work. If anyone has the same problem and has figured it out, let me know. Thanks! David
  11. I'm seeing "Page Cannot Be Displayed" on all browsers and computers, even with the cache cleared. I have unistalled and reinstalled this morning with the same results. The only unusual thing I noticed is that the contribution includes two database updates (links_db_update.php and links_setup.php). The instructions say to run links_setup.php, but nothing is said about links_db_update.php. Are they both supposed to be run? David
  12. Thanks for the response. I've looked through this thread page by page and can't find anyone with the same problem. Search phrase is set correctly. No problems adding links and checking them in the admin. I've tested it by trading links with my other sites, so I know it's not that. Everything works except for users being able to add their site from the front end. David
  13. Just installed 1.18. Everything is working except on thing: When a user fills out the form and submits a link, it hangs for a while and eventually they get they get "page cannot be displayed" message. The submission does not go through to the Admin either. Like I said, everything else works, including the "Check Links" button in the Admin. Has this happened to anyone else? I don't see anyone having the same problem in this forum, so any help would be appreciated! My submit page is here: http://dermahealthinstitute.com/catalog/links_submit.php David Ross
  14. Has anyone figured out how to get Simple Template System (STS) to work with Auction 1.4.4? I've got both contributions working perfectly, but when I turn on STS, the Auction contribution is no longer visable. I've search all over trying to figure out how to set up STS with other contributions, but there does not appear to be any instructions on how to integrate. All I see are a few posts saying that if a contribution makes a change to product_info.php, there must be corresponding chages to includes/modules/sts_inc/product_info.php .
  15. Has anyone gotten this Auction Module to work with Simple Template System (STS)? If so, I would appreciate any instructions. Thanks!
×
×
  • Create New...