Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback to: Textpattern 4.5.0 released
wet wrote:
glz_custom_fields will definitely need an update for 4.5.0.
Had a tweet from Gerhard to say that he intends to update his plugin for 4.5.0. :-)
And Redbot’s on the case as far as the bot_image_upload and bot_file_upload plugins are concerned!
Just need some patience now! (Itching to get my hands on Phil’s backend!)
Offline
Re: Feedback to: Textpattern 4.5.0 released
douglgm wrote:
(Itching to get my hands on Phil’s backend!)
Wonder what Phil will make of that rather licentious offer ?
Offline
Re: Feedback to: Textpattern 4.5.0 released
Lol
Offline
Re: Feedback to: Textpattern 4.5.0 released
Today, I have encountered an unexpected verdict of W3C Validator:
<form><input type=“search” value=”“ name=“q” size=“15” required> attribute cannot be “search”, and “required” is not a member of a group specified for any attribute.
I have <txp:search_input label="" />
only in my template form, apparently these two attributes came from the TxP tag. I am not sure, but I did not seen that error before upgrade to Textpattern 4.5.0.
Last edited by Vienuolis (2012-08-31 21:40:03)
Offline
Re: Feedback to: Textpattern 4.5.0 released
Your doctype has to be HTML5 if you want to use <input type="search">
, maybe that’s the problem?
Offline
Re: Feedback to: Textpattern 4.5.0 released
Oh, yes, I have temporary switched to HTML5 and forgot… Thank you, Phil, and sorry for the false alarm.
Offline
Re: Feedback to: Textpattern 4.5.0 released
Textile links are no longer converting to HTML for me in Textpattern 4.5.0. For example "This is a link":http://www.textism.com
will be displayed unchanged on the website.
Furthermore, I receive the following two alert boxes when clicking the ‘View HTML markup’ preview button on the Write screen:
Internal error "preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 5".
Internal error "Undefined index: scheme".
The resulting code preview is:
<p>“This is a link”:http://www.textism.com</p>
I’ve tested a fresh install with no plugins but the problem remains.
Update: dropping in classTextile.php
from Textpattern 4.4.1 works correctly, if that’s any help.
Last edited by hidalgo (2012-09-03 11:23:04)
Offline
Re: Feedback to: Textpattern 4.5.0 released
hidalgo, please set production status to “debugging” and try again. You should get more verbose error messages then. Post these here.
Offline
Re: Feedback to: Textpattern 4.5.0 released
Kalon, could you mind opening an issue report on Textile’s issue tracker on GitHub, so this error can get noticed and fixed. Include your PHP version and full error messages in the report too. Thanks.
Edit. …or go by Roberts plan.
Last edited by Gocom (2012-09-03 12:08:37)
Offline
Re: Feedback to: Textpattern 4.5.0 released
wet wrote:
hidalgo, please set production status to “debugging” and try again. You should get more verbose error messages then. Post these here.
No worries, here are the results:
Internal error "preg_match() [function.preg-match]: Compilation failed: unrecognized character after (?< at offset 5"
in /var/www/vhosts/domain.com/httpdocs/textpattern/lib/classTextile.php at line 1496.
adminErrorHandler()
textpattern/lib/classTextile.php:1496 preg_match()
textpattern/lib/classTextile.php:1572 Textile->parseURI()
Textile->fLink()
textpattern/lib/classTextile.php:1563 preg_replace_callback()
Internal error "Undefined index: scheme"
in /var/www/vhosts/domain.com/httpdocs/textpattern/lib/classTextile.php at line 1574.
textpattern/lib/classTextile.php:1574 adminErrorHandler()
Textile->fLink()
textpattern/lib/classTextile.php:1563 preg_replace_callback()
textpattern/lib/classTextile.php:1193 Textile->links()
textpattern/lib/classTextile.php:1155 Textile->graf()
Offline
Offline
Re: Feedback to: Textpattern 4.5.0 released
PHP version: 5.3.3
Last edited by hidalgo (2012-09-03 12:17:44)
Offline