Hey guys, so currently I'm stuck with the following problem:
PHP Fatal error: Call to a member function language() on null in /home/piagamin/domains/pia-gaming.com/public_html/system/Output/Output.php on line 535
And this is the code it's referring to:
$title = \IPS\Member::loggedIn()->language()->checkKeyExists( $title ) ? \IPS\Member::loggedIn()->language()->addToStack( $title ) : \IPS\Member::loggedIn()->language()->addToStack( 'error_title' );
I hope u guys can help me out with this.
The website adress is: pia-gaming.com
Kind Regards,
Artic