-
Author
-
August 21, 2015 at 11:53 #74032
Riccardo Rossini
ParticipantOnce in members page we use the menu to switch among “new members..last acrive and alphabetichal order” we don’t have any result in the main list
August 21, 2015 at 12:03 #74033Riccardo Rossini
ParticipantMore, I can’t request friendship anymore or delete an image directly from the thumbnail
August 27, 2015 at 19:22 #74886Andrei
ModeratorPlease provide us more details about your issues, maybe some screenshots with the issues.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 28, 2015 at 00:59 #74973Riccardo Rossini
Participantabout friendship, in the first image I show what happens once I click on “add friend” (the button desappears) in the second image I show the same page after the refresh: the friendship request has not been sent. In the third image I show the dashboard>media. Grid view remains blank.
In the forth image I show also that once I select in member page a new list nothing appearsAugust 29, 2015 at 07:31 #75154Laura
ModeratorHello, that topic already exists and is yours https://archived.seventhqueen.com/forums/topic/error-in-friendship-end-media-view-in-dashboard
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2015 at 01:45 #75288Andrei
ModeratorYes @riccardo-rossini, please let’s keep the discussion in just one topic per issue.
Your issues seems to happen because of some sort of javascript issues, when javascript errors happen, often they break your entire page or site, I recommend you as well as Laura did, please deactivate your plugins one by one until you find the one that might produce errors.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2015 at 00:02 #76249Riccardo Rossini
ParticipantI did it and the guilty is WPBakery Visual Composer a foundamental plugin that started to block some button, for example, “load more” in our main page, try yourself please
September 5, 2015 at 19:38 #76312Andrei
ModeratorTry to leave Visual Composer activated while you try to deactivate other plugins, maybe you have some caching plugin which is misconfigured, those are the most common that produces such javascript errors.
So deactivate your plugins one by on until you manage to find the source of the issue. Also please be sure you didn’t made any modifications to the theme that might produce such issues.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2015 at 19:59 #76478Riccardo Rossini
ParticipantOk done. The conflict is between WPBakery Visual Composer and BuddyPress. If both are active I have the result you can see now in the site.
If I have both activated and I deactivate Taxonomy Metadata I recieve, once pushed the button “Load more” a list of this errors:Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 14656 bytes) in /home/rico/public_html/wp-includes/functions.php on line 384
These are the lines of the /home/rico/public_html/wp-includes/functions.php
382 function maybe_serialize( $data ) {
383 if ( is_array( $data ) || is_object( $data ) )
384 return serialize( $data );
…
// Double serialization is required for backward compatibility.
// See https://core.trac.wordpress.org/ticket/12930
// Also the world will end. See WP 3.6.1.
if ( is_serialized( $data, false ) )
return serialize( $data );return $data;
}September 8, 2015 at 19:22 #76618Andrei
ModeratorThere is no issue with those plugins or with wordpress, the errors are triggered because you have a memory usage limit on your hosting, please read the following article in order to up lift that limit: http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 8, 2015 at 20:00 #76625Riccardo Rossini
ParticipantI don’t arrive to find the php.ini file and if I add php_value memory_limit 64M in .htaccess I have a 500 error
September 8, 2015 at 20:02 #76626Andrei
ModeratorThen please contact your hosting support.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 8, 2015 at 22:37 #76651Riccardo Rossini
ParticipantI saw your tutorial, but two doubts: hoe is it possible that if I disable one of two plugins the “load more” button works? My php.ini file has 256M, larger than you suggested
September 8, 2015 at 22:44 #76652Andrei
ModeratorProbably your 256M limit doesn’t apply recursively over your entire site and it works just in the folder with the php.ini file. The behaviour you encounter is normal, as how disabling some plugins will lower the amount of memory needed to render your pages. Please note that this is not an issue of our theme, is just the way wordpress and it’s plugins work, as many as you activate as well you need to provide more resources.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 9, 2015 at 21:11 #76814Riccardo Rossini
ParticipantI’m waiting for a reply from my hosting service, in the meantime, just for curiosity, why if I set a larger pagination in rtMedia settings, photos are there? It drives me crazy! As a temporary solution I hidden the “load more” buttons and I set 200 images in homepage and 500 images in albums pages and I arrive to see all 500 photos! I tried also with 9999 images and it shows all the images into the albums.. Thanks
September 9, 2015 at 21:17 #76816Riccardo Rossini
ParticipantImean: what’s the difference beteween a unique page with all photos and pagination with, for example, 50 photos per page?
September 14, 2015 at 18:22 #77576Andrei
ModeratorProbably rtMedia plugin pre-loads all the images but only show you as many as you want, “per page”.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 14, 2015 at 18:24 #77578Riccardo Rossini
ParticipantOh sorry I didn’t update, testerday my hosting service updated my php memory from 92MB to 512MB and the site works perfectly. Thank you for your kind support
September 14, 2015 at 18:26 #77580Andrei
ModeratorI’m glad that everything was sorted out.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.