Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
SDT Posted May 4 Posted May 4 Dear Team , we are getting this error on our home page with 500 internal server error CONTENT; return $return; } function embedInternal( $html, $js ) { $return = ''; $return .= << CONTENT; $return .= \IPS\Theme::i()->getTemplate( "global", "core", 'global' )->includeMeta( ); $return .= <<getTemplate( "global", "core", 'global' )->includeCSS( ); $return .= << var ipsDebug = CONTENT; if ( ( \IPS\IN_DEV and \IPS\DEV_DEBUG_JS ) or \IPS\DEBUG_JS 😞 $return .= << CONTENT; if ( \is_array( $js ) 😞 $return .= << CONTENT; endforeach; $return .= << bodyClasses as $class 😞 $return .= <<application 😞 $return .= <<module 😞 $return .= <<controller, ENT_QUOTES | ENT_DISALLOWED, "> {$html}
Jim M Posted May 4 Posted May 4 This looks like a template file being executed incorrectly. What is the 500 Internal Server Error which you are receiving?
Marc Posted May 6 Posted May 6 I would also advise testing this on a default unaltered theme, and ensure you are upgraded to the latest release of the platform. At present you are quite a way behind on your updates.
Recommended Posts