TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] template not found

This is a discussion on [TYPO3] template not found within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hello, I am slightly confused by what I just managed to do with my site. I just installed the quickpoll ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 08.01.2007, 16:26
Monica Axelrad
Gast
 
Beiträge: n/a
Standard [TYPO3] template not found

Hello,

I am slightly confused by what I just managed to do with my site.

I just installed the quickpoll extension and was testing it out. It
worked properly but I wanted to change the look so I copied the text
from the ext_typoscript_setup file provided with the extension at the
end of the ts-setup in my template. This was perhaps the wrong thing to
do because now when I access the root of my site I get the message
"Error! No template found". I deleted the extra text from the setup file
but I can no longer access my site from its base address, however if I
access a specific page ID everything works.
if i go to http://mysite.com - error no template found (same if i try
http://mysite.com/index.php)
if i go to http://mysite.com/index.php?id=1 - i get my page and can
navigate around my site.

i don't understand the link between modifying the ts_setup and what
loosing access to the template from the base of the site...

for now I have worked around the problem by putting an index.html with a
redirect to the http://mysite.com/index.php?id=1 page at the root of my
site, but if anyone has a clue as to what happened, i'm all ears!!!

thanks,
Monica Axelrad
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 09.01.2007, 07:18
Katja Lampela
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

> "Error! No template found". I deleted the extra text from the setup file
> but I can no longer access my site from its base address, however if I
> access a specific page ID everything works.
> if i go to http://mysite.com - error no template found (same if i try
> http://mysite.com/index.php)
> if i go to http://mysite.com/index.php?id=1 - i get my page and can
> navigate around my site.


Hi Monica,
After removing the text (maybe there was a syntax error) from the ts
setup, did you clear the fe cache?
Katja
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 09.01.2007, 08:44
Monica Axelrad
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Katja Lampela a écrit :
>
>> "Error! No template found". I deleted the extra text from the setup
>> file but I can no longer access my site from its base address, however
>> if I access a specific page ID everything works.
>> if i go to http://mysite.com - error no template found (same if i try
>> http://mysite.com/index.php)
>> if i go to http://mysite.com/index.php?id=1 - i get my page and can
>> navigate around my site.

>
>
> Hi Monica,
> After removing the text (maybe there was a syntax error) from the ts
> setup, did you clear the fe cache?
> Katja


Hi Katja,

Yes, I cleared the cache. The weird thing (i think) is that the site
does work if I go directly to a page ID and then navigate from there,
it's just the main page that doesn't work....

thanks,
monica
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 09.01.2007, 09:08
Harald Amelung
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Hello Monica,

Monica Axelrad schrieb:
> Yes, I cleared the cache. The weird thing (i think) is that the site
> does work if I go directly to a page ID and then navigate from there,
> it's just the main page that doesn't work....


Is the page with id=1 really the first page in your page-tree or is
there maybe a sysfolder or something above?
Maybe it helps if you try setting the checkbox "is website root"
(something like this) in the page-config of your root-page (the page
with id=1).

HTH
Harald
--
Harald Amelung, BCS | http://www.nuspirit.de
XING: https://www.xing.com/profile/Harald_Amelung
Freelancer-Community Erfurt: http://www.2ndw.de
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 09.01.2007, 10:05
Monica Axelrad
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Hi,

page id 1 is the first page, it's also the page that has the template,
and is set as website root.
The thing is, everything worked until I did the quickpoll manipulation
(see first post)...

How does the index.php file get associated to the page with the template
defined? Maybe I broke the link there somehow?

thanks,
monica

Harald Amelung a écrit :
> Hello Monica,
>
> Monica Axelrad schrieb:
>
>>Yes, I cleared the cache. The weird thing (i think) is that the site
>>does work if I go directly to a page ID and then navigate from there,
>>it's just the main page that doesn't work....

>
>
> Is the page with id=1 really the first page in your page-tree or is
> there maybe a sysfolder or something above?
> Maybe it helps if you try setting the checkbox "is website root"
> (something like this) in the page-config of your root-page (the page
> with id=1).
>
> HTH
> Harald

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 09.01.2007, 10:22
Peter Russ
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Monica Axelrad schrieb:
> Hi,
>
> page id 1 is the first page, it's also the page that has the template,
> and is set as website root.
> The thing is, everything worked until I did the quickpoll manipulation
> (see first post)...
>
> How does the index.php file get associated to the page with the template
> defined? Maybe I broke the link there somehow?
>
> thanks,


You already checked your TS with the object browser?

Regs. Peter.


--
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #7  
Alt 09.01.2007, 15:04
Monica Axelrad
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Hi Peter,

What would I be looking for in the object browser?

thanks,
monica

Peter Russ a écrit :
> Monica Axelrad schrieb:
>
>> Hi,
>>
>> page id 1 is the first page, it's also the page that has the template,
>> and is set as website root.
>> The thing is, everything worked until I did the quickpoll manipulation
>> (see first post)...
>>
>> How does the index.php file get associated to the page with the
>> template defined? Maybe I broke the link there somehow?
>>
>> thanks,

>
>
> You already checked your TS with the object browser?
>
> Regs. Peter.
>
>

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #8  
Alt 09.01.2007, 15:47
Peter Russ
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Monica Axelrad schrieb:
> Hi Peter,
>
> What would I be looking for in the object browser?
>
> thanks,
> monica
>

Check for errors in your TS
Regs. Peter


--
Fiat lux!
Docendo discimus.
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #9  
Alt 09.01.2007, 15:47
Katja Lampela
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] template not found

Monica Axelrad wrote:
> Hi,
>
> page id 1 is the first page, it's also the page that has the template,
> and is set as website root.
> The thing is, everything worked until I did the quickpoll manipulation
> (see first post)...
>
> How does the index.php file get associated to the page with the template
> defined? Maybe I broke the link there somehow?
>
> thanks,
> monica
>
> Harald Amelung a écrit :
>> Hello Monica,
>>
>> Monica Axelrad schrieb:
>>
>>> Yes, I cleared the cache. The weird thing (i think) is that the site
>>> does work if I go directly to a page ID and then navigate from there,
>>> it's just the main page that doesn't work....


This sounds really weird - few things that usually don't harm (can't
guarantee help either
- database compare in the install tool and repairing if necessary
- deleting cache files from the typo3conf folder
- checking no ending brackets are missing from the ts setup
- deleting the ts constants also of the unnecessary ext

BTW have you tried to save a page that does work and does it still work
after saving?

If you have only one template for the whole site and the root page
doesn't work and all the other do it's really mystical, maybe error log
or error reporting in the install tool/all configuration could help..
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] awstat und No qualified records found in log (0corrupted, 0 dropped) Juri typo3-german@lists.netfielders.de 0 12.12.2006 15:08
[Typo3-UG France] Template et root template Olivier Laurent typo3-france@lists.netfielders.de 0 23.03.2005 15:55
[Typo3-UG France] Template et root template Pages, Benoit typo3-france@lists.netfielders.de 0 23.03.2005 15:28
[Typo3-UG France] Template et root template Olivier Laurent typo3-france@lists.netfielders.de 0 23.03.2005 15:20


Alle Zeitangaben in WEZ +1. Es ist jetzt 22:25 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72