-
Author
-
March 28, 2016 at 00:28 #112997
fritzgy
ParticipantHi,
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 #113058fritzgy
ParticipantHi, The https://wordpress.org/plugins/nginx-helper/ soved my problem! Thank You!
March 28, 2016 at 11:03 #113060fritzgy
ParticipantNot fully. The Permlinks not working, at all other themes too. If you have any idea please help me.
March 28, 2016 at 13:32 #113070fritzgy
ParticipantI 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 17:31 #113123fritzgy
ParticipantNo, no. At 13:20 on the video, I try to save the menu, but I get 504 Gateway Timeout Error after 60 sec. I set every timeout parameter 300s (there is no other 60s), but I get this error after 60s. I don’t find more 60s parameter, I leave NGINX…
March 28, 2016 at 18:45 #113148Radu
ModeratorHi,
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 13:29 #113497fritzgy
ParticipantThank You!
I leave LEMP version now.
I use Ubuntu 15.10 LAMP, with these setup only, KLEO4 demo is ok:PHP mode CGI, FCGI setup
1. PHP Maximum file upload size = 50M
2. PHP Maximum HTTP POST size = 50M
3. /etc/apache2/mods-available/fcgid.conf betenni:
FcgidMaxRequestLen 1073741824
4. WP wp-config.php insert
define(‘WP_MEMORY_LIMIT’, ‘128’);Gyorgy
March 30, 2016 at 17:24 #113550Radu
ModeratorHi,
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 18:55 #113629fritzgy
ParticipantHi,
I don’t try this at NGINX vesrsion too.
This setup have to UBUNTU 15.10 LAMP for KLEO4 working.
So it’s up too You.Gyorgy
March 30, 2016 at 19:06 #113631fritzgy
ParticipantI don’t solved my NGINX problem, I change it to Apache.
But what about WPML compatibility.
I try it but I get “blue screen”…March 30, 2016 at 19:08 #113632Radu
ModeratorThe 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 30, 2016 at 20:05 #113657fritzgy
ParticipantAfter I enabled the WPML plugin and refress the frontend, I get a clear screen with this message:
Fatal error: __clone method called on non-object in /var/www/clients/client1/web2/web/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 2942March 31, 2016 at 16:57 #113816Radu
ModeratorHi,
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 01:01 #113956fritzgy
ParticipantHi, I solved this problem. I start again the wp install from the begining, and install all plugins (WPML too) before install the theme and demo. This was better method. If I install the WPML the end of all install I get this error.
April 1, 2016 at 15:54 #114104Radu
ModeratorGreat,
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 11, 2016 at 11:18 #115574fritzgy
ParticipantHi Radu,
I have a technical question in BuddyPrees – GeoDirectory inetgration in KLEO4.
The Listing of GeoDirectory elements (demo Places) under a BuddyPress Member is solved by the KLEO4.For example: http://vicehazmester.hu/tagok/viceuser0/listings/
viceuser0 is a User and Member of a BuddyPrss group.Wahat about can I make same Listing under a BudiPress Group too? In this case we can see the Listings aranged to all of Users who are Memebers in the Group?
For example here: http://vicehazmester.hu/groups/xiii-budapest-gomb-u-44/listings/
where xiii-budapest-gomb-u-44 is a BuddyPress groupThank You
April 13, 2016 at 00:11 #116091Abe
KeymasterHi 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 solutionApril 15, 2016 at 12:55 #116808fritzgy
ParticipantThank You! Can you tell me how can I place menu elements of Godirectory other than the default main Nav menu? For example to the Top Menu.
April 20, 2016 at 13:45 #117851fritzgy
ParticipantHi,
Can you help me? It is possible to modify Ajax Search appearance inside a Revolution Slider?
I would like if Ajax Search popup (of found elements) will be above the content under the Slider, instead of behind it.Best Regards,
GyörgyApril 23, 2016 at 08:55 #118543Abe
Keymasterhi, 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.