I'm stumped. I'm not so sure what is the answer to your question. I'll do some poking around and get back to you if I discover an decent answer. You should email the people at iPage as they probably could give you help..
I keep getting a parse error on line 19. Here is the whole thing..
<?php.
/*.
$Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $.
OsCommerce, Open Source E-Commerce Solutions.
Http://www.oscommerce.com.
Copyright 2003 osCommerce.
Released under the GNU General Public License.
*/.
Define('TEXT_MAIN', '<font color="#FF3399" size="5"><b><br><br>Happy2bmom's Place's Online Store<br><u>ALL NEW!!!</u><br></font><br><font color="#0066FF">I've been working hard to get this new store up and running. Many changes will be happening and many items are being added. I hope you like the change as much as I do. Thank you for your continued support!<br><br>From my computer to yours, Happy2bmom</b></font>');.
This post has been edited by.
Happy2bmom.
: 17 August 2004, 19:38..
You need / in front of all the ' dont use the admin editor to edit your files, it will take them all out when you save the file and give you all sorts of problems..
Don't make your text bold, italic, or purple it's annoying, ones bad enough, all three almost made me not want to answer the question..
Ryan..
For starters ryanf if my bold, italic, purple bugs you that much don't answer if you don't want to. Second, you need to learn how to count, this is my third post on this subject now. And lastly, you didn't even answer my question. I am sorry however for not making sure the \'s were all in. Everyone says don't use the file manager, but for the small changes that I am making at this time it is working better for me than notepad. I have a hard time seperating things in notepad..
I still have a problem with something on line nineteen if anyone can help me..
Thank you, Terri..
Is the comma after the word yours maybe causing a problem? If it is what do I need to do to fix it?.
Terri..
I have found using ascii codes sometimes is easier then making sure everything is hunky dorey code wise..
Wow! Actually I did answer your post, don't use the admin editor it doesn't work... so no, for your small changes you are making it is not working better than notepad. Download phpEdit or another php editing program and use that through ftp..
Notice how you are the only one on this forum to use that crappy text? There is a reason for it...
Pls state the exact and complete wording of the error as a copy.
No.
Never ever use the filemanager.
Better get used to it..
FTP the file to your PC.
Change something in whatever good (free) texteditor (phpedit?).
FTP the file to the server.
Where's the difficulty?..
Thank you all for your input. I still don't understand what using file manager has to do with my problem, but I am going to try to find phpedit and download it. I hope it will be able to help me figure out my problem. Also, here is the error exactly, maybe this will help to find my problem..
Thank you all again, Terri.
Parse error: parse error, unexpected T_STRING in /mnt/web_h/d14/s37/b0217ab6/www/store/nfoscomm/catalog/includes/languages/english/index.php on line 19..
I am also a newbie. my first 24 hours trying to change stuff with file editor was a big waste after each file I edited errors were born. I think that it doesn't understand when a command wraps to a second line. It suxs..
You should listen to ryan and not be rude he is only trying to help you. You should appreciate him not be mean...
Make sure again all the \' are in and then.
Try erasin the code and doin it again.
(i use front page to make text and then copy teh html part)..
Another bonus of using a specific PHP editor, like PHPEdit, or Davor's PHP Editor is that it will tell you exactly which line of text/code is on line 19. That's hard to judge in notepad. I, for one, would like to know which bit of your text is considered by PHP to be line 19. It's easier to detect an error that way. If I count the lines of the file you pasted in the beginning there are only 18 lines there, and the error occurs on line 19....
This post has been edited by.
RojanUK.
: 18 August 2004, 00:43..
Check that your brackets match up. Ie. check that you have the right number of ( and ). I am thinking you have left one off somewhere, so there is more of one than the other...
This error was likely caused by your usage of the File Manager editor, which can create whitespace within your files..
Load a backup, make the same changes you did before, but this time in notepad, the HTML editor of your choice, or best yet, a PHP editor. Then up your file and test it out..
P.s. thanks for using regular text in your post this time...
Can someone please look at my code here and tell me what I did wrong. I think the problem is the last line. I have been going over it and over it and also looking for answers in the forum, but so far no luck. Thank you in advance, Terri.
Define('TEXT_MAIN', '<font color="#FF3399" size="5"><b><br><br>Happy2bmom\'s Place\'s Online Store<br><u>ALL NEW!!!</u><br></font><br><font color="#0066FF">I\'ve been working hard to get this new store up and running. Many changes will be happening and many items are being added. I hope you like the change as much as I do. Thank you for your continued support!<br><br>From my computer to yours, Happy2bmom</b></font>');.
This post has been edited by.
Happy2bmom.
: 17 August 2004, 18:19..
Nothing 's wrong, why do you ask? What happened?..

