Fatal error - Joomla! Forum - community, help and support
today, trying open website, recieved following error:
--------------------------
fatal error: call member function get() on non-object in /storage/content/xx/xxxxxxxx/mydomain.com/public_html/j/plugins/system/jcktypography/jcktypography.php on line 58
--------------------------
looking file, found section line 51-66:
---------------------------------------------------------
$editor = jpluginhelper::getplugin('editors','jckeditor');
if(is_string($editor->params)) //always must check
$params = @ new jregistry($editor->params);
else $params = $editor->params;
if(!$params->get('jcktypography', false))
{
return; // nothing do
}
if(!$params->get('jcktypographycontent', ''))
{
return; // nothing do
}
---------------------------------------------------------
is bug or has gone wrong?
thanks / samot
--------------------------
fatal error: call member function get() on non-object in /storage/content/xx/xxxxxxxx/mydomain.com/public_html/j/plugins/system/jcktypography/jcktypography.php on line 58
--------------------------
looking file, found section line 51-66:
---------------------------------------------------------
$editor = jpluginhelper::getplugin('editors','jckeditor');
if(is_string($editor->params)) //always must check
$params = @ new jregistry($editor->params);
else $params = $editor->params;
if(!$params->get('jcktypography', false))
{
return; // nothing do
}
if(!$params->get('jcktypographycontent', ''))
{
return; // nothing do
}
---------------------------------------------------------
is bug or has gone wrong?
thanks / samot
upgraded php lately? did randomly happen or first time you're accessing site? upgrades recently?
since it's third party have check developers. did install joomla 3.0 version in joomla 2.5? vice versa...?
check compatibility, can manually disable plugins in database if crashes , can't access site.
since it's third party have check developers. did install joomla 3.0 version in joomla 2.5? vice versa...?
check compatibility, can manually disable plugins in database if crashes , can't access site.
Comments
Post a Comment