Marcin Seroczynski Posted April 27, 2016 Share Posted April 27, 2016 Hi! I have problem with update my IPS 4.1.10 to version 4.1.11. In my PA I have this error: " Fatal error: Access to undeclared static property: IPS\Theme::$defaultThemeSet in /home/###/domains/###/public_html/init.php(435) : eval()'d code on line 26 " This is line 435 init.php: if ( file_exists( ROOT_PATH . '/' . $data['file'] ) ) { $contents = "namespace {$namespace}; ". str_replace( '_HOOK_CLASS_', $realClass, file_get_contents( ROOT_PATH . '/' . $data['file'] ) ); try { if( @eval( $contents ) !== FALSE ) { $realClass = $data['class']; } } catch ( \ParseError $e ) { } } Please help me PS. Sorry my english is bad Link to comment Share on other sites More sharing options...
MADMAN32395 Posted April 27, 2016 Share Posted April 27, 2016 What version of php are you running? Link to comment Share on other sites More sharing options...
Marc Posted April 27, 2016 Share Posted April 27, 2016 Please could you submit a ticket and we can take a look at this for you? Link to comment Share on other sites More sharing options...
Marcin Seroczynski Posted April 27, 2016 Author Share Posted April 27, 2016 My PHP version is 5.6 I submited a ticket. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.