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.

Messages - Adam Dresch
1
Getting rid of litespeed fixed it hehe.
2
I tried turning off mod_security, but no change.
Can't think of what else is special about it, it's a standard VPS on OpenVZ, running Cpanel/WHM
3
Hi Nao

I'm wondering if it's because I have Litespeed? would that affect it?

PHP Version 5.3.28
LiteSpeed V6.6
with XCache v3.1.0, Copyright (c) 2005-2013, by mOo
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
with XCache Cacher v3.1.0, Copyright (c) 2005-2013, by mOo
MySQL 5.5.36
4
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);