|
Title: Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 05, 2008, 05:18:39 PM Hi
I'm running a clean install of 1.0.13 with wysiwygpro V3 and the latest version of NeoLegal. When I go to edit texts in the backend I get the following error: Fatal error: Call to undefined method HTML_NeoLegal::edit() Can you help? I am running on localhost with a wamp 2 server. Thanks Geoffrey Title: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Raphael on January 07, 2008, 10:22:22 AM Hello Geoffrey,
It seems that the installation of the component was not completed successfully. Could you try to uninstall it and install it a new time ? Don't hesitate to come back to us if the problem persists. Regards, Title: Re: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 07, 2008, 10:30:30 AM Bonjour Geoffrey, Il semblerait, d'après le message d'erreur, que l'installation du composant ne se soit pas déroulée correctement. Pourriez-vous essayer de le désinstaller complétement puis de le réinstaller. N'hésitez pas à revenir vers nous si le problème persiste. Cordialement, My understanding is that you say the installation has not been performed correctly? Are you talking about the installation of joomla or simply the component? Thanks Geoffrey Title: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Raphael on January 07, 2008, 10:45:41 AM Sorry Geoffrey,
Yes, I was talking about the component. It seems that a file can't be found. Regards, Title: Re: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 07, 2008, 04:23:58 PM Sorry Geoffrey, Yes, I was talking about the component. It seems that a file can't be found. Regards, I have re-installed 1.0.3 of neolegal. when I goto edit the texts here is the exact message I get Code: Fatal error: Call to undefined method HTML_NeoLegal::edit() in D:\www\BW\administrator\components\com_neolegal\admin.neolegal.php on line 62 When I goto the offending file I see this at the line specified in the error: Code: function edit( $option ) { global $database; $row = new mosNeolegal ( $database ); $row->load( 1 ); HTML_Neolegal::edit( $row, $option ); } Title: Re: Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 08, 2008, 01:24:48 PM Any news on this issue? :o
Title: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Raphael on January 08, 2008, 01:37:48 PM It seems that the function edit in the file admin.neolegal.html.php (line 97) can't be found. Was this file uploaded successfully ?
Otherwise, you can try to rename this function : in the file admin.neolegal.php, replace on line 62 Code: HTML_Neolegal::edit( $row, $option ); by Code: HTML_Neolegal::neolegal_form( $row, $option ); And in the file admin.neolegal.html.php, replace on line 97 Code: function edit( &$row, $option ) { by Code: function neolegal_form( &$row, $option ) { Regards, Title: Re: Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 08, 2008, 02:34:31 PM Having made the replacements as per your post it is now giving me the following erro:
Code: Fatal error: Call to undefined method HTML_NeoLegal::neolegal_form() in D:\www\BW\administrator\components\com_neolegal\admin.neolegal.php on line 62 Title: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Raphael on January 08, 2008, 06:20:53 PM Ok. Could youd send me the component you received ?
Regards, Title: Re: Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Geoffrey Smith on January 09, 2008, 10:26:37 AM I need an email address as the forum refuses to allow me to attach a file...
Title: Re : Fatal error: Call to undefined method HTML_NeoLegal::edit() Post by: Raphael on January 09, 2008, 11:16:07 AM OK, I send you an email.
Regards,
Powered by SMF 1.1 RC3 |
SMF © 2001-2006, Lewis Media
Joomla Bridge by JoomlaHacks.com |