Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-02-10 05:59:41

dragonfey57
New Member
Registered: 2006-02-02
Posts: 8

default not generating correctly/possible php?

I am not sure if I should post this here, since there may be a possible answer. I just don’t know. I have read about php 4.4.1 having a problem and perhaps that is what is causing my problem.

I have done several clean installs of Textpattern and I have noticed that after I create a third section the default page doesn’t generate correctly. It no longer recognizes changes in the html and at times has pulled in information from a static page, even with no links to that page on it. Right now it isn’t pulling in any articles from the blog. the page it at:

http://www.margaretmerchant.net

The default code for the blog is this:
<code>

<!— center —>
<div id=“content”>

<txp:article />
<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>
</txp:if_article_list>
</div>

<!— footer —>
<div id=“foot”>&nbsp;</div>
</code>

This is the diagnostic info
Textpattern version: 4.0.3 (r1188)
last_update: 2006-02-09 06:49:23/2006-02-09 06:57:06
Document root: /var/www/html
$path_to_site: /var/www/html
Textpattern path: /var/www/html/textpattern
Permanent link mode: messy
Temp folder: /var/www/html/textpattern/tmp
Site URL: www.margaretmerchant.net
PHP version: 4.4.1
Register globals: 1
server_time: 2006-02-09 23:56:40
MySQL: 4.0.24-standard
Locale: en_US.UTF-8
Server: Apache
php_sapi_mode: cgi
os_version: Linux 2.4.21-37.ELsmp

.htaccess file contents:
————————————
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
————————————

Offline

Board footer

Powered by FluxBB