• I recently tried to install the Extended Live Archive plugin. After uploading the files to the plugins folder, this error appeared over the list of the plugins in the plugins page.

    Warning: file(/…/blogg/wp-content/plugins/af-extended-live-archive/af-extended-live-archive.php): failed to open stream: Permission denied in /…/blogg/wp-admin/admin-functions.php on line 962

    Warning: implode(): Bad arguments. in /…/blogg/wp-admin/admin-functions.php on line 962

    This is line 962 in admin-functions.php:

    $plugin_data = implode('', file($plugin_file));

    The plugin didn’t show up in the list of plugins, and the only thing I could think of, was to make admin-functions.php writable by everyone (not anymore), but it didn’t work.

    As far as I now, I haven’t done anything to the admin-functions.php file

    Thus, what is wrong, and what can I do to make the plugin work?

    Thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you follow all the instructions carefully?

    There should be folder called af-live-archive in the wp-content/plugins directory. Not just the af-live-archive.php.

    If you are saying that it didn’t show up in the list of plugins, that means that you probably didn’t upload it properly.

    Thread Starter svele

    (@svele)

    All the files that are supposed to be there are where they are supposed to be. Triple checked.

    Really don’t know what’s causing the problem. I’m using the same plugin and it works fine. =/

    Why don’t you ask the orginial author?

    It is most likely a permissions issue. I had the same problem with livecalendar and found that the directory and all of the files included in it didn’t have read access. Try chmod 755 the directory and chmod a+r the files in it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extended Live Archive Plugin: Failed to Open Stream’ is closed to new replies.