Page 1 of 1

Import Data : Generic RSS Import always uses wpxrss

Posted: Mon Sep 08, 2008 8:17 pm
by tonyn
Administration : Import Data : Generic RSS Import always uses wpxrss, due to an incorrect test in include/admin/importers/generic.inc.php import() of the "wpxrss" radio button. It tests for non-empty but should test for non-"false". This also causes importing to require PHP >= 5.0, rather than 4.3.0.

Re: Import Data : Generic RSS Import always uses wpxrss

Posted: Mon Sep 08, 2008 8:25 pm
by garvinhicking
Hi!

Thank you for this report; indeed it is true. :(

A fix for this has already been committed to our SVN repository, and I hope we will soon be able to either release 1.4 or a new 1.3.2 maintenance release.

Best regards,
Garvin

Posted: Tue Sep 09, 2008 1:47 am
by tonyn
FWIW, the other radio button on the page uses serendipity_get_bool() instead of serendipity_db_bool(). I don't know which is right, or if both are right.