Guest Posted March 9, 2004 Share Posted March 9, 2004 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') && ($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 More sharing options...
TomThumb Posted March 9, 2004 Share Posted March 9, 2004 Replace the && with && while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Guest Posted March 9, 2004 Share Posted March 9, 2004 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 More sharing options...
241 Posted March 9, 2004 Share Posted March 9, 2004 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! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted March 17, 2004 Share Posted March 17, 2004 That worked well, thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.