After upgrading from Joomla 1.5.22 to 1.6 beta 14 I am getting this error when trying to call parameter in the xml file : Fatal error: Call to a member function getLabel() on a non-object

the code is in view.php

  • form->getLabel('max_chars'); ?> form->getInput('max_chars'); ?>
  • the max_chars parameter obtained from models/setting.xml, the code is :

    Am I doing wrong thing..? pls help me......

    link|improve this question
    feedback

    1 Answer

    Joomla 1.6 is a totally different system than 1.5.x. Just like Joomla 1.0.x is totally different from 1.5.x. It is NOT compatible. You CANNOT upgrade to 1.6 from 1.5. And besides its still in beta so where did you get the idea you could in the first place? I hope you have a backup of your site as the only practical solution to your problem is to delete the mess you created and restore the backup.

    link|improve this answer
    thanks in advance Metoo.. – diani Nov 30 '10 at 7:44
    feedback

    Your Answer

     
    or
    required, but never shown

    Not the answer you're looking for? Browse other questions tagged or ask your own question.