Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

StrategicWebs

Pioneers
  • Posts

    13
  • Joined

  • Last visited

About StrategicWebs

  • Birthday 08/12/1957

Profile Information

  • Real Name
    Ron Beaver
  • Gender
    Male

StrategicWebs's Achievements

  1. Sorry, forgot to include the url to the site... www.GoodrumInternational.com --- .htaccess file --- # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d
  2. I have added the "Ultimate SEO URLs" to our website and have checked and rechecked the instalation and .htaccess file. Our catalog is in the root of our site and I have the "RewriteBase" set to "/" in the .htaccess file. I am still getting 404 errors. The site was working correctly prior to attempting to install the "Ultimate SEO URLs" so I believe the configure.php is setup correctly. Does anyone have any ideas or suggestion on how to solve the 404 errors. Thanks in advance for any assistanceyou can offer... --- .htaccess file --- # Begin Ultimate SEO V2.2d Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} # End Ultimate SEO V2.2d
  3. My hosting company is running Windows 2003 Server Enterprise. I redownloaded the zip file, extracted the files, and reuploaded to the server. There was no difference, same errors. I had the hosting company check the permissions from the server and both directories have full (read, write, & execute) permissions.
  4. In trying to debug my issue, I added the following code to the file around the include statement: if (is_file(DIR_FS_CATALOG_MODULES . 'vendors_shipping/' . $file)) { include(DIR_FS_CATALOG_MODULES . 'vendors_shipping/' . $file); } The is_file() statement is returning true and the include statement executes, however with the following error: Warning: include() [function.include]: Failed opening '/frigga/home/users/web/b1151/as.goodrum/includes/modules/vendors_shipping/ups.php' for inclusion (include_path='.;c:\php\5\pear') in \\frigga\home\users\web\b1151\as.goodrum\admin\vendor_modules.php on line 236 Any idea why is_file() would return true and the include statement could not load the file? Thanks,
  5. There is no .htaccess file in the folder. I am using a windows server and the security is set to read/write/execute so I could test. Thanks,
  6. I verified the files were where they should be and that the rights (777) are correct. In the vendor_modules.php file at line 131, the "if" statement finding each of the files validated true each time. However, the "Include" statement at about line 151 fails with each attempt to load each of the files that were previously found and loaded into the array at line 131. I added an echo statement to the file to print out the path to the files. Here are the results... Echo Statement results: Dir - Language Path - /frigga/home/users/web/b1151/as.goodrum/includes/languages/english/modules/vendors_shipping/bax.php Installed - Catalog Path - /frigga/home/users/web/b1151/as.goodrum/includes/modules/vendors_shipping/bax.php Error messages: Warning: main(/frigga/home/users/web/b1151/as.goodrum/includes/languages/english/modules/vendors_shipping/bax.php) [function.main]: failed to open stream: No such file or directory in \\frigga\home\users\web\b1151\as.goodrum\admin\vendor_modules.php on line 151 Warning: main(/frigga/home/users/web/b1151/as.goodrum/includes/modules/vendors_shipping/bax.php) [function.main]: failed to open stream: No such file or directory in \\frigga\home\users\web\b1151\as.goodrum\admin\vendor_modules.php on line 152 ----- Both the Echo statement and Error messages occur for each of the shipping modules. I'm still trying to find the issue... - Do you have any ideas on how to debug or track an "Include" statement? - Is there any reason or issue with the "/"s being different in the Error messages? I really appreciate your ideas and help!!!
  7. Should these two paths (1) includes/languages/english/modules/vendors_shipping/bax.php and (2) includes/modules/vendors_shipping/bax.php be under the Catalog or Admin folders?
  8. I am new to osCommerce. I changed the configuration table setting for email to use HTML=true. However, when I send a test newsletter email, the email is set to plain text. What setting do I need to change to cause the emails sent from the Newsletter (email.php) module to be displayed as HTML by default. This is the line in the email.php that sends the email: return mail($to_addr, $subject, $this->output, 'From: ' . $from . $this->lf . 'To: ' . $to . $this->lf . implode($this->lf, $this->headers) . $this->lf . implode($this->lf, $xtra_headers)); and this is what it looks like it I echo it to the screen: MIME-Version: 1.0 X-Mailer: osCommerce bulk mailer Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Thanks,
  9. I need to figure out what's going on as I get the same error for all shipping modules. Thanks,
  10. I just went through the install steps and I am able to add new vendors. However, when I select a vendor and try to Manage the vendor, I receive the following error for each of the shipping modules. Warning: main(/frigga/home/users/web/b1151/as.goodrum/includes/languages/english/modules/vendors_shipping/bax.php) [function.main]: failed to open stream: No such file or directory in \\frigga\home\users\web\b1151\as.goodrum\admin\vendor_modules.php on line 134 Does anyone have any ideas. I have checked and the files are in the correct location. Thanks,
×
×
  • Create New...