php questions

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
hmemichel
500 Command not understood
Posts: 2
Joined: 2012-02-28 20:45
First name: Heather
Last name: Michel

php questions

#1 Post by hmemichel » 2012-02-28 20:52

I have edited an osCommerce php file in notepad++ and ftp'd it up to the server via filezilla. The page is blank in Internet Explorer and firefox etc.
Is there something in filezilla that I must tweak?

<------php file in question is below--->
<?php
/*
$Id$

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2002 osCommerce

Released under the GNU General Public License
*/
?>
<?php define('NAVBAR_TITLE', 'Shipping & Returns'); ?>
<?php define('HEADING_TITLE', 'Shipping & Returns'); ?>

<?php define('TEXT_INFORMATION','<h2>General Returns</h2>
Items in original condition may be returned or exchanged within 30 days accompanied by your original invoice or receipt.<br>
You will receive a full refund for the cost of the product, based on your original payment method.<br>
Original or return postage is not refundable. We will, however, at our discretion exchange items with no additional shipping/processing charges.<br>
If you have placed your order with a credit card please allow up to two billing cycles for a refund to appear on your credit card statement.<br>
If you paid by check, your refund check will be sent to you via first-class mail.<br>
Returns must clean, folded properly, and show no signs of wear, use or being washed, with complete tags intact.<br>
Items that have been washed, worn or embroidered cannot be returned.
<h2>Holiday Items</h2>
Due to high seasonal demand and limited quantities of holiday prints, these items must be returned or exchanged within 5 days of purchase.<br>
Holiday scrubs will not be accepted for refund or replacement for any reason less than 7 days prior to the holiday nor after the holiday.
<h2>Sale / Clearance Items</h2>
Clearance Items are sold as is, and can be returned for a store credit only.
<h2>Special orders</h2>
Special orders are non-returnable. We encourage you to come into the store and try on clothes to ensure you are ordering the correct size.
<h2>Stethoscopes / Hosiery / Pen Lights / Other Miscellaneous Instruments</h2>
Due to the intimate nature of these items they are not returnable.'); ?>

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: php questions

#2 Post by boco » 2012-02-28 21:16

Uploaded as ASCII? Some servers cannot handle foreign line endings.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

hmemichel
500 Command not understood
Posts: 2
Joined: 2012-02-28 20:45
First name: Heather
Last name: Michel

Re: php questions

#3 Post by hmemichel » 2012-02-28 21:24

it is set to auto... I am just altering the files they have in their with our text...
see http://medical-outfitters.com/catalog/conditions.php
and my problem page: http://medical-outfitters.com/catalog/shipping.php
I have it showing now but it isn't in the framework of the rest of the site that it should be...

Post Reply