Error in Text.php after update to 1.3

View: New views
4 Messages — Rating Filter:   Alert me  

Error in Text.php after update to 1.3

by Verdon Vaillancourt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I updated 4 sites to 1.3 yesterday. The first went well and so I  
updated the rest with a little less testing, and discover now that 3  
of the 4 are actually having errors in any/all edit screens.

The error is 'PHP Fatal error:  Call to undefined method:  
form_textarea->decode_entities() in /home/user/public_html/core/class/
Text.php on line 54'

The error is produced as soon as an edit screen is requested. All 4  
sites were updated from 1.2. One site works fine, the other three  
error. I can't think of any differences in the sites that would  
account for this.

Apache 1.3
PHP Version 4.4.7
MySQL  4.1.22

I'm not sure where to start looking. Any ideas?

Thanks,
verdon


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Phpwebsite-developers mailing list
Phpwebsite-developers@...
https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers

Re: Error in Text.php after update to 1.3

by Matthew McNaney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

An oversight. I left a $this in a static function and it is picking up the
form object.

Please download the subversion copy of Text.php and see if that fixes it.

Matt

> Hi,
>
> I updated 4 sites to 1.3 yesterday. The first went well and so I
> updated the rest with a little less testing, and discover now that 3
> of the 4 are actually having errors in any/all edit screens.
>
> The error is 'PHP Fatal error:  Call to undefined method:
> form_textarea->decode_entities() in /home/user/public_html/core/class/
> Text.php on line 54'
>
> The error is produced as soon as an edit screen is requested. All 4
> sites were updated from 1.2. One site works fine, the other three
> error. I can't think of any differences in the sites that would
> account for this.
>
> Apache 1.3
> PHP Version 4.4.7
> MySQL  4.1.22
>
> I'm not sure where to start looking. Any ideas?
>
> Thanks,
> verdon
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Phpwebsite-developers mailing list
> Phpwebsite-developers@...
> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Phpwebsite-developers mailing list
Phpwebsite-developers@...
https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers

Re: Error in Text.php after update to 1.3

by Verdon Vaillancourt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Awesome. Thanks Matt... That did the job!

verdon

On 10-Aug-07, at 1:43 PM, matt@... wrote:

> An oversight. I left a $this in a static function and it is picking  
> up the
> form object.
>
> Please download the subversion copy of Text.php and see if that  
> fixes it.
>
> Matt
>
>> Hi,
>>
>> I updated 4 sites to 1.3 yesterday. The first went well and so I
>> updated the rest with a little less testing, and discover now that 3
>> of the 4 are actually having errors in any/all edit screens.
>>
>> The error is 'PHP Fatal error:  Call to undefined method:
>> form_textarea->decode_entities() in /home/user/public_html/core/
>> class/
>> Text.php on line 54'
>>
>> The error is produced as soon as an edit screen is requested. All 4
>> sites were updated from 1.2. One site works fine, the other three
>> error. I can't think of any differences in the sites that would
>> account for this.
>>
>> Apache 1.3
>> PHP Version 4.4.7
>> MySQL  4.1.22
>>
>> I'm not sure where to start looking. Any ideas?
>>
>> Thanks,
>> verdon
>>
>>
>> ---------------------------------------------------------------------
>> ----
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a  
>> browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>> _______________________________________________
>> Phpwebsite-developers mailing list
>> Phpwebsite-developers@...
>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>>
>
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Phpwebsite-developers mailing list
> Phpwebsite-developers@...
> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Phpwebsite-developers mailing list
Phpwebsite-developers@...
https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers

Re: Error in Text.php after update to 1.3

by Matthew McNaney :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Whew :)

Thanks for bringing it up. I changed the code pretty close to release so
it would have been easy to miss.

> Awesome. Thanks Matt... That did the job!
>
> verdon
>
> On 10-Aug-07, at 1:43 PM, matt@... wrote:
>
>> An oversight. I left a $this in a static function and it is picking
>> up the
>> form object.
>>
>> Please download the subversion copy of Text.php and see if that
>> fixes it.
>>
>> Matt
>>
>>> Hi,
>>>
>>> I updated 4 sites to 1.3 yesterday. The first went well and so I
>>> updated the rest with a little less testing, and discover now that 3
>>> of the 4 are actually having errors in any/all edit screens.
>>>
>>> The error is 'PHP Fatal error:  Call to undefined method:
>>> form_textarea->decode_entities() in /home/user/public_html/core/
>>> class/
>>> Text.php on line 54'
>>>
>>> The error is produced as soon as an edit screen is requested. All 4
>>> sites were updated from 1.2. One site works fine, the other three
>>> error. I can't think of any differences in the sites that would
>>> account for this.
>>>
>>> Apache 1.3
>>> PHP Version 4.4.7
>>> MySQL  4.1.22
>>>
>>> I'm not sure where to start looking. Any ideas?
>>>
>>> Thanks,
>>> verdon
>>>
>>>
>>> ---------------------------------------------------------------------
>>> ----
>>> This SF.net email is sponsored by: Splunk Inc.
>>> Still grepping through log files to find problems?  Stop.
>>> Now Search log events and configuration files using AJAX and a
>>> browser.
>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>>> _______________________________________________
>>> Phpwebsite-developers mailing list
>>> Phpwebsite-developers@...
>>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>>>
>>
>>
>> ----------------------------------------------------------------------
>> ---
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a
>> browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>> _______________________________________________
>> Phpwebsite-developers mailing list
>> Phpwebsite-developers@...
>> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Phpwebsite-developers mailing list
> Phpwebsite-developers@...
> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Phpwebsite-developers mailing list
Phpwebsite-developers@...
https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers