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; } Link to comment https://forums.phpfreaks.com/topic/223849-warning-implode-functionimplode-invalid-arguments-passed/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.