This topic has 20 replies, 3 voices, and was last updated 9 years by Abe.

  • Author
  • #112997
     fritzgy
    Participant

    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

    #113058
     fritzgy
    Participant

    Hi, The https://wordpress.org/plugins/nginx-helper/ soved my problem! Thank You!

    #113060
     fritzgy
    Participant

    Not fully. The Permlinks not working, at all other themes too. If you have any idea please help me.

    #113070
     fritzgy
    Participant

    I think the problem is Solved now.
    Based on
    https://www.howtoforge.com/community/threads/nginx-and-wordpress-permalink-settings.57477/#post-279968

    location / {
    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;
    }

    #113123
     fritzgy
    Participant

    No, 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…

    #113148
     Radu
    Moderator

    Hi,

    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.html

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #113497
     fritzgy
    Participant

    Thank 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

    #113550
     Radu
    Moderator

    Hi,

    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 solution
    #113629
     fritzgy
    Participant

    Hi,

    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

    #113631
     fritzgy
    Participant

    I don’t solved my NGINX problem, I change it to Apache.
    But what about WPML compatibility.
    I try it but I get “blue screen”…

    #113632
     Radu
    Moderator

    The 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 solution
    #113657
     fritzgy
    Participant

    After 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 2942

    #113816
     Radu
    Moderator

    Hi,

    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 solution
    #113956
     fritzgy
    Participant

    Hi, 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.

    #114104
     Radu
    Moderator

    Great,

    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 solution
    #115574
     fritzgy
    Participant

    Hi 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 group

    Thank You

    #116091
     Abe
    Keymaster

    Hi 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
    #116808
     fritzgy
    Participant

    Thank 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.

    #116809
     fritzgy
    Participant

    sorry, pls clear my previous ask

    #117851
     fritzgy
    Participant

    Hi,

    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örgy

    #118543
     Abe
    Keymaster

    hi, 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
Viewing 21 posts - 1 through 21 (of 21 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?