fuad Posted January 9, 2011 Share Posted January 9, 2011 Hello, Just installed the AEC component on Joomla 1.5.22. It's giving me the following error now: "Warning: implode() [function.implode]: Invalid arguments passed (path to the php file) on line 1005". No idea what went wrong. Can someone please advise? Where first line below is the line 1005. Thanks in advance! if ( !empty( $actionsarray ) ) { foreach ( $actionsarray as $aid => $a ) { if ( is_array( $a ) ) { $link = AECToolbox::deadsureURL( sprintf( $invoiceactionlink, $a['task'], $a['add'] ), $ssl ); $insert = ''; if ( !empty( $a['insert'] ) ) { $insert = $a['insert']; } $actionsarray[$aid] = '<a href="' . $link . '"' . $insert . '>' . $a['text'] . '</a>'; } } $actions = implode( ' | ', $actionsarray ); } else { $actions = ' - - - '; } $invoices[$invoiceid]['actions'] = $actions; } Quote 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.