• Resolved madguy000

    (@madguy000)


    I use WP 3.0.1, and I encountered the following when I clicked the “activate” button. The WP is installed on an apache server running php5.

    Warning: include_once(/usr/local/wordpress/wp-content/plugins/wp-table-reloaded/controllers/controller-admin.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/wordpress/wp-content/plugins/wp-table-reloaded/wp-table-reloaded.php on line 55

    Warning: include_once() [function.include]: Failed opening ‘/usr/local/wordpress/wp-content/plugins/wp-table-reloaded/controllers/controller-admin.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /usr/local/wordpress/wp-content/plugins/wp-table-reloaded/wp-table-reloaded.php on line 55

    Fatal error: Class ‘WP_Table_Reloaded_Controller_Admin’ not found in /usr/local/wordpress/wp-content/plugins/wp-table-reloaded/wp-table-reloaded.php on line 56

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    this sounds as if not all files of the plugin were installed correctly.

    Can you try re-installing the plugin again?
    How did you install the first time? Automatic installation or manual file upload? Maybe you forgot a few files during that process?

    Regards,
    Tobias

    Thread Starter madguy000

    (@madguy000)

    Hi Tobias

    I unzipped the downloaded file to my local machine and uploaded the resulting folder as is to the plugins directory via ftp. I didn’t change any read write access controls to the folder as well.

    After that, I tried activating it, which gave that error. the files that I got in the unzipped folder are

    index.php
    readme.txt
    wp-table-reloaded.php

    Hope this info is enough.

    Thanks!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    besides those three files, there are several folders in the zip file, which also need to be uploaded to your server (e.g. “css”, “admin”, “classes”, “js”, “languages”, and so on).
    Just the three files is not enough.

    I just had a look at the official zip file again, and everything is included there. So maybe the file you downloaded is corrupted, or your unzipping tool did not work.

    Besides trying again manually, I recommend to simply try the automatic installation, from within your WordPress admin area. Just search for “wp-table-reloaded” on the “Plugins” screen and you should not have to deal with zip files and uploading.

    Best wishes,
    Tobias

    Thread Starter madguy000

    (@madguy000)

    Thanks Tobias, I will try installing again.

    Thread Starter madguy000

    (@madguy000)

    It worked. Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] WP_Table Reloaded = Fatal error, cant activate’ is closed to new replies.