Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2017-07-10 07:18:27
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Pre-flight check clean URL error with last 4.7 dev
In diagnostic :
Pre-flight check
Clean URL data test failed: <pre></pre>1049932f935b6b44cb04fdeeb6b69c7f
PHP version: 7.0.20
GD Graphics Library: bundled (2.1.0 compatible); supported formats: GIF, JPG, PNG.
Server TZ: UTC
Server local time: 2017-07-10 07:13:39
Daylight Saving Time enabled?: 1
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): Europe/Brussels (3600)
MySQL: 5.6.36-82.0
Database server time: 2017-07-10 07:13:39
Database server time offset: 0 s
Database server timezone: SYSTEM
Database session timezone: SYSTEM
Locale: fr_FR.UTF-8
Server: Apache
PHP server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 3.10.0-514.16.1.el7.x86_64
Offline
Re: Pre-flight check clean URL error with last 4.7 dev
Hi JD
I’ve seen this error many times before and sometimes it appears regardless on the clean urls working or not. Could you please tell us if the clean urls actually fail?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#3 2017-07-10 07:33:09
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Pre-flight check clean URL error with last 4.7 dev
Hi colak,
The clean urls works as expected.
Offline
Re: Pre-flight check clean URL error with last 4.7 dev
jpdupont wrote #306221:
Pre-flight check
Clean URL data test failed: <pre></pre>1049932f935b6b44cb04fdeeb6b69c7f
You have a string <pre></pre>
in the server’s response, it should not be.
Open in the browser url http://yourdomain.com/_random_string_/?txpcleantest=1
and look at the html code.
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline
#5 2017-07-10 09:07:18
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Pre-flight check clean URL error with last 4.7 dev
Thanks makss !
You put me on track with this <pre></pre>
code that does not happen to find out there! I had added <pre>print_r(...)</pre>
in a plugin to debug. I just removed it, and now everything is ok. Sorry for the inconvenience.
Offline
Re: Pre-flight check clean URL error with last 4.7 dev
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)
Offline