• Resolved MadAxeman84

    (@madaxeman84)


    Hello,
    i have a blog with WordPress 3.0.5. When I’m trying to install this plugin I receive an error:

    Warning: require_once(/home/hotspotb/public_html/wp-admin/includes/class-wp-list-table.php) [function.require-once]: failed to open stream: No such file or directory in /home/hotspotb/public_html/wp-content/plugins/wp-rss-multi-importer/inc/ftp_list_table.php on line 6

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/hotspotb/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hotspotb/public_html/wp-content/plugins/wp-rss-multi-importer/inc/ftp_list_table.php on line 6

    Perhaps after WordPress update the problem will be solved. But this is a little bit difficult, because I made a lot of custom changes in wordpress theme (like translate, colors, margins, pictures etc.).

    Can you tell me is it possible to fix this without update?

    Thanks in advance!
    Best regards,
    Ivaylo

    http://ww.wp.xz.cn/extend/plugins/wp-rss-multi-importer/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Allen

    (@amweiss98)

    well, the problem here is that with wp 3.0.5 there is no way to use the table being created by the plugin (that requires an updated version of wordpress). Are you able to deactivate the plugin and then update WP…if you can do that you shouldn’t have a problem.

    Thread Starter MadAxeman84

    (@madaxeman84)

    Thanks a lot. I’ll try

    Plugin Author Allen

    (@amweiss98)

    hello…I think I found the problem for this…let me know if you haven’t solved this (I now think it’s not a problem with your version number).

    Thread Starter MadAxeman84

    (@madaxeman84)

    Hello,
    thank you for your help Allen.

    I did not try to update the WordPress version and the problem still persist.

    Plugin Author Allen

    (@amweiss98)

    ok…go into the template_functions.php file and find this line

    $path=str_replace(‘/inc/’,’/templates/’,plugin_dir_path( __FILE__));

    then delete that line and replace it with these 3 lines:

    $dirPath=plugin_dir_path( __FILE__);
    $dirPath = str_replace ( “\\”, “/”,$dirPath );
    $path=str_replace(‘/inc/’,’/templates/’,$dirPath);

    if you don’t know how to do this, contact me at

    http://www.allenweiss.com/contact
    and I’ll send you the file wit this change in it.

    Thread Starter MadAxeman84

    (@madaxeman84)

    Hello,
    i did this, but there is no effect. The error is the same:

    Warning: require_once(/home/hotspotb/public_html/wp-admin/includes/class-wp-list-table.php) [function.require-once]: failed to open stream: No such file or directory in /home/hotspotb/public_html/wp-content/plugins/wp-rss-multi-importer/inc/ftp_list_table.php on line 6

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/hotspotb/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/hotspotb/public_html/wp-content/plugins/wp-rss-multi-importer/inc/ftp_list_table.php on line 6

    Plugin Author Allen

    (@amweiss98)

    are you running the most updated version of my plugin and WordPress (at least 3.2)? If so, then I’m at a loss since the error message indicates there is no wp-list-table.php in your wordpress files or you don’t have any embededed function in the core wordpress files that renders tables…

    Thread Starter MadAxeman84

    (@madaxeman84)

    I’ll update WordPress to 3.5.1 this weekend. Then I’ll write here what is the effect

    Thread Starter MadAxeman84

    (@madaxeman84)

    Hello,
    I’m sorry, that I late with my answer. After updating WordPress to 3.5.1 everything is OK.

    Thanks

    Plugin Author Allen

    (@amweiss98)

    Great, also

    If the plugin is working for you, if you haven’t had a chance, take a second and rate the plugin by going to

    http://ww.wp.xz.cn/extend/plugins/wp-rss-multi-importer/

    It helps other people know whether they should try it or not.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Problem with installation with WordPress 3.0.5’ is closed to new replies.