Show Posts

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.

Topics - Adam Dresch
1
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);