Forum Replies Created
-
Author
-
valuser
ParticipantI think the typo is at line 97 of http://yourdomain.com/wp-content/themes/kleo/lib/menu-items.php
though as its a core file of the theme perhaps better that mod confirms this!
must have been very tired — bellow should be below
December 8, 2014 at 01:37 in reply to: Buddypress – whats-new-options – ajax no show on one server #38091valuser
ParticipantFrom my experience i would also say it IS confined to wpengine.
But this could harm your sales – hopefully not.
Anyway thanks for the fix and so quick on a Sunday!!!!
December 8, 2014 at 01:24 in reply to: Buddypress – whats-new-options – ajax no show on one server #38089valuser
ParticipantAgain many thanks for your help.
The insert to functions.php solved it.
Would really appreciate it that you might notify me of a change (if it comes about) that doesn’t require this insert into the theme. ??
However FYI I append a short history of this issue from my perspective.
(not a coder- but really excellent at copying and pasting)My encounter with this error pre-dated (mid Sept 14) the notice you got and solved/provided fix in Oct 14 in this topic
Attachment and Post Buttons for “What’s new posts” on groups were hidden
(https://archived.seventhqueen.com/forums/topic/attachment-and-post-buttons-for-whats-new-posts-on-groups-were-hidden).Through trial and error I had narrowed it down to a server issue.
I then tested Kleo on buddypress test sites on Bluehost (single site), Siteground (multisite/multinetwork), Hosting Ireland (multisite/multinetwork) and on Hostgator (multisite/multinetwork – now taken down)
There were no signs of this error (as far as i could tell) on these servers.
Some of these are on very very low cost standard shared hosting and “memory issues” surely would have arisen ?????
I did put a ticket down on your site on Sept 29 2014 https://archived.seventhqueen.com/forums/topic/buddypress-error-problem-on-one-serverhost-only.
Unfortunately it wasn’t picked up by one of the SeventhQueen Moderatorss. No worries.
I then contacted support at wpengine.
The reply from wpengine was
1)
I’ve taken a look into this issue, and from what I can see, it appears to be an issue with BuddyPress. The caching on the page is fully disabled, and there is only one error popping up consistently in the error log. Could you provide this to BuddyPress to see if they are aware of why this might be occurring on a small install?
[Sun Sep 28 03:22:31 2014] [error] [client 66.162.212.19] WordPress database error Out of memory (Needed 4194276 bytes) for query SELECT COUNT(DISTINCT b.blog_id) FROM wp_bp_user_blogs b LEFT JOIN wp_blogs wb ON b.blog_id = wb.blog_id WHERE wb.deleted = 0 AND wb.spam = 0 AND wb.mature = 0 AND wb.archived = '0' AND user_id = 1 /* From [dogdrill.com/activity/] in [/nas/wp/www/cluster-1717/dogdrill/wp-content/plugins/buddypress/bp-blogs/bp-blogs-classes.php:322] */ made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, bp_init, do_action('bp_init'), call_user_func_array, bp_setup_nav, do_action('bp_setup_nav'), call_user_func_array, BP_Blogs_Component->setup_nav, bp_get_total_blog_count_for_user, bp_blogs_total_blogs_for_user, BP_Blogs_Blog::total_blog_count_for_user2)
As for the issue with the memory limit on the server, this is unfortunately a limitation on the server here.
Since our server is configured to stop the sites set up on it from running anything that could impact the performance we wish to give to our customers.The best option moving forward on our platform is to optimize that function to use less memory. I would recommend contacting the developer to see if we can get some information from them as to how that can be done.
I then posted this topic on the buddypress forums
https://buddypress.org/support/topic/buddypress-error-problem-on-one-serverhost-only/#post-202159There was a good response from the moderators and contributors etc but no solution.
I left it there until i contacted you again on this ticket.
Now am really thrilled that there is a fix for it but there is also a little niggling worry, hopefully unfounded, “Is Kleo a memory hog???”
Is Kleo with buddypress so resource intensive that some hosts just won’t tolerate it ??
December 7, 2014 at 13:36 in reply to: Buddypress – whats-new-options – ajax no show on one server #37978valuser
Participantthanks so much
December 7, 2014 at 13:22 in reply to: Buddypress – whats-new-options – ajax no show on one server #37972valuser
ParticipantSuperAdmin Login
username: bingo
password: Ckktmk1234!December 7, 2014 at 13:22 in reply to: Buddypress – whats-new-options – ajax no show on one server #37971valuser
Participantuser:seven
password:8hYnKH11Sb91December 7, 2014 at 13:14 in reply to: Buddypress – whats-new-options – ajax no show on one server #37968valuser
Participantadded file in different format
valuser
ParticipantMany thanks for your response and support.
In the meantime i have replicated a successful implementation on two other servers (bluehost & hostingireland) both in basic standard very cheap shared hosting.
However the latest response from a very considerably moe expensive wpengine is
As for the issue with the memory limit on the server, this is unfortunately a limitation on the server here. Since our server is configured to stop the sites set up on it from running anything that could impact the performance we wish to give to our customers.
The best option moving forward on our platform is to optimize that function to use less memory. I would recommend contacting the developer to see if we can get some information from them as to how that can be done.
Please let us know if you have any other questions!
Thank you and have a great day!
September 8, 2014 at 21:34 in reply to: Unnecessary border appears around a panel containing a youtube video #28042valuser
ParticipantHave solved this.
valuser
ParticipantTo activate Buddypress Moderation successfully see http://wordpress.org/support/topic/fatal-error-can-not-activate
Change the following at wp-content/plugins/bp-moderation/bpModLoader.php on line 119
COPY CODEfunction call_activate() { $this->call_installer('activate', func_get_args()); }to
COPY CODEfunction call_activate() {$fargs = func_get_args(); $this->call_installer('activate', $fargs ); }valuser
ParticipantHi,
put theme on a TEST Site online
To see issue
click Share on http://www.trulysuperb.com/2013/11/18/well-2/
valuser
ParticipantThank you.
Did take a look at bp profile search and it does work well with your theme.
In the end though, because your theme is so well written, a more suitable (for me) was just a new page “Special Members”
Where the condition is “special”
I did this as follows:-
1) putting the condition in a new loop — special-members-loop.php
in
kleo-child/buddypress/members/special-members-loop.php2) then making a new page “Special Members”
3) copying kleo/buddypress/members/index.php to the new page “Special Members”
4) calling special-members-loop.php from that page (towards the end) a la
COPY CODE<div id="members-dir-list" class="members dir-list"> <?php bp_get_template_part( 'members<strong>/special</strong>-members-loop' ); ?> </div><!-- #members-dir-list -->the ‘snazzy’ treatment for the blogs page would complete the theme (i think anyway)
Cheers
valuser
ParticipantThanks for reply.
Yes – i have css in the child theme that may have interfered.
Fixed/Resolved
with
COPY CODE#buddypress ul.item-list li { min-height: 100px !important; } #blogs-list .action .meta {margin-top: 50px !important}In a future version do you intend giving this page (blogs) the (for want of a better word) Javascript treatment so that it appears all “snazzy” like the “Members” and the “Groups” pages ?
Also some guidance on how to base a page on say the members loop but filtered by a conditional profile field.
ie Members with (say) profile field gender = male
valuser
Participantmust correct my plus one
for me this was ONLY happening on trunk versions of wp 4.0 and bp trunk 8503
On stable versions (ie wp 3.9.1 & bp 2.0.1) this is not happening (for me) – so my previous +1 is not valid
-
AuthorPosts