Wedge
Public area => Bug reports => The Pub => Archived fixes => Topic started by: Dragooon on March 20th, 2012, 03:32 PM
-
Not sure what to make of this but suddenly I got this error after logging out after enabling a plugin :
Fatal error: Unsupported operand types in /usr/local/zend/apache2/htdocs/wedge/trunk/Sources/Load.php on line 474
Investigating further the line is
Whereas $temp is false. In the above "if" the comparison is being made as
which seems to be wrong
-
Oh, this was on my localhost not here.
-
Not really, no. It's trying to pull from cache, and if the cache is empty (wherein it expressly returns null) or if the cache TTL has expired, it re-gathers everything, otherwise it loads from cache.
Not sure why it's throwing an error for you though, that's a bit weird.
-
Not really, no. It's trying to pull from cache, and if the cache is empty (wherein it expressly returns null) or if the cache TTL has expired, it re-gathers everything, otherwise it loads from cache.
Not sure why it's throwing an error for you though, that's a bit weird.
It's returning false for an odd reason.
-
Is this still happening? I cannot reproduce it on my system, not even with different cache systems being used.