• Hey Guys,

    Okay, I have built a them on my LocalHost (instanWP_4.1 Iwpsever) and then drag / dropped it to my Godaddy WordPress Site and it crashed .. Sent me a 500 Internal Server Error.

    Spoke with Godaddy, they can’t see an issue. I need this theme working asap, as it’s for a product launch we have …

    Error Code:

    // Load TinyMCE Plugin
    require_once(eetheme_ADMIN . ‘/tinymce/tinymce.php’);
    // Load Custom Shortcodes
    require_once(eetheme_FUNCTIONS . ‘/shortcode.php’);

    Works when code is :

    // Load TinyMCE Plugin
    //require_once(eetheme_ADMIN . ‘/tinymce/tinymce.php’);
    // Load Theme Functions
    //require_once(eetheme_FUNCTIONS . ‘/theme-functions.php’);
    // Load Custom Shortcodes
    require_once(eetheme_FUNCTIONS . ‘/shortcode.php’);

    HELP!

  • The topic ‘Tinymce crashing my theme ?’ is closed to new replies.