Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: parse error in /home/mysite/public_


Guest

Recommended Posts

Parse error: parse error in /home/ningwakw/public_html/store/catalog/admin/orders.php on line 110

 

here is the code for line 110

<?php
 if ( ($HTTP_GET_VARS['action'] == 'edit') &amp;&amp; ($order_exists) ) {
   $order = new order($oID);
?><tr>

 

I removed the blank spaces at the end of the whole script and still i get the error, and i can't find the error here in this code.

Any help would be appreciated.

Link to comment
Share on other sites

thanks, it worked well, then i got stuck down the page a little lower...

 

Fatal error: Call to undefined function: tep_array_merge() in /home/mysite/public_html/store/catalog/admin/orders.php on line 346

 

 

 

line 346 is...

                <td class="smallText" align="right"><?php echo HEADING_TITLE_STATUS . ' ' . tep_draw_pull_down_menu('status', tep_array_merge(array(array('id' => '', 'text' => TEXT_ALL_ORDERS)), $orders_statuses), '', 'onChange="this.form.submit();"'); ?></td>

Link to comment
Share on other sites

change all instances of

tep_array_merge

 

to

 

array_merge

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...