Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Txp g1.14 Released
Available in deanload
Remember if you are upgrading from earlier gamma versions, you need only replace the files in your /textpattern/
directory, except config.php
Some changes:
<txp:posted />
now accepts aformat=""
parameter, which will render an article timestamp in the date/time formats defined at php.net.- Discrete chunks of PHP should now work on page templates, provided this is turned on in /textpattern/lib/admin_config.php
- Finished preparing another sheaf of embedded text for internationalisation
- Fixed erroneous tag generation for
<txp:comment_message_input />
- Fixed referrer recording failure in g1.13c
- Now blank article, link, and image categories as well as sections cannot be created
- There is now an option in /textpattern/lib/admin_config.php to turn raw CSS editing on by default
- Changed some wording in admin->prefs to make the roles of ‘Site URL’ (now called ‘Server root URL’) and ‘Path to site’ more apparent
- Removed ‘Insert at beginning’ and ‘Insert at end’ article form tags, as appending and prepending to articles is better accomplished using CSS and
float
- Various small fixes I forgot to write down
text*
Offline
Re: Txp g1.14 Released
Bravo! :)
drew mclellan
Offline
Re: Txp g1.14 Released
Thank you so MUCH! :)
Offline
Re: Txp g1.14 Released
I never really found sliced bread that great, actually.
Offline
Re: Txp g1.14 Released
Well, aren’t we picky? LOL If you’re a klutz, you would. I’ve sliced my fingers too many times trying to cut bread myself.
Offline
#6 2004-03-01 19:21:00
- shriek
- New Member
- Registered: 2004-02-24
- Posts: 5
Re: Txp g1.14 Released
Fatal error: Call to undefined function: bloginfo() in /home/vir2us/public_html/shriek/txt/textpattern/publish.php(692) : eval()’d code on line 19
This error showed after I upgraded to 1.14 from 1.13
Offline
Re: Txp g1.14 Released
Shriek: that’ll be an error in whatever php you added to your page template.
If you haven’t added any, you have something that looks like it.
text*
Offline
#8 2004-03-01 19:45:41
- shriek
- New Member
- Registered: 2004-02-24
- Posts: 5
Re: Txp g1.14 Released
another error:
Parse error: parse error in /home/vir2us/public_html/shriek/txt/textpattern/include/txp_article.php on line 1
Offline
Re: Txp g1.14 Released
I’m getting the same error:
Parse error: parse error in /home/*****/public_html/txt/textpattern/include/txp_article.php on line 1
Offline
Re: Txp g1.14 Released
Try deleting any blank lines after
?>
at the bottom of /textpattern/include/txp_article.php
text*
Offline
Re: Txp g1.14 Released
AHA.
Linebreaks got saved as Macintosh, not Unix.
Re-grab g1.14 and replace /textpattern/include/txp_article.php
text*
Offline
Re: Txp g1.14 Released
Thanks,
evrything works fine after deleting the blank line.
Offline