Forum Replies Created
-
I’d like to implement Jcrop before 2.8, but I’m not sure where the code should go… or is there a Plugin that could do this?
The HTML folder is the same owner as blog.dir, as is the whole of the tree.
I’m on a virtual dedicated server actually. I have three other setups working completely fine on the same box though.
I tried the change to .htaccess but that didn’t work either :-s
Yep WPMU was working fine before adding BP. As I mentioned above, I have other installations of WPMU/BP up and running without this issue.
Cheers
Right then… I’ve de-activated all the plugins and switched to the skeleton theme and tried again but I get the same error message.
I don’t get it.
Any ideas?
1. 777 and owner is the username of the FTP account.
2. I’m getting “Directory index forbidden by Options directive: /var/www/html/
3. No, it’s live now so doing so isn’t exactly ideal. I’ll take it down for a time tonight though and do that to see if it helps.
Thanks!
Thanks Lance, that sorted it!
It was the second part – the location of bp-custom.php.
Cheers, Phil
IIRC?
Yep, I’ve gone through owner and permissions for blogs.dir, wp-content, wp-content/uploads and others as suggested by the post I linked to, but none of those worked.
Cheers
Hi Erwin. I’ve just installed 0.58 on BP 1.0 and WPMU 2.7.1 and whenever I try to create an event I get the error message, “There was an error saving event details. Please try again.”
Any ideas?
Hope someone can help me… I’m tearing my hair out!
I’ve created buddypress-xxx.po and .mo files, put them in both /wp-content/plugins/buddypress/languages and /wp-content/mu-plugins/bp-languages
I’ve also added the following code to /wp-content/plugins/buddypress/bp-custom.php:
Code:// Activate the custom terminology for DevelopaDream
define( ‘BPLANG’, ‘developadream’ );
if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-‘ . BPLANG . ‘.mo’ );
}Despite that, I’m still not getting any change in language on the site at all.
Am I missing something?
I have this problem… triggered by the bp-events plugin (version 1.0).
1. WPMU v2.7.1
2. The WPMU site
3. BP v1.0
4. Nope
5. Nope
I installed bp-events v0.57 following the instructions in the Readme (I downloaded from here: http://www.erwingerrits.com/?page_id=799). When I activated that version it was fine. Then I used the automatic upgrade feature which said v1.0 was available.
Upon re-activation I received the above message, like Mariahneu.
I’ll roll back to 0.57 anyway, but any ideas?
Right, that\’s interesting.
I\’m thinking now along just having a on/off setting for user\’s that identifies them as a \’special\’ member. This would involve a checkbox on the user page visible only to Admins and then some kind of conditional tag for dynamically altering the theme (e.g. adding a star next to a member\’s name).
Any thoughts?
Edit: in fact, this could be done with WP’s usermeta functions maybe?
That sounds good, thanks.