• Hello,
    Basically, when I go to the admin page, and then import, and click on any (such as RSS):

    I get the following error:
    Fatal error: Cannot redeclare class rss_import in /home………./rss.php on line 7

    I wonder where it has already been declared?
    Let me know.. thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    Unfortunately, I’ve the same problem on WP 2….and nobody talks about this issue…
    Did you find a solution ?

    Thanks and good luck…

    So, who knows the solution?

    i also have the problem ,and searched no solution,i guess it is the serve’s problem.

    any body can give us the solution?

    Yes it seems to be a bug with the directive __FILE__ in php.
    My webhoster (aquaray, OSX server) is waiting for a new code from php.net…

    I had to modify my config.php file to fix the cache issue, but now I can’t import RSS feeds….

    I’m searching again and again……
    Please, is there anybody to help us ???

    Just in case :
    I’m on the new release 2.0.1 of WordPress and the bug are not fixed….

    HELP !!!

    having the same issue

    Me too… And i am **NOT** copying and pasting every friggin news story into wordpress

    AprilRose

    (@aprilrose)

    I had the same problem with WordPress 2.0.2. As a matter of fact, all the import options gave a similar error.

    I modified wp-admin/admin.php.

    I only changed the following line (number 86):

    from:
    include(ABSPATH . “wp-admin/import/$importer.php”);

    to:
    include_once(ABSPATH . “wp-admin/import/$importer.php”);

    import worked fine after that.

    Is this still a problem?

    Yes! After changed my code in admin.php, I got another error.

    Fatal error: Cannot redeclare write_post() (previously declared in ../wp-admin/admin-functions.php:5) in ..//wp-admin/admin-functions.php on line 79

    Help Me Please.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Import RSS in WP 2.0’ is closed to new replies.