JORGE. I have no clue man.
We just uploaded to bluehost.com and it works. Seems to be a godaddy issue. I can’t figure it out .. and the dude from ODESK is lost too I think .. Ha.
Code in Function.php which is creating issues.
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');
————————————————————
This is the tinymce.php file.
[Code moderated as per the Forum Rules. Please use the pastebin]