Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #231425

    I have a fresh WordPress install (3.8) and I have uploaded the theme to the /wp-content/themes folder. I have tried both the FTP and Admin upload methods. Both methods successfully install the theme without error and it shows up properly within the Appearance/Themes admin selection screen. However, when trying to Preview or Activate the theme I receive a White Screen with the following error

    “The server closed the connection without sending any data.”

    I have validated that my WordPress memory is set properly:
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    I have turned on debug:
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG’, false );

    I have tried to download the files again both (full and WordPress only) and different browsers. I have installed other themes successfully before and I am not having any issues with the default WordPress themes.

    Am I missing something?

    #231612

    Hi infinweb!

    Looks like a server side error. Please contact your host. Have you tried activating other themes?

    Cheers!
    Ismael

    #231713

    I will certainly check with my host, but not sure if there is a lot they will be able to tell me. It is a VPS server that I have hosted, installed and managed several other wordpress sites, themes, etc. with the same server and settings. Also to be clear, I have successfully installed other themes in the same WordPress install that is having issues with Enfold.

    #231752

    Also, one thing I noticed that is different than other themes I have installed is that all of the theme files appear to be encrypted. Is that normal?

    #231767

    Okay, looks like I found the culprit for the issue…

    My server had eaccellerator installed which was unable to handle the theme’s php requests. The error itself was not that helpful, but I am including it in case anyone else has the same issue

    ——
    child pid 2575 exit signal Segmentation fault (11)
    ——

    #231772

    Hey!

    Glad you figured it out and thanks for sharing your solution! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Theme Install – Unable to Preview or Activate’ is closed to new replies.