-
Author
-
March 28, 2016 at 00:28 #112997fritzgyParticipant
Hi,
Can you suggest me any solution? I start install the KLEO4 demo theme based on your video: Quick install. Everythig was good until 10:25 of the video, when I try to view the /members-masonry/ page in frontend; I get “500 Internal Server Error”. I try this in backend too, but same.
I make some test and I see I get this error message at all Pages and Post pages too, when I try to view they.
I think this is a sytem problem (no .htacces file, NGINIX?), but I find an exeption! If a Page will be set to “Front page” at the /wp-admin/options-reading.php everything is OK, I can view it in frontend and backend too.
Best regards
Gyorgy
March 28, 2016 at 10:17 #113058fritzgyParticipantHi, The https://wordpress.org/plugins/nginx-helper/ soved my problem! Thank You!
March 28, 2016 at 13:32 #113070fritzgyParticipantI think the problem is Solved now.
Based on
https://www.howtoforge.com/community/threads/nginx-and-wordpress-permalink-settings.57477/#post-279968location / {
try_files $uri $uri/ /index.php?$args;
}# Add trailing slash to */wp-admin requests.
rewrite /wp-admin$ $scheme://$host$uri/ permanent;location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ {
expires max;
log_not_found off;
}March 28, 2016 at 18:45 #113148RaduModeratorHi,
Please follow this : https://codex.wordpress.org/Nginx
If you have a managed server you can ask hosting support to help you to setup your wordpress.
https://wordpress.org/support/topic/wordpress-permalinks-on-nginx
http://centminmod.com/nginx_configure_wordpress.htmlCheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 17:24 #113550RaduModeratorHi,
Can i mark the topic as resolved ? do you have solved your nginx config problem ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 19:08 #113632RaduModeratorThe wpml works with kleo, do you receive any error ? enable wp_debug and wp_debug_log to see that error do you receive
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 31, 2016 at 16:57 #113816RaduModeratorHi,
Please go to wpml forum they are more familiarized with the errors from their product : https://wpml.org/?s=%3A+__clone+method+called+on+non-object+in+wpml&search=forum
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 15:54 #114104RaduModeratorGreat,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 13, 2016 at 00:11 #116091AbeKeymasterHi there, that unfortunately should be handled by the plugin so you should consider extending the functionality or submitting a feature request to the plugin author.
All the best
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 23, 2016 at 08:55 #118543AbeKeymasterhi, that requires some customisations since that element wasn’t thought to be used like that. Try reaching a developer to help you with customisation needs.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.