Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-03-24 14:16:30
- AlexK
- Member
- Registered: 2006-02-14
- Posts: 19
I've get an error when someone try's to comment
Hello there,
When someone’s trying to comment, they get this error:
Fatal error: Call to undefined method Textile::blockLite() in /home/.beezneez/alexanderk/justkeepthechange.com/textpattern/lib/txplib_misc.php on line 1206
And I checked the file.
Lines 1200-1210:
“ $textile = new Textile();
extract($prefs);
$im = (!empty($comments_disallow_images)) ? 1 : ‘’; $msg = trim( $textile->blockLite( $textile->TextileThis( strip_tags(deEntBrackets($msg)),1 ),’‘,$im,’‘,(@$comment_nofollow ? ‘nofollow’ : ‘’)) );”
Offline
#2 2006-03-24 15:33:10
- KurtRaschke
- Plugin Author
- Registered: 2004-05-16
- Posts: 275
Re: I've get an error when someone try's to comment
Could you please use the ‘diagnostics’ tab in your Textpattern installation and check that the file checksums listed there match those given in the FAQ.
There may be a corrupted file in your TXP installation which will need to be re-uploaded.
-Kurt
kurt@kurtraschke.com
Offline
#3 2006-03-24 18:27:42
- AlexK
- Member
- Registered: 2006-02-14
- Posts: 19
Re: I've get an error when someone try's to comment
Hey Kurt, “All checks passed” it says, and everything else matches.
Offline
#4 2006-03-24 23:07:34
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: I've get an error when someone try's to comment
Double check the revision number and checksum for /lib/classTextile.php
please. It should show this, for txp 4.0.3:
/lib/classTextile.php: r1141 (b066c2bfa94a26ae3d70b245dcf81369)
Alex
Offline
#5 2006-03-25 09:04:41
- AlexK
- Member
- Registered: 2006-02-14
- Posts: 19
Re: I've get an error when someone try's to comment
Oh, sorry about that.
It says this: “/lib/classTextile.php: unknown (3c2ab638a6622c86e49bddedec2ef413)”
Shall I just re-upload the file?
Offline
#6 2006-03-25 15:42:54
- AlexK
- Member
- Registered: 2006-02-14
- Posts: 19
Re: I've get an error when someone try's to comment
Everything works now, thanks.
Offline