Fatal error: Call to a member function check() on a non-object in /inc/classes/BxDolTwigModule.php on line 964
Fatal error: Call to a member function check() on a non-object in /inc/classes/BxDolTwigModule.php on line 964 Csampson |
Line 964 if($aItem[$this->_oDb->_sFieldStatus] == 'approved' && $aParams['obj_privacy']->check($aParams['txt_privacy_view_event'], $iId, $this->_iProfileId)) Csampson |
It seems your DB was unavailable, unless this is new code that is trying to reference an object that is not available, a bug Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
It did go away...Hmmm Csampson |
The forums are filled with these. They are normally not code problems. Normally these errors are caused by things like the database server timing out, or not responding fast enough. https://www.deanbassett.com |
I'm on shared hosting with Zarconia but never have that problem. I love their top notch services, would recommend all to use Zarconia to keep them in business for a long long time so I can enjoy their services. |
I'm on shared hosting with Zarconia but never have that problem. I love their top notch services, would recommend all to use Zarconia to keep them in business for a long long time so I can enjoy their services. I have my ded with them. https://www.deanbassett.com |
I'm on shared hosting with Zarconia but never have that problem. I love their top notch services, would recommend all to use Zarconia to keep them in business for a long long time so I can enjoy their services. I have my ded with them.
In most cases the issue is related to memory management and the lack of available memory for joins. This can be because of lack of memory, or badly implemented joins (the working set the join is based is too large) or missing limits (like in the forums) To solve this last issue you should start with pagination in the forums. Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |
Well I have a very fast dedicated server with tons of memory through HostGator. They have had issues lastly with their Provo server stations! Csampson |
Well I have a very fast dedicated server with tons of memory through HostGator. They have had issues lastly with their Provo server stations! You can have tons of memory but if MySQL is not allowed to use it... Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information |