valeriestw Posted February 26, 2003 Share Posted February 26, 2003 I'm trying to install the Easy Populate contribution, and I've obviously got something wrong with my code, but I can't find it. In the installation instructions, it says to add a line to the admin/includes/boxes/catalog.php file. Here is what I put in there: '<a href="' . tep_href_link('easypopulate.php', '', 'NONSSL') . '" class="menuBoxContentLink">Easy Populate</a><br> I've looked and looked at it, and it looks exactly like what the instructions say to add, but when I go into my Admin, I get this error: Parse error: parse error, expecting `')'' in /home/hosting/public_html/catalog/admin/includes/boxes/catalog.php on line 27 Btw - the line I added is on line 26, the line it's referencing, line 27, was an existing line. Usually, I cut & paste these lines straight from the instructions, but the manual is a pdf file and it won't let me select it, so I had to hand-type it in. I'm sure I've screwed it up somewhere, but I can't find it, especially since I don't know much about php. Can anyone help me spot the problem? Valerie Quote www.knownworldweb.com Link to comment Share on other sites More sharing options...
floridagal Posted February 26, 2003 Share Posted February 26, 2003 You're just missing the closing '. Here's the full line from my catalog.php... '<a href="' . tep_href_link('easypopulate.php', '', 'NONSSL') . '" class="menuBoxContentLink">Easy Populate</a><br>'. Just add '. to the end of your line & you should be fine... 8) Quote Link to comment Share on other sites More sharing options...
valeriestw Posted February 26, 2003 Author Share Posted February 26, 2003 You ROCK!! Thanks so much, that did the trick! Valerie Quote www.knownworldweb.com Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.