Jump to content


Corporate Sponsors


Latest News: (loading..)

Parse error


2 replies to this topic

#1 EthelHurt

  • Community Member
  • 23 posts
  • Real Name:Ethel Hurt

Posted 08 September 2010, 15:01

Hello.

Up until last week, I've been using the plain credit card module to receive payment information at our store site. I tried installing the Authorize.net AIM module and got all kinds of errors when it came to the order proccessing. I followed the procedures in the documentation but still came up with errors. I decided to turn off the module until I could get it to working properly, but now am having the following problem.


Parse error: syntax error, unexpected $end in /mnt/w0224/d15/s18/b0114258/www/estore/catalog/admin/orders.php on line 441

I cannot view any orders. No pending, no proccessing, no delivered. I always come up with the above error.

This is what lines 430 thru 441 look like:

<!-- body_text_eof //-->
</tr>
</table>
<!-- body_eof //-->

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
<!-- footer_eof //-->
<br>
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>


Any thoughts, anyone?

Ethel

#2 FWR Media

  • Community Member
  • 6,463 posts
  • Real Name:Robert Fisher
  • Gender:Male
  • Location:Stowmarket - Suffolk - UK

Posted 08 September 2010, 15:47

The parse error is not the code you are showing.
Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls

KissMT Dynamic SEO Meta & Canonical Header Tags

KissER Error Handling and Debugging

If you found my post useful please click the green + sign to the right

Please only PM me for paid work.


#3 EthelHurt

  • Community Member
  • 23 posts
  • Real Name:Ethel Hurt

Posted 08 September 2010, 18:43

Thanks for the input. I was able to fix my problem by going back into the oscommerce file I downloaded to my hard drive and finding the orders.php file and replacing the one on my server with it.

Ethel



View PostFWR Media, on 08 September 2010, 15:47, said:

The parse error is not the code you are showing.