09:05:50 <danilobuerger> searching "tolerance level" in typo3 6.1 and ft3 core gives me nothing
09:07:01 <danilobuerger> i cant help you fixing those errors, but i can give you some advise.. you should use a ContentController to outsource all the logic to, to keep your template more simple
09:09:03 <randomresult> hey... my computer crashed
09:11:39 <danilobuerger> [09:04:52] <@danilobuerger> sorry, never seen those
09:11:39 <danilobuerger> [09:05:50] <@danilobuerger> searching "tolerance level" in typo3 6.1 and ft3 core gives me nothing
09:11:39 <danilobuerger> [09:07:00] <@danilobuerger> i cant help you fixing those errors, but i can give you some advise.. you should use a ContentController to outsource all the logic to, to keep your template more simple
09:12:16 <randomresult> well... i have never used a contentcontroller...
09:12:34 <randomresult> can you give me an example?
09:13:01 <danilobuerger> i think there is one in the bootstrap package
09:13:24 <danilobuerger> its basically a controller class that gets called before the corresponding content template is rendered, so you can set variables and such
09:13:31 <danilobuerger> you can have the same thing for pages too
09:13:50 <randomresult> i know... i just deleted the files cause i dont needed them
09:13:52 <danilobuerger> its basically a good place to offload logic to, if your template is getting complex
09:14:14 <randomresult> well... you should have seen it before i cleaned it up :)
09:45:09 <danilobuerger> in that case i am on dev :)
09:45:36 <randomresult> so, in your FCE do u have an RTE-Textfield at the bottom?
09:46:28 <randomresult> cause i have them in all of my fces
09:47:09 <randomresult> even in the bootstrap-fluidcontentelements i have this field.... as NamelessCoder yesterday told me, he has the same problem...
10:15:30 <braguzz> In your opinion I have to put in there the DB or the typo3 repository?
10:22:43 <randomresult> hmmm... after updating to t3 6.2 everything worked fine. then i deleted the DB and redid the Update-Wizzard and made an DB compare as well... everything looks fine in the installtool... but when i try to access the backend i get the following error:
10:22:52 <randomresult> Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object in /Users/glatz/Sites/t3basics.dev/typo3conf/ext/flux/Classes/Configuration/ConfigurationManager.php on line 46
10:27:12 <randomresult> anyone can help me with that?
10:30:44 <anhadikal> randomresult: I am just joined, what is the issue?
10:31:25 <randomresult> Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object in /Users/glatz/Sites/t3basics.dev/typo3conf/ext/flux/Classes/Configuration/ConfigurationManager.php on line 46
10:39:30 <anhadikal> did you validated your fluid templates?
10:45:54 <randomresult> well... anhadikal clearing cache-tables in DB does not help. but using the cachetool in the installtool does the trick. now it works
17:27:59 <Torsten2> Hi, i get an "alert" error if i want to use inline.fal vh in form.section -> form.object, has anyone a working example, actually i want to create a Slider.html Contentelement with flux/fluidcontent
17:30:47 <limboo> Torsten2: i had the same problem that inline.fal isn't working in a section
17:31:14 <limboo> i used an ugly workaround and created an element without sections i useed x times