Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Checksum mismatch: installation error?
On the FAQs “How can I tell if I’ve upgraded correctly?”, the checksum and revision numbers for each file in the 4.0.1 release are listed. Despite a fresh install, my checksum numbers do not match, while the revision numbers do. For instance:
FAQ list
/publish/taghandlers.php: r887 (eb00afa7383b3439f64973a0d53bb73f)
My diagnostics report
/publish/taghandlers.php: r887 (52d7244ddff488c20caf1a5a669cd61a)
I uploaded all the files to my TextDrive account using WinSCP.
On the surface, the installation works fine, though I’ve noticed that the txp:page_title tag does not change the separator from the default “: “ to the character I specify “ § “ (using an HTML entity reference), or any other more conventional character.
Are the two issues related?
Offline
#2 2005-10-26 12:13:00
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Checksum mismatch: installation error?
Your checksums are correct. Those in the FAQ post were wrong (my fault, I’m not sure how they got mixed up). I’ve updated the FAQ.
On the surface, the installation works fine, though I’ve noticed that the txp:page_title tag does not change the separator from the default ”: ” to the character I specify ” § ” (using an HTML entity reference), or any other more conventional character.
<txp:page_title separator="% " />
works fine for me. Sure you’ve edited the correct page template?
Alex
Offline
Re: Checksum mismatch: installation error?
Thanks for the confirmation of the checksum values.
All I can say about the txp:page_title issue is “D’oh!”. Yep, wrong template.
Offline
Pages: 1