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 / Re: Fatal error: Unsupported operand types (Load.php on line 1971)
« on March 3rd, 2014, 06:59 PM »
Getting rid of litespeed fixed it hehe.
2
Archived fixes / Re: Fatal error: Unsupported operand types (Load.php on line 1971)
« on March 3rd, 2014, 06:39 PM »
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
Can't think of what else is special about it, it's a standard VPS on OpenVZ, running Cpanel/WHM
3
Archived fixes / Re: Fatal error: Unsupported operand types (Load.php on line 1971)
« on March 3rd, 2014, 06:33 PM »
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
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
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);