I am able to install the files on my server under the 'plugins' directory but in my wordpress blog when I click on “Options –> Wordbook” it takes me to this error page:
Warning: main(/wp-content/plugins/wordbook) [function.main]: failed to open stream: Success in /wp-admin/admin.php on line 69
Warning: main(/wp-content/plugins/wordbook) [function.main]: failed to open stream: Success in /wp-admin/admin.php on line 69
Warning: main() [function.include]: Failed opening ‘/wp-content/plugins/wordbook’ for inclusion (include_path=’.:/usr/local/lib/php’) in /wp-admin/admin.php on line 69
I found the line that is throwing the error:
include(ABSPATH . "wp-content/plugins/$plugin_page");
I have no idea what that means? I did notice that “pluggable.php” was missing but I have a “pluggable-functions.php” so I renamed the setting in wordbook.php to that file instead just to get this far!
I tried earlier versions of the plugin as well and noticed that my wordpress user cannot create tables in mysql??? I can create posts, categories just fine, but for some reason I cannot create the tables in my wordpress database via the wordpress blog panel. If I go through phpmyadmin, I can create the missing tables manually but the user is different from the one I log into my wordpress blog.
Help!
I am using:
* Wordbook PHP API: PHP5
* WordPress: 2.5
* PHP: 5.2.3
* MySQL: 5.0.16