Jump to content

Can't update to 4.1.11 IPS


Recommended Posts

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 :p

PS. Sorry my english is bad :(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...