How to resolve error: "Fatal Error: Class Jparameter does not work"

3

I am using Joomla, after doing an update from version 2.5 to version 3.0 I get the following errors, may the JParameter not exist or be used differently in version 3.0?

Fatal error: Class 'JParameter' not found.
Fatal error: Clase 'JParameter' no funciona.
    
asked by LUIS EDUARDO MARTINEZ OCORO 11.02.2016 в 21:05
source

1 answer

1

Class JParameter was removed from Joomla version 3.0 You can use JRegistry

  

Joomla 3.0 JParameter : Use JForm instead, or in most of the   circumstances, JRegistry - for example, to recover in a   component of a plug-in parameter)

    
answered by 11.02.2016 в 22:31