You are not logged in.
Pages: 1
This is realy weird … I’m using <txp:article status="sticky" form="notitle" /> on three pages: home, beelden and info. Each page has it’s own sticky article. On the homepage the article is showing up. On Beelden nothing happens. And on Info the article of Home is rendered. What’s happening here?
Site > www.jur-art.nl/txp
Textpattern versie: 4.5.4 (r4919)
Laatste update: 2012-12-11 08:26:28/2012-12-11 08:25:49
Document root: /home/deb64971n2/domains/jur-art.nl/public_html
$path_to_site: /home/deb64971n2/domains/jur-art.nl/public_html/txp
Pad naar textpattern: /home/deb64971n2/domains/jur-art.nl/public_html/txp/textpattern
Permanente link modus: title_only
open_basedir: /home/deb64971n2/:/tmp:/var/tmp:/usr/local/lib/php/
upload_tmp_dir: /tmp
tijdelijke bestanden map: /home/deb64971n2/domains/jur-art.nl/public_html/txp/textpattern/tmp
Site URL: jur-art.nl/txp
PHP versie: 5.3.17
GD bibliotheek: bundled (2.0.34 compatible); ondersteunde bestandssoorten: GIF, JPG, PNG.
Server TZ: Europe/Amsterdam
Lokale servertijd: 2012-12-15 23:16:11
Zomertijd: 0
Zomer- en wintertijd automatisch bijstellen?: 1
Tijdzone: Europe/Amsterdam (3600)
MySQL: 5.5.28-29.1
Localisatie: nl_NL.UTF-8
Server: Apache/2
Apache versie: Apache/2
PHP server API: apache2handler
RFC 2616 headers:
Besturingssysteem van de server: Linux 2.6.32.60-1.el6.grsec.antagonist.x86_64
Vormgeving sitebeheer: classic 4.5.4
Pre-flight controle:
————————————
Sommige php functies zijn uitgeschakeld: proc_get_status, proc_nice, proc_terminate, pcntl_exec
————————————
inhoud .htaccess bestand:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/ RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L] RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php RewriteCond %{HTTP:Authorization} !^$ RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
- SVG
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
————————————
Last edited by RedFox (2012-12-16 00:37:18)
Offline
Hi Joop,
The article on the front page is article #2, the one on ‘info’ is #3. So there must be a duplicate article, one in section ‘info’ and one in a section that is not ‘info’ or ‘beelden’. In section ‘beelden’ there is no <txp:body / > tag, but there probably is something inside <txp:hide> tags. Could that be the problem?
Last edited by Els (2012-12-16 01:22:04)
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
Thanks Els … I now see I did mess up the whole thing … it’s much to late to do some Textpattern work.
Last edited by RedFox (2012-12-16 02:05:38)
Offline
Pages: 1