Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-01-24 23:06:01

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

r2778 - log errors

Hi,

Just updated a site to the latest SVN, on the log page I get these errors:

Warning: Missing argument 2 for soft_wrap(), called in /var/www/mydoiam/textpattern/include/txp_log.php on line 186 and defined in /var/www/txpun/com/textpattern/lib/txplib_misc.php on line 2022

Notice: Undefined variable: width in /var/www/mydomain/textpattern/lib/txplib_misc.php on line 2032

Warning: Division by zero in /var/www/mydomain/textpattern/lib/txplib_misc.php on line 2032

Offline

#2 2008-01-25 07:09:08

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: r2778 - log errors

Oops, that’s my fault. I’ll fix that later today unless someone beats me to it.

On line 186 in log.php, this:

htmlspecialchars(soft_wrap($log_page), 30)

should be changed to:

htmlspecialchars(soft_wrap($log_page, 30))

Offline

#3 2008-01-25 07:52:08

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,418
Website

Re: r2778 - log errors

yup, that does it on my copy. Thanks.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg

Offline

#4 2008-01-25 12:39:32

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: r2778 - log errors

That was it, thanks.

Offline

#5 2008-01-25 16:25:11

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: r2778 - log errors

Thanks for pointing it out, Bert. It’s fixed in SVN now.

Offline

Board footer

Powered by FluxBB