Import CSV

alanstylez

Member
I am running OSX Server with (as far as I can tell) all the most updated software (OSX 10.8.2, Apache/2.2.22 (Unix) PHP/5.3.15 with Suhosin-Patch mod_wsgi/3.3 Python/2.7.2 mod_ssl/2.2.22 OpenSSL/0.9.8r DAV, Joomla 3.0 and Fabrik 3.1, updated from github on 21jan13).

When I try to import a .csv file, I get the following error:

Fatal error: Call to undefined method JFactory::getAppplication() in /[censored]/components/com_fabrik/models/importcsv.php on line 234

As you probably already know, the context around that line is:

protected function getFormData()
{
$app = JFactory::getAppplication();
$filter = JFilterInput::getInstance();
$post = $filter->clean($_POST, 'array');
return $app->input->get('jform', $post, 'array');
}

How do we fix this?
 
woops - typo Application only has two p's - should be fixed now in github
 
I downloaded from Github this morning, and got the same error. I don't know if this is the one you found, but I found one around line 230, which I fixed, and it worked fine.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top