Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Sections unrecognized
I’m running the current version of Textpattern on a new install. I have three sections set up, one using the ‘default’ page, the other two each using their own respective page templates. When I try to access the URL of the other two pages, however, they still load using the ‘default’ page template. Regardless of what settings I have specified under the “Sections” tab, they refuse to use the pages I specify.
Any ideas?
Thanks,
theturninggate
Last edited by theturninggate (2006-06-26 10:49:09)
Offline
Re: Sections unrecognized
have you specified categories? and wich names?
Offline
Re: Sections unrecognized
I have not specified categories. Only sections. The names are ‘article’, ‘performance’ and ‘resources’.
Offline
Re: Sections unrecognized
Wich url do you use to access theses sections? give us a link maybe we can find the pb!
Offline
Re: Sections unrecognized
http://milkenglish.com
The site is very early in development and the only two menu items that should link to anything are “Performances” and “Resources”
Offline
Re: Sections unrecognized
I wonder if it might be a problem in the publish.php file. I vaguely remember having a similar problem once before that was fixed by changing on word in the php, but can’t seem to find the old thread …
Offline
Re: Sections unrecognized
I try to connect using messy url : http://milkenglish.com/?s=performance, it work, than the pb is in url rewrtiting, check admin section if you select a cleanURL and if it s OK, the pb is from .htaccess
Hope that can helped you!
Offline
Re: Sections unrecognized
trying to get it running with clean URLs ‘section/id/title’ … but don’t know a damn thing about configuring .htaccess files. I’m using the one that comes with TXP 4.0.3 (which has always worked before). Any suggestions?
Offline
Re: Sections unrecognized
Maybe this link on FAQ can help you! check that all is fine in your admin panel, the htaccess file is installed with txp without any user interaction!
can you check if htaccess exists or not! and what is the text inside it?
Offline
Re: Sections unrecognized
The .htaccess file that came with TXP 4.0.3 is present on the server. Admin Diagnosis passes, and the admin options seem to be fine. The .htaccess file reads:
<pre style=“font-size: small”;> #DirectoryIndex index.php index.html #Options +FollowSymLinks #RewriteBase /relative/web/path/
{IfModule mod_rewrite.c} RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L] RewriteRule ^(.*) index.php {/IfModule}#php_value register_globals 0
</pre>
Not that I know what any of that means … I’ll check out the FAQ.
Offline
Re: Sections unrecognized
Here’s my server information. Does this tell you anything about it?
http://host438.ipowerweb.com/pinfo.php
Offline
#12 2006-06-28 23:20:16
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline