Forum Replies Created
-
Author
-
USParticipant
I thinks there’s another issue at hand – seems to have happen on this latest 2,2 version
USParticipantThat file exists
chmod is 644 chown is the same as the entire site
Pass plug turned off, which has zero bearing on our issue anyways
USParticipantHere’s another error hiding at the bottom of the page
`
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method sidebar_generator::edit_form() should not be called statically in /home/wordpress/public_html/wp-includes/plugin.php on line 429
`
USParticipantIm running a stock version of your theme – no other plugs are turned except for the ones your theme calls for
Gives a 403 forbidden
Permissions appear fine (all 644s and 755s) and ownerships are all owned by wordpress
Im lost at this pointHere’s the slew of debugs errors
`
Notice: Constant BP_GROUPS_SLUG already defined in /home/wordpress/public_html/wp-content/plugins/bp-custom.php on line 20Strict Standards: Only variables should be assigned by reference in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-loader.php on line 602
Strict Standards: Declaration of BP_Settings_Component::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198
Strict Standards: Declaration of BP_Settings_Component::includes() should be compatible with BP_Component::includes($includes = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198
Strict Standards: Declaration of BP_Settings_Component::setup_nav() should be compatible with BP_Component::setup_nav($main_nav = Array, $sub_nav = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198
Strict Standards: Declaration of BP_Settings_Component::setup_admin_bar() should be compatible with BP_Component::setup_admin_bar($wp_admin_nav = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-settings/bp-settings-loader.php on line 198
Strict Standards: Declaration of BP_Group_Member_Query::get_include_ids() should be compatible with BP_User_Query::get_include_ids($include = Array) in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 1182
Strict Standards: Redefining already defined constructor for class BP_Groups_Widget in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php on line 26
Strict Standards: Non-static method BP_XProfile_ProfileData::get_value_byid() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-functions.php on line 175
Strict Standards: Non-static method BP_Core_User::get_core_userdata() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-members/bp-members-functions.php on line 161
Strict Standards: Non-static method BP_Groups_Member::total_group_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php on line 513
Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-template.php on line 333
Strict Standards: Non-static method BP_Friends_Friendship::get_friendship_request_user_ids() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-friends/bp-friends-functions.php on line 212
Strict Standards: Non-static method BP_Groups_Member::get_invites() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php on line 638
Strict Standards: Non-static method BP_Messages_Thread::get_inbox_count() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-messages/bp-messages-functions.php on line 216
Strict Standards: Non-static method BP_Core_Notification::get_all_for_user() should not be called statically in /home/wordpress/public_html/wp-content/plugins/buddypress/bp-members/bp-members-notifications.php on line 86
`
USParticipantAdding doesn’t help:
COPY CODE<?php // Access WordPress $wp_load = “wp-load.php”; $count = 0; while(!file_exists($wp_load)) { $count++; if ($count > 12) { break; } $wp_load = ‘../’ . $wp_load; } if (file_exists($wp_load)) { require_once(realpath($wp_load)); } ?>
PLEASE NOTE: I tried with and without `?>’
USParticipantAdding doesn’t help:
`
<?php// Access WordPress
$wp_load = “wp-load.php”;
$count = 0;
while(!file_exists($wp_load)) {
$count++;
if ($count > 12) {
break;
}
$wp_load = ‘../’ . $wp_load;
}if (file_exists($wp_load)) {
require_once(realpath($wp_load));
}?>
`
PLEASE NOTE: I tried with and without `?>’
USParticipantSame here – I tried turning off my plugs and still the same problem : (
George you find a solve or the conflict?
October 28, 2013 at 09:11 in reply to: Globally change all references to 'Men' and 'Women' to 'Fans' and 'Bands" #5241USParticipantGood to know – it can be confusing for users
October 26, 2013 at 07:23 in reply to: Globally change all references to 'Men' and 'Women' to 'Fans' and 'Bands" #5160USParticipantbump
USParticipantThank you, yes this indeed does fire off a modal. However it throws it very down on the page.
FYI: I placed this snippet inside a post: here’s the tester:
http://cyco.io/hello-world/This is especially poor if on a small screen – it will actually go right off the page…
Your insight is much appreciated on this – thx for your time so far : )
October 25, 2013 at 03:17 in reply to: Globally change all references to 'Men' and 'Women' to 'Fans' and 'Bands" #5102USParticipantHere’s one for starters
http://cyco.io/tmp/2013-10-24at19.10.13.pngUSParticipantFollowed this method using the html class approach and the modal would not render… can you provide proof of concept here on how to place a modal into a “post” please
October 25, 2013 at 00:05 in reply to: Globally change all references to 'Men' and 'Women' to 'Fans' and 'Bands" #5075USParticipantThis answer doesn’t appear to account for all other uses on ‘men’ and ‘women’
Please advise how to globally change these fields. I have these changes in the profile fields but ‘men’ and ‘women’ field persist in many other places in your theme
can you be more precise with you answer please?
-
AuthorPosts