05:29:06 <GuestOfToday> #1225709595: Template could not be loaded. I tried "/is/htdocs/wp12479957_J4K1BCWXFP/www/typo3conf/ext/template/Resources/Private/Templates/Page/Render.html"
05:29:26 <GuestOfToday> the server configuration is fine said my provider
05:30:11 <GuestOfToday> so i dont know where to look for the reason, cause my local version runs fine. but not on server.
05:30:13 <cweiske> is this on all pages, or just a certain one?
05:30:28 <cweiske> try to hide all content elements on that page
05:30:42 <GuestOfToday> i even cant go into backend
05:43:43 <GuestOfToday> i will tell you tomorrow what happens by disabling extensions manually.
05:44:47 <GuestOfToday> i had same idea about disabling the extensions. but i just deleted the entries in ext array in localconfiguration.php
05:45:34 <cweiske> this is the extension configuration
05:45:40 <cweiske> extension activation is in packagestates.php
05:45:52 <cweiske> change the "active" settings to "inactive"
06:03:04 <NamelessCoder> GuestOfToday how much are you copying when you deploy? Do you include typo3temp?
06:03:22 <NamelessCoder> do you deploy MySQL tables (e.g. TS caches)?
06:04:41 <NamelessCoder> do you use a custom controller for your page template and if so, does that controller subclass the fluidpages controller, does it use a vendor name in class name and does it override the $this->extensionName property, does it override the view class?
06:06:58 <GuestOfToday> i uploaded all. yes i included typo3temp folder at upload. but most of the folders in it were empty. i dont use custom controller. i dont know what is meant "deploy MySQL tables (e.g. TS caches)". i am using mysql
06:08:06 <NamelessCoder> if you deploy typo3temp that's likely to contain cached files which include other files by absolute path. Unless your local paths and paths on server are 100% identical then that is expected to fail. To avoid, don't deploy typo3temp or be prepared to use the install tool to 1) clear all caches and 2) clean temporary files
06:08:33 <NamelessCoder> if you copy local mysql tables to production the same thing applies regarding all tables prefixed with cf_ and cache_
06:09:28 <GuestOfToday> so cf_ and cache_ can be cleared, total?
06:10:51 <NamelessCoder> but rule of thumb: when you deploy TYPO3 never include typo3temp and do selective DB deployment of tables that actually contain data - exclude log, temp file tracking, cache etc. tables
06:11:38 <GuestOfToday> cause i am able to call install tool at hosteurope server i cleared all cache. is it enough?
06:11:56 <NamelessCoder> now... IF there is still an error behind this then let us know ;) fyi, I've tried to reproduce this problem with all combinations of controller/no-controller and renaming/removing template files. I can't reproduce the issue (on 7.6 LTS and current TER releases)
06:12:09 <NamelessCoder> no, you need to remove temporary files as well
06:12:23 <GuestOfToday> sorry for this late information
06:14:13 <NamelessCoder> in that case I can't guarantee there isn't a problem - all I can say is there absolutely shouldn't be such a problem in current LTS. But you can avoid the issue on 6.2 by being careful with deployment and making a mental note that your site's templates should be considered static fixtures that you can't just rename or relocate without also causing references to the templates to malfunction (much like any other file reference in TYPO3: remove or
06:14:13 <NamelessCoder> rename the file and bad things happen)
06:19:23 <GuestOfToday> ok. i will try it this evening. i will let you know what is status then.
10:20:51 <drlimbo> i tried disabling the pagetitle with config.noPageTitle = 1 and show another pagetitle with <v:page.header.title> - but this doesnt seem to work on Typo3 7.6 - it worked well on 6.2
10:34:47 <drlimbo> NamelessCoder oder mneuhaus- maybe u have an idea?
10:37:25 <drlimbo> NamelessCoder oder mneuhaus- the solution was to empty the field "pagetitle" in Templates