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);