Jump to content

Warning: implode() [function.implode]: Invalid arguments passed


fuad

Recommended Posts

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;
}

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.