IRC logs

20151124

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20151124*

20151124

  • 03:42:00 <cweiske> when will the view helper documentation be re-rendered?
  • 05:23:47 <GuestOfToday> hi anyone online?
  • 05:24:15 <cweiske> 21 people are in this channel
  • 05:24:39 <GuestOfToday> yeah but are they looking at the chat ... :)
  • 05:24:45 <GuestOfToday> ok great
  • 05:24:54 <GuestOfToday> so i will ask my question
  • 05:25:32 <GuestOfToday> i created a site on my local maschine at windows
  • 05:25:43 <GuestOfToday> i used following extensions
  • 05:25:59 <GuestOfToday> flux,
  • 05:26:25 <GuestOfToday> vhs, fluidcontent, fluidpages, builder
  • 05:26:37 <GuestOfToday> it works all fine on my local maschine
  • 05:26:54 <GuestOfToday> then i decided to move it to hosteurope server
  • 05:27:12 <GuestOfToday> i cleared all cache at install tool before
  • 05:28:17 <GuestOfToday> i flashed the sql dump copied the webfolder
  • 05:28:36 <GuestOfToday> i adjusted the localconfiguration.php
  • 05:29:04 <GuestOfToday> but an error occurs when calling the page
  • 05:29:05 <GuestOfToday> Uncaught TYPO3 Exception
  • 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:30:48 <GuestOfToday> just install tool
  • 05:31:09 <GuestOfToday> server error logs are empty
  • 05:31:17 <GuestOfToday> just an missing favicon
  • 05:32:51 <GuestOfToday> anyone got an idea where to look for cause as i said on my local version it runs fine
  • 05:33:53 <cweiske> GuestOfToday, this is the same issue I described in https://github.com/FluidTYPO3/fluidcontent/issues/315
  • 05:34:59 <cweiske> your backend breaks when there is an issue with fluid
  • 05:35:05 <cweiske> this sucks very much
  • 05:35:49 <GuestOfToday> it just says something like "server error , server is bad configured
  • 05:36:08 <GuestOfToday> but provider said everything is fine
  • 05:36:27 <GuestOfToday> and i called them more than onetime ... :)
  • 05:38:00 <cweiske> GuestOfToday, disable the fluidcontent/fluidpages extensions in PackageStates.php
  • 05:38:06 <cweiske> then you should at least be able to login
  • 05:38:24 <GuestOfToday> if not, where could be error then?
  • 05:38:45 <cweiske> please try it
  • 05:39:15 <GuestOfToday> ok i will do it this evening
  • 05:40:08 <GuestOfToday> when is this chat mainly used?
  • 05:41:11 <cweiske> i'm here from 8 to 16 CET
  • 05:41:44 <GuestOfToday> ok thanks so far
  • 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:09:35 <cweiske> yes
  • 06:10:04 <cweiske> http://p.cweiske.de/259
  • 06:10:08 <NamelessCoder> you can truncate those without problems. Just don't *delete* them
  • 06:10:31 <GuestOfToday> what about temp folder ?
  • 06:10:41 <GuestOfToday> all folders in it cleared?
  • 06:10:47 <GuestOfToday> or deleted?
  • 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:10:55 <cweiske> remove all files in it
  • 06:11:10 <GuestOfToday> and all folders?
  • 06:11:13 <cweiske> yes
  • 06:11:17 <GuestOfToday> ok
  • 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:14 <GuestOfToday> i am using 6.2 lts
  • 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:13 <drlimbo> good afternoon
  • 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
  • 15:38:25 <GuestOfToday> hi all
  • 15:38:31 <GuestOfToday> anyone awake?
  • 15:40:44 <GuestOfToday> #1365429673: TYPO3 Fatal Error: Extension key "fluidpages" is NOT loaded!
  • 15:41:10 <GuestOfToday> getting this error after migrating my local working typo3 to server
  • 15:42:32 <GuestOfToday> seems that evening is no good time to ask questions :)
  • 15:48:05 <GuestOfToday> so good night, cya tomorrow