happyyo Posted December 10, 2003 Share Posted December 10, 2003 :rolleyes: Hi people :rolleyes: I am getting crazy trying to find out what is wrong in my privacy.php... I dont find the mistake!!! Could anyone help me please??? This is my file: <?php /* $Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Privacy Notice'); define('HEADING_TITLE', 'Privacy Notice'); define('TEXT_INFORMATION', 'We know you're concerned about protecting your privacy online. So are we. At Webtemplatesolution, we treat your personal information with the highest standards of safety, security and confidentiality.We don't collect personal information without your knowledge. <p>We don't sell, rent or give your personal information to unrelated third parties. We consider that all you have to give us when you register in our site is some identity details (full name, home/work address and email address) and other optional ones such as age or country in order to help us with the market statics.</p>'); ?> Thanks a lot :rolleyes: Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted December 10, 2003 Share Posted December 10, 2003 that looks ok to me. check your code for trailing spaces. what kind of error are you getting? Link to comment Share on other sites More sharing options...
happyyo Posted December 10, 2003 Author Share Posted December 10, 2003 ohhh and another little question.... How can I remove the images that appears in the pages: Shipping and returns, Privacy, conditions of use and contact us??? Thanks a lot in advance again :) Link to comment Share on other sites More sharing options...
happyyo Posted December 10, 2003 Author Share Posted December 10, 2003 The error is: Parse error: parse error in /home/happyyo/public_html/catalog/includes/languages/english/privacy.php on line 16 :) Link to comment Share on other sites More sharing options...
241 Posted December 10, 2003 Share Posted December 10, 2003 define('TEXT_INFORMATION', 'We know you're concernedabout protecting your privacy online. So are we. At Webtemplatesolution, we treat your personal information with the highest standards of safety, security and confidentiality.We don't collect personal information without your knowledge. <p>We don't sell, rent or give your personal information to unrelated third parties. We consider that all you have to give us when you register in our site is some identity details (full name, home/work address and email address) and other optional ones such as age or country in order to help us with the market statics.</p>'); the problem lies here INFORMATION', 'We know you're concernedand hereWe don't sell, it is with the ' try using a / before ' so should be define('TEXT_INFORMATION', 'We know you/'re concerned about protecting your privacy online. So are we. At Webtemplatesolution, we treat your personal information with the highest standards of safety, security and confidentiality.We don/'t collect personal information without your knowledge. <p>We don't sell, rent or give your personal information to unrelated third parties. We consider that all you have to give us when you register in our site is some identity details (full name, home/work address and email address) and other optional ones such as age or country in order to help us with the market statics.</p>'); this should solve the issue you can also use & followed by#39: but take out the spacefollowed by part this then gives ' No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
jello1 Posted December 10, 2003 Share Posted December 10, 2003 (full name, home/work address and email address) <--- WRONG.... you need to put the / to use ' or ( <span style='font-family:Courier'>If you can't fix it Perl it!!!...</span> ****************************** Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted December 10, 2003 Share Posted December 10, 2003 you have a few ' in the TEXT_INFORMATION area. You need to proceed those with a / the word: don't would look like: don/'t that should fix the error as far as the images go, you will need to go into catalog/privacy.php (or which ever file you want to change) and delete the functions that call for those images. you may need to update some of the html too, just so your page format looks how it should. Link to comment Share on other sites More sharing options...
happyyo Posted December 10, 2003 Author Share Posted December 10, 2003 Ohhh my God.... I would have never thought of that lol... Thanks a lot guy :rolleyes: :rolleyes: :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.