Forums

Join
bbPress Support ForumsInstallationplugins in my-plugins not installing

Info

plugins in my-plugins not installing

  1. While I am going through this process of converting SMF to bbPress I am trying to install some plugins but have run up against a problem. For single file plugins there is no problem they can be activated. The problem comes when trying to activate a plugin in its own folder ie:

    /my-plugins/
    ----/some-plugin/

    The same applies as well to the base bb-plugin folder.

    Any suggestions on how to fix this would be greatly appreciated.

    I should note that this is an install running on a Win Server with all the PHP/MySQL goodies installed.

  2. What are the permissions of the folders in your /my-plugins/ folder?

  3. being a Win Server the permissions are 755 IIRC. As I said if it is a single file plugin and dropped in the my-plugins folder there is no problem activating them the problem only occurs when it is a plugin in a self-contained folder dropped into the my-plugins folder (see screencap http://screencast.com/t/OTNiZGNlND )

  4. What version of bbPress are you using? 1.0 and up have a fix for this.

  5. First off I figured out what the problem is. It seems that when you have a self-contained plugin folder installed into the bb-plugins and my-plugins folder the link to that plugin in the Admin area to active (and I imagine de-activate) has a double backslash between the plugin folder name and the actual file

    Example:
    .... plugins.php?plugin_request=all&action=activate&plugin=user%23smiley-choice\\bb-schoice.php&_wp ....

    as you can see there is a double backslash between the 'smiley-choice' folder name and the actual file 'bb-schoice.php.

    Now @Nightgunner5 I had a look at the patch file code .. my question is what file is this added to?

  6. You must log in to post.