Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

mosParameters crashes server
(1 viewing) (1) Guest
Document management system (DMS) component for Joomla!

If your topic falls within one of the subcategories, then please post it directly there. Post to this parent category only if your question does not match any subcategory topic.
  • Page:
  • 1

TOPIC: mosParameters crashes server

mosParameters crashes server 14 years ago #11126

JoomDoc uploads fail and crash server for (some users) using current OS and current FF and IE, tested repeatedly.

Server reports to browser:
*Fatal error*: Class 'mosParameters' not found in
*/home/taacanad/public_html/administrator/components/com_joomdoc/docman.class.php*
on line *762

This code follows:
function _returnParam( $field , $config_field='',$attribs=null )
{
$docman = &DocmanFactory::getDocman();
if( ! $config_field ) { $config_field = $field ; }
if( is_null($attribs)){ $attribs = $this->attribs ;}
if( ! isset($this->_params) && $attribs )
{
$this->_params = new mosParameters( $attribs );
}
if( isset( $this->_params->$field ) )
{
return( $this->_params->$field );
}
return $docman->getCfg( $config_field );
}

This appears to be an attempt to retrieve pre-Joomla 1.5 var no longer supported. Or something else?
The topic has been locked.

Re:mosParameters crashes server 14 years ago #11381

I have a user experiencing this issue as well. Any information?

Thanks,

lordsiris
The topic has been locked.

Re:mosParameters crashes server 13 years, 3 months ago #18999

I commented out the following:
 
//{
// $this->_params = new mosParameters( $attribs );
// }
 


which resolved the problem.
The topic has been locked.

Re:mosParameters crashes server 12 years, 9 months ago #22885

RCheesley wrote:
I commented out the following:
 
//{
// $this->_params = new mosParameters( $attribs );
// }
 


which resolved the problem.


Thank you, RCheesley. This resolved the problem for me. Hopefully it does not remove anything important from the code.
The topic has been locked.
  • Page:
  • 1
Přihlášení uživatele Prázdný