Die TYPO3 Mailingliste - nicht fragen: lesen!
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 ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
> "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 |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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 |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
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 |
|
#8
|
|||
|
|||
|
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 |
|
#9
|
|||
|
|||
|
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 |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| 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 |