This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1
Archived fixes / Fatal error: Unsupported operand types (Load.php on line 1971)
« on March 3rd, 2014, 05:30 PM »
Hello there!
Just testing our Wedge and on a fresh installation, I get:
Fatal error: Unsupported operand types in /home/theguard/public_html/wedge/gz/app/Load.php on line 1971
As can be seen here - http://theguardians.us/wedge/
Line 1971 is -
$language_directories += glob(LANGUAGES_DIR . '/*', GLOB_ONLYDIR);
Section of code being:
// Default language directories to try.
$language_directories = array(
'root' => LANGUAGES_DIR,
);
$language_directories += glob(LANGUAGES_DIR . '/*', GLOB_ONLYDIR);
Just testing our Wedge and on a fresh installation, I get:
Fatal error: Unsupported operand types in /home/theguard/public_html/wedge/gz/app/Load.php on line 1971
As can be seen here - http://theguardians.us/wedge/
Line 1971 is -
$language_directories += glob(LANGUAGES_DIR . '/*', GLOB_ONLYDIR);
Section of code being:
// Default language directories to try.
$language_directories = array(
'root' => LANGUAGES_DIR,
);
$language_directories += glob(LANGUAGES_DIR . '/*', GLOB_ONLYDIR);