Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
It seems that I can't edit and/or post anything in my front page...
Hello,
Until tuesday everything was working properly. I’ve been working on the pages, reading the forum and solving my little issues by myself. But then I must have done something very stupid, because my index.php just had stopped to respond. My posts under “article” section doesn’t appear at the front page anymore, and even when I try to edit the default page at textpattern, it doesn’t respond.
What I’ve tried:
> Change the default page code, related to the <code><txp:article /></code>, reseting it to the original (http://textpattern.net/wiki/index.php?title=Default_Pages) and it didn’t respond;
> Change the default article form, reseting it to the original and nothing happened;
> Double-checking my configs at Textpattern > Presentation > Sections > Article and all items are marked to yes, so this is correct; and Uses page: default;
> I’ve updated a new form that I inserted at the page and it was successfull;
> I’ve duplicated the code that calls this new form just to test the index page and didn’t get any response. In fact, I’ve tried to erase all the code I’ve done and replace it to default code and nothing! This page seems to be cursed! :)
Does anyone can help me??
My host is BlueHost, I’m using messy URLs.
My tag trace:
<!-- Runtime: 0.0779 -->
<!-- Query time: 0.06869 -->
<!-- Queries: 13 -->
<!-- Memory: no info available -->
<!-- txp tag trace:
[SQL (0.000068): select name from `txp_lang` where lang='en-us' limit 1]
[SQL (0.045740): select name, data from `txp_lang` where lang='en-us' AND ( event='public' OR event='common')]
[SQL (0.007128): select name, code from `txp_plugin` where status='1']
[SQL (0.000236): select * from `txp_section` where name = 'default' limit 1]
[SQL (0.000228): select host from `txp_log` where ip='200.212.114.10' limit 1]
[SQL (0.000247): insert into `txp_log` set `time`=now(),page='/index.php',ip='200.212.114.10',host='200-212-114-10-mns.cpe.vivax.com.br',refer='',status='200',method='GET']
[SQL (0.000132): select user_html from `txp_page` where name='aboutme']
[Page: aboutme]
<txp:css/>
<txp:page_title/>
<txp:output_form form="header" />
[SQL (0.000151): select form from `txp_form` where `name` = 'header' limit 1]
<txp:if_section name="about">
[<txp:if_section name="about">: false]
</txp:if_section>
<txp:linklist form="Links" class="pmb_link" category="pmb" sort="linksort" wraptag="p" />
[SQL (0.000111): select Form from `txp_form` where `name` = 'Links' limit 1]
[Form: Links]
[SQL (0.007965): select * from `txp_link` where category='pmb' order by linksort ]
<txp:linklist form="Links" class="everyday_link" category="Everyday" label="Daily Clicks" sort="linksort" wraptag="p" />
[Form: Links]
[SQL (0.000334): select * from `txp_link` where category='Everyday' order by linksort ]
<txp:popup type="c" label="Browse" wraptag="p" />
[SQL (0.006077): select name,title from `txp_category` where name != 'default' and type='article' order by name]
<txp:feed_link label="RSS" />
<txp:feed_link label="Atom" flavor="atom" />
[ --- secondpass --- ]
-->
Thanks in advance
Patie
Last edited by zem (2006-07-22 03:28:03)
Offline
#2 2006-07-22 03:30:58
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: It seems that I can't edit and/or post anything in my front page...
Looks like your ‘default’ section (which is used for the front page) is set to use the ‘aboutme’ page template.
Alex
Offline
Re: It seems that I can't edit and/or post anything in my front page...
Yes, you’re right. I was only paying attention to the “article” configurations at Textpattern > Presentation > Sections, and I didn’t notice about the first item of Site Sections, “Default”. It was really something I’ve done completely distracted!! Silly me!! Thanks a LOT!.
Patie
Offline