-
Author
-
March 13, 2018 at 16:32 #191579tchaveParticipant
Hi , ty for your perfect jobs , i have a recurrent problem after 5 times full install with the tuto , in my profil i can’ t upload my personnal picture but can upload photos on album , with this problem i can’t write in activity , all options and rules same of the tuto i find here ; regards David
Attachments:
You must be logged in to view attached files.March 14, 2018 at 19:18 #191735RaduModeratorHi,
In first place try to update theme and plugins if they aren’t, if the issue persists, de-activate child theme and all plugins excluding buddypress.
If persists please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 14, 2018 at 20:59 #191764tchaveParticipantHi , ty for support , have make first method : >>de-activate child theme and all plugins excluding buddypress.
result : nothing happens to resolve problem , after have make debug command , reactivate all plugins and reinstall main theme , after solved , ok to update profil and write message in general tchat and can accept friends demand . now i have this when log in on all account test : (perhaps debug command)
Notice: Undefined offset: 97 in /home/trouvonssi/www/wp-content/plugins/bp-profile-search/bps-templates47.php on line 20
Notice: Trying to get property of non-object in /home/trouvonssi/www/wp-content/plugins/bp-profile-search/bps-templates47.php on line 20
exept this line all are ok i hope 😉
Attachments:
You must be logged in to view attached files.March 14, 2018 at 23:58 #191778tchaveParticipantall are ok now , ty for support , suggest you add geo localisation add in theme for the top 🙂 regards
March 15, 2018 at 16:30 #191866RaduModeratorHi,
the notices cannot cause the upload issue, try to look in server error log if there it’s something, if you cannot locate it you can ask the hosting support about that.
Did you encounter the same using default wp theme right ?
You can switch off the debug if only those notices are in it.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.