List Info

Thread: Error in Text.php after update to 1.3




Error in Text.php after update to 1.3
country flaguser name
Canada
2007-08-10 07:58:05
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-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-developers

Re: Error in Text.php after update to 1.3
country flaguser name
United States
2007-08-10 12:43:58
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-developerslists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-developers

Re: Error in Text.php after update to 1.3
country flaguser name
Canada
2007-08-10 13:20:19
Awesome. Thanks Matt... That did the job!

verdon

On 10-Aug-07, at 1:43 PM, matttux.appstate.edu 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-developerslists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-developers

Re: Error in Text.php after update to 1.3
country flaguser name
United States
2007-08-10 13:26:48
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, matttux.appstate.edu 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-developerslists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-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-developerslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/p
hpwebsite-developers

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )