Notice: Undefined variable: joinTypeDd ???

peter.freedman

New Member
Hi All,

I did a joomla migration to a new server and I get the following errror:


"Notice: Undefined variable: joinTypeDd bla/bla/components/com_fabrik/fabrik_elements.class.php on line 959"

Any ideas what might be kicking this error?

Regards,
Peter
 
which version of fabrik are you using?
Also check if your fabrik connecion updated its self to your new servers database details

Cheers
Rob
 
That bug should have been fixed in the SVN code tree a while back. Here's the "history" of that bug from fabrik_elements.class.php:

Code:
		// $$$ hugh - this needs to move into the aJoinObjs loop,
		// $$$ so we can set the default
		// $joinTypeDd = html_content::makeTableJoinTypeDd( );
		// $$$ hugh - reinstated this call to build the default $lists[] dd (otherwise joinTypeDd is undefined)
		// but left the new call in the aJoinObjs loop to pick up selected values on existing dd's
		$joinTypeDd = html_content::makeTableJoinTypeDd( );
		$lists['jointypes'] = $joinTypeDd;

If you are running the 1.04 ZIP, you need to update to the latest SVN. See my sig for details.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top