IRC logs

20140320

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

IRC log range: 20140320*

20140320

  • 01:23:46 <Denyerec> mrboe - I see
  • 01:25:30 <Denyerec> I think this is what affected me when I updated all the project repo's
  • 01:25:37 <Denyerec> But I need to check with NamelessCoder to be sure.
  • 09:32:55 <Denyerec> mrboe - did you see my message from late last night ?
  • 09:33:17 <mrboe> yes
  • 09:34:12 <mrboe> but dont understand what u mean
  • 09:34:56 <Denyerec> Well, 1) I was getting flux errors in my code completion, which I think was connected
  • 09:35:10 <Denyerec> 2) When I updated all the plugins to (development) branch, my site exploded.
  • 09:35:22 <Denyerec> I think due to the renaming / namespaces.
  • 09:35:27 <mrboe> have u seen the link with the update script
  • 09:35:54 <mrboe> i used that some time ago
  • 09:36:10 <mrboe> and after that all works fine
  • 09:39:29 <Denyerec> No, I didn't check that far I went to bed.
  • 09:40:30 <mrboe> sleeping is overrated
  • 09:40:51 <mrboe> check that https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 09:42:31 <Denyerec> ROFL @ Chowboy
  • 09:42:33 <Denyerec> :D
  • 09:55:32 <mrboe> @Denyerec and when u have updated you namespaces
  • 09:55:42 <mrboe> my magic XSD files will work
  • 09:56:34 <Denyerec> I still don't quite get why i can't just change the URLs in the top of Claus' files.
  • 09:56:39 <Denyerec> Do you modify other stuff as well as the URL ?
  • 09:56:56 <mrboe> yes
  • 09:57:16 <mrboe> i rewrite the XSD files to the new namespaces
  • 09:57:35 <mrboe> the XSD of laus contains the old ones
  • 09:57:45 <mrboe> this is why you get the errors
  • 09:58:03 <mrboe> because your template was written in the old format
  • 09:58:20 <mrboe> can u follow
  • 09:59:02 <randomresult> the question is: does he want to follow
  • 09:59:36 <mrboe> @randomresult go and clean your branch
  • 10:00:43 <randomresult> what mrboe means: until flux 7.0 the naming of fields was flux:flexform - with 7.0 the names changed to flux:form - and the xsd-files of claus use the old ones. you are now using the news ones. but ur templates still use the old ones... wow. and now ur confused
  • 10:01:17 <randomresult> or better : the dev versions use the new ones. your templates still use the old ones.
  • 10:01:31 <randomresult> ok. i need to go now
  • 10:01:38 <Denyerec> So Claus' ones are old.
  • 10:01:40 <Denyerec> mrboe's are new
  • 10:01:45 <randomresult> right
  • 10:01:50 <randomresult> the extensions are new
  • 10:01:53 <Denyerec> If I use (development) branch, I need mrboe's
  • 10:01:57 <randomresult> BUT ur templates are old
  • 10:02:07 <Denyerec> And I need to update my source to stop the explosions.
  • 10:02:39 <randomresult> yes u need. and u need to migrate your templates using the migrationscript mentioned by mrboe (namespaces.md)
  • 10:03:03 <randomresult> so then everything will use the new names (xsd-extensions-templates)
  • 10:03:07 <randomresult> and it will work
  • 10:03:26 <mrboe> http://snag.gy/cnTnD.jpg
  • 10:03:41 <Denyerec> Then Claus just needs to release updated XSD's so mrboe can take a holiday ;)
  • 10:03:54 <Denyerec> lol mrboe :D
  • 11:31:15 <danilobuerger> Denyerec the xsds are auto generated, if you want them generated for the branches development / staging too you need to file an issue at https://github.com/FluidTYPO3/fedext.net
  • 11:53:36 <Denyerec> So the autogen ones are for master / release tags
  • 11:53:48 <Denyerec> Do you have a release timeline that co-incides with the 6.2 LTS release?
  • 11:55:49 <randomresult> Denyerec https://fedext.net/overview.html - there u see a timeline
  • 11:56:25 <Denyerec> i do, I do
  • 12:03:37 <Denyerec> How easy would it be to create a content element or partial that pulls a random record from a table every hour?
  • 12:03:48 <Denyerec> Would that require an extension ?
  • 12:10:40 <randomresult> there is a randomviewhelper i guess
  • 12:11:03 <randomresult> @NamelessCoder u there ?
  • 12:11:03 <Denyerec> I'm just thinking about how best to handle client testimonials on a site
  • 12:11:12 <Denyerec> You know the thing, random quote from some random person...
  • 12:11:54 <randomresult> well.. then try the randomviewhelper
  • 12:12:55 <Denyerec> random.string and random.number..
  • 12:14:02 <randomresult> https://fedext.net/viewhelpers/vhs/master/Content/Random/GetViewHelper.html
  • 12:14:06 <randomresult> randomcontent
  • 12:15:48 <Denyerec> ha :D
  • 12:16:03 <randomresult> you get a randomresult :)
  • 12:16:16 <Denyerec> one randomresult is enough ;)
  • 12:16:23 <bjo3rn> sssup guys?
  • 12:16:35 <randomresult> hi bjo3rn
  • 12:16:42 <randomresult> nutting
  • 12:16:43 <mrboe> @randomresult is there a possibility to get a mrboe viewhelper
  • 12:17:57 <randomresult> https://fedext.net/viewhelpers/vhs/master/Content/Random/MisterBo.html her you go. just commited it. - Selects a random ugly image from www.ugly.com
  • 12:20:17 <mrboe> @Denyerec have a look here
  • 12:20:17 <mrboe> https://gist.github.com/misterboe/9661688
  • 12:24:06 <danilobuerger> [12:10:40] <randomresult> there is a randomviewhelper i guess <---- thats cached
  • 12:24:38 <Denyerec> cached... can the caching time be influenced?
  • 12:24:44 <Denyerec> It'd be fine if it updated hourly / once a day
  • 12:24:57 <danilobuerger> then you would need to purge the cache in that interval
  • 12:25:04 <Denyerec> I would think any random content would wreck caching methodologies, no
  • 12:25:06 <Denyerec> ?
  • 12:25:11 <danilobuerger> yes
  • 12:25:16 <Denyerec> Unless partial pages are cached and dynamic data inserted
  • 12:25:30 <Denyerec> ?
  • 12:25:31 <danilobuerger> everything is cached except if you explicitly uncache it
  • 12:25:47 <danilobuerger> which you can because i wrote the view helper for that
  • 12:25:51 <Denyerec> So how does one manage a frequently updated news ticker or such?
  • 12:26:50 <danilobuerger> on high frequent sides you would use something like varnish
  • 12:27:01 <danilobuerger> if its low frequent you are fine with using the uncache viewhelper
  • 12:28:09 <danilobuerger> so with v:render:uncache you can render a partial... your whole site will be cached except that partial and in that partial you can use your random view helper
  • 12:28:38 <danilobuerger> but only use on low frequent sites, for high frequency you can go the varnish route fx
  • 12:30:11 <Denyerec> varnish will not be necessary here
  • 12:30:15 <Denyerec> we're talking < 500 hits a day
  • 12:30:33 <danilobuerger> ah then use v:render.uncache
  • 12:30:39 <danilobuerger> and render that one partial uncached
  • 12:30:44 <danilobuerger> everything else will still be cached
  • 12:31:30 <Denyerec> What if the dynamic part is a content element ? Use the render.uncache VH in the content element's template I suppose ?
  • 12:32:03 <danilobuerger> the whole content element is dynamic or just part of the content elements template?
  • 12:33:19 <Denyerec> They want a "random testimonial" content element they can drop into pages.
  • 12:34:06 <danilobuerger> so in your content elements template use v:render.uncache, and put the randomness in a separate partial
  • 12:39:04 <Denyerec> OK, so my page template doesn't know antyin about this, the content element template contains, say, some <blockquote> HTML, and then the actual raw quote information is rendered via a partial called by render.uncache
  • 12:44:29 <danilobuerger> Denyerec yes
  • 12:44:35 <danilobuerger> and only that partial will be uncached
  • 12:45:17 <danilobuerger> but obviously it still needs to fire up the whole framework, so its rather expensive to do it.. thats why i said its fine for low frequent sites
  • 12:48:38 <Denyerec> I suppose pulling said data via ajax would be preferable ?
  • 12:48:51 <Denyerec> IIRC there's a "reduced size" stack you can interface with via ajax?
  • 12:54:14 <danilobuerger> Denyerec yes, ajax would be preferable
  • 12:54:38 <Denyerec> What's the ajax interface called
  • 12:54:42 <Denyerec> I've never touched that before
  • 12:55:31 <xaver_> hi
  • 13:03:22 <Guest|81769> Hi all
  • 13:05:04 <Guest|81769> I just installed the fedext bootstrap and it seems to run smooth. Now I run into a little uncertainty where all information is coming from.
  • 13:06:10 <Denyerec> /nick YourName
  • 13:06:14 <Denyerec> (guest)
  • 13:06:22 <Denyerec> I feel sorry for the guy whose name is actually "Guest"
  • 13:06:23 <Denyerec> :)
  • 13:07:01 <RikW> Better? ;-)
  • 13:42:07 <mrboe> hey guys
  • 13:44:41 <mrboe> has anybody tested fedext with workspaces?
  • 13:44:42 <mrboe> http://snag.gy/s4pIl.jpg
  • 13:46:01 <mrboe> i created a workspace and make some changes - on a normal page the "changed" text element is ok
  • 13:46:55 <mrboe> when i change things inside a GRID the "version" is also shown
  • 13:48:05 <mrboe> @NamelessCoder can u tell me if thats an bug - or is it just a local problem
  • 13:49:09 <mrboe> or can anybody do a qick test to confirm
  • 14:33:55 <danilobuerger> mrboe Workspaces are not fully functional as of yet, we are aiming to improve this in flux 7.0
  • 14:38:47 <mrboe> @danilobuerger thx
  • 14:41:26 <randomresult> danilobuerger you have a shot time to answer some questions on how to work with git / forks/ PR/ merging and working?
  • 14:41:49 <randomresult> for example contributing to fedext-extensions?
  • 14:42:10 <danilobuerger> randomresult oh i am totally the wrong person to ask about git
  • 14:42:17 <danilobuerger> cedricziel is the master
  • 14:42:21 <randomresult> or should i better ask @cedricziel or @NamelessCoder
  • 14:42:30 <randomresult> ok. i will ask him if he is here
  • 14:42:38 <randomresult> thx. anyway.
  • 14:45:35 <Guest|99236> hi guys
  • 14:46:49 <randomresult> hi guest
  • 14:47:17 <Guest|99236> is it possible to count the number of menu items i display in a <v:page.menu>?
  • 14:47:28 <randomresult> iteration is the key
  • 14:47:40 <randomresult> (at least i think so :) )
  • 14:48:05 <Guest|99236> i want to display a new row every six items
  • 14:48:15 <randomresult> iteration is the key
  • 14:48:30 <randomresult> iterations means count as far as i know
  • 14:48:53 <Guest|99236> ok i'll try
  • 14:52:10 <randomresult> and then you can do the math
  • 14:52:30 <randomresult> <f:if condition="{v:math.modulo(a: iter.cycle, b: 4)}==1">
  • 14:52:58 <randomresult> dont ask me more...i just know this makes something every four items
  • 14:53:11 <randomresult> i have not made this
  • 15:05:29 <Guest|99236> http://pastebin.com/R2sfKv7W thats what im doing now, but how do i increase the iter.cycle ervery time i render an menu item?
  • 15:08:07 <mrboe> <f:for each="{menu}" as="item" iteration="iteration">
  • 15:09:03 <mrboe> try this
  • 15:09:07 <mrboe> and debug
  • 15:09:21 <randomresult> mrboe is a good teacher :)
  • 15:09:37 <randomresult> misterBo type /nick chantal
  • 15:09:54 <randomresult> nice one
  • 15:10:35 <randomresult> which would you debug there?
  • 15:10:40 <chantal> << preparing for the gagball
  • 15:10:58 <randomresult> stop the pictures... stop the pictures i have a headache
  • 15:11:03 <chantal> @randomresult call me in 5 min
  • 15:11:14 <randomresult> pls. change. your. nic.
  • 15:11:16 <randomresult> thx.
  • 15:11:22 <randomresult> i ll grab a cig
  • 15:12:26 <mrboe> @Guest|99236 i dont know if "menu" is the right value
  • 15:13:16 <syssi> Hi, I'm trying to use: {flux:flexform.data(uid: '{page.pid}', table: 'pages', field: 'tx_fed_page_flexform', as: 'pIdFlexform)}
  • 15:13:23 <mrboe> if you debug <f:debug>{subMenu}</f:debug>
  • 15:13:34 <syssi> But I get: #1237823695: Argument "as" was not registered.
  • 15:14:02 <syssi> I'm using flux 6.0.1. Is this a known issue?
  • 15:15:28 <mrboe> @danilobuerger back to Workspaces - so this will be fixed and is a known issue
  • 15:17:28 <Guest|99236> if i debug i get a var dump for every item
  • 15:19:53 <NamelessCoder> syssi the "as" argument was added on october 23rd last year, so it is right on the border between 6.0.1 / 6.0.2. The ViewHelper reference could be incorrect - check the ViewHelper class file to be absolutely sure. If the "as" argument is not defined, you need to upgrade to at least 6.0.2.
  • 15:20:19 <NamelessCoder> alternative syntax: {flux:flexform.data(...) -> v:var.set(name: 'pidFlexform')}
  • 15:30:53 <randomresult> hi claus
  • 15:31:09 <randomresult> mrboe ready for call? prepare.
  • 15:31:11 <syssi> NamelessCoder: perfect! So I will just upgrade my stack. :-)
  • 15:31:13 <randomresult> chantal
  • 15:31:45 <NamelessCoder> syssi if you already have VHS installed, the alternative syntax would be a lot easier
  • 15:31:52 <NamelessCoder> it will still work when you then later upgrade ;)
  • 15:32:07 <NamelessCoder> hey harry :)
  • 15:32:11 <randomresult> hey.
  • 15:32:17 <randomresult> whats up. all good?
  • 15:32:54 <randomresult> gimme a sign if u have time to get the repo ready for contributing.
  • 15:33:29 <randomresult> @NamelessCoder and i have a few questions about the workflow with forks/PR/Mergings etc.
  • 15:34:43 <randomresult> mrboe prepared?
  • 15:34:53 <NamelessCoder> will catch you when I get a break, currently on another project
  • 15:35:18 <randomresult> ill be here for another 2 hours i guess.
  • 15:35:31 <randomresult> otherwise you can also speak to mrboe. he will help me
  • 15:35:41 <danilobuerger> mrboe workspaces is a known issue
  • 15:36:08 <randomresult> it only a question on how the workflow is the best using upstreams etc.
  • 15:36:42 <NamelessCoder> if anyone fixes workspace support before the 25th I will personally donate a full day of my time to a project of their choosing ;)
  • 15:39:54 <syssi> NamelessCoder: The alternative syntax gives the same error, so I was trying to find new ways ;-)
  • 15:41:05 <NamelessCoder> if you get the same error, remove the "as" argument from flux:flexform.data
  • 15:42:16 <syssi> Without the "as" it works fine but I need to access an array.
  • 15:42:42 <syssi> So upgrading flux is the way I go.
  • 15:43:18 <syssi> I have upgraded to 6.0.3 and the error is the same.
  • 15:50:27 <danilobuerger> NamelessCoder flux & workspaces needs a surgeons hand ;-)
  • 15:50:43 <NamelessCoder> yep
  • 15:51:02 <danilobuerger> probably flux 7.1 ;-)
  • 15:51:34 <syssi> NamelessCode: The argument "as" of flux:flexform.data is also broken in 6.0.3
  • 15:52:07 <NamelessCoder> I see, yeah. This feature was never backported - the viewhelper reference is simply wrong
  • 15:52:27 <danilobuerger> syssi time for staging or development branch :D
  • 15:52:33 <NamelessCoder> {flux:flexform.data(...) -> v:var.set(name: 'pidFlexform')} then {pidFlexform.fieldname}
  • 15:54:07 <syssi> Yep. This is my current workaround: <v:var.set name="pIdFF" value="{flux:flexform.data(uid: '{page.pid}', table: 'pages', field: 'tx_fed_page_flexform')}" />
  • 15:54:31 <NamelessCoder> also good
  • 15:55:41 <mrboe> @Guest|99236
  • 15:55:50 <mrboe> <f:for each="{menu}" as="menuItem" iteration="iteration">
  • 15:55:50 <mrboe> <f:debug>menu.{iteration.index}</f:debug>
  • 16:01:55 <syssi> If I like to store a JSON in a flexform. What is the proper field type which is not transformed in some cases (" -> &quot;).
  • 16:04:18 <syssi> Silly question....
  • 16:05:43 <randomresult> mrboe ready?
  • 16:05:50 <mrboe> for?
  • 16:06:42 <randomresult> phoone
  • 16:06:49 <randomresult> you told me to give u a call
  • 16:06:54 <syssi> The database content is fine (properly encoded). I must output the field properly decoded..
  • 16:14:35 <Guest|99236> http://pastebin.com/DxPzgX9j this way it worked
  • 16:15:16 <Guest|99236> thank you mrboe and randomresult
  • 16:15:59 <mrboe> yw
  • 16:21:29 <randomresult> yw
  • 16:25:41 <randomresult> can someone tell me how i can hide a fce made with fluidcontent for a usergroup (backend)?
  • 16:25:55 <randomresult> as far as i remember this is made using TS
  • 16:38:19 <Krystian> hi - I am doing upgrade of 6.1.7 to 6.2
  • 16:38:39 <Krystian> I took fluid* development branches from github
  • 16:39:06 <Krystian> I changed flux:flexform to flux:form and flux:flexform.field.* to flux:field.*
  • 16:39:52 <Krystian> I changed Tx_Flux_Core::registerProviderExtensionKey($_EXTKEY, 'Page');
  • 16:39:53 <Krystian> to FluidTYPO3\Flux\Core::registerProviderExtensionKey($_EXTKEY, 'Page');
  • 16:41:24 <Krystian> but I am getting error
  • 16:41:35 <Krystian> Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Field\Wizard\LinkViewHelper maybe not loaded or no autoloader,
  • 16:42:18 <Krystian> I checked - this class is there
  • 16:42:46 <Krystian> do you have any idea what can be wrong ?
  • 16:50:08 <mrboe> @Krystian https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 16:50:21 <mrboe> you have checked this?
  • 16:51:52 <mrboe> i had also the problem that the default chmod rights have changed (install tool)
  • 16:52:13 <mrboe> have you cleared typo3temp folder
  • 16:52:56 <Krystian> tnx mtboe - I will llok into that and give you answer in few minutes
  • 17:01:39 <randomresult> Krystian if u work in 6.2 take a look at the file and folder rights of typo3temp (for ext) - they changed it to something like 2770 instead of 0755 and 0644 (see Installtool)
  • 17:01:48 <randomresult> that messed up my dev-server.
  • 17:02:15 * randomresult leaves now. See ya all
  • 17:15:13 <Krystian> Thank you guys. The https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md helped me to make backend usable.
  • 17:15:31 <Krystian> But on frontend I am getting The requested page didn't have a proper connection to the tree-root!
  • 17:15:48 <Krystian> I know this error is werid. I will try to uninstall most of the extesnions.
  • 17:21:00 <Tjark> Krystian try Compare Database. This is what helped me once
  • 17:32:26 <Krystian> Yes Tjark. That was it! Now the FAL images seems to be broken :)
  • 17:32:48 <Krystian> Maybe some problems while upgrade. Let me check.
  • 18:06:48 <Guest|20212> Hello! I'm looking for the best way to access page media resources in a template through the rootline (i.e. i want to find the first page in the pagetree that has an image in the resources). Is this possible?
  • 18:07:07 <danilobuerger> sure
  • 18:07:18 <Denyerec> Did I miss the .htaccess from the standard install ?
  • 18:07:18 <danilobuerger> just go through the root line and check media resources
  • 18:07:28 <Denyerec> I was sure there used to be a nice default one :S
  • 18:07:43 <Guest|20212> How to go through? I can access only by page id.
  • 18:07:57 <Guest|20212> A method to loop through page ids in the rootline?
  • 18:09:29 <danilobuerger> use v:page.rootline , loop through it back to front, check each page for media resources with v:page.resources.fal
  • 18:09:53 <Guest|20212> Ok, thanks a lot!
  • 18:10:04 <Guest|20212> I didn't see v:page.rootline.
  • 18:10:10 <Guest|20212> Thanks.
  • 18:10:39 <danilobuerger> its quite new
  • 18:10:40 <danilobuerger> :-)
  • 18:11:07 <Guest|20212> ;-)
  • 18:26:12 <Denyerec> mrboe are you around
  • 18:26:33 <Denyerec> I'm just about to update everything again, so it'd be great if there was some moral support around ;)
  • 18:26:49 <danilobuerger> Denyerec updating ft3 ?
  • 18:27:15 <Denyerec> flux, fc, fp and vhs
  • 18:27:28 <Denyerec> last time i tried to use the latest develppment branches shit exploded
  • 18:27:40 <Denyerec> mrboe linked me this: https://github.com/FluidTYPO3/documentation/blob/master/Namespaces.md
  • 18:27:48 <danilobuerger> yeah i wrote that
  • 18:27:58 <Denyerec> I loved the BACKUP die statement :D
  • 18:28:01 <danilobuerger> hehe
  • 18:28:18 <Denyerec> As the template is new, I think I can afford to do it all by hand.
  • 18:28:25 <Denyerec> thre's literally 10 lines of flex stuff I think
  • 18:28:31 <danilobuerger> are you on 6.2 or 6.1 ?
  • 18:28:56 <Denyerec> 6.2
  • 18:29:11 <danilobuerger> in that case you can ignore that whole page because alias mapping will work for you
  • 18:29:41 <danilobuerger> and i can tell you first hand that 6.2-git and ft3 dev branches are working fine with each other
  • 18:29:46 <danilobuerger> so just upgrade and relax :-)
  • 18:30:12 <Denyerec> Fatal error: Call to a member function getCache() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 125
  • 18:30:14 <Denyerec> Sure about that ?
  • 18:30:40 <Denyerec> I'm on development HEAD on all extensions now.
  • 18:30:42 <danilobuerger> which 6.2 are you on?
  • 18:31:10 <Denyerec> 6.2-dev
  • 18:31:10 <Denyerec> ?
  • 18:31:17 <danilobuerger> are you sure?
  • 18:31:22 <Denyerec> lemme check the repo
  • 18:31:27 <Denyerec> which tag should I checkout
  • 18:31:36 <danilobuerger> mom
  • 18:31:59 <danilobuerger> https://git.typo3.org/Packages/TYPO3.CMS.git master
  • 18:32:12 <Denyerec> master or TYPO3_6-2-0beta7 ?
  • 18:32:31 <Denyerec> I'll put it on master
  • 18:32:32 <danilobuerger> no just the master of what i just posted
  • 18:36:46 <Denyerec> Fatal error: Call to a member function getCache() on a non-object in /home/denyerec/clients/alba/htdocs/typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 125
  • 18:36:50 <Denyerec> I'm at master of 6.2
  • 18:36:59 <Denyerec> and development of flux, fp, fc and vhs
  • 18:37:03 <danilobuerger> what extension do you have installed except the default ones?
  • 18:37:33 <Denyerec> Builder, flux, fp, fc, vhs, fluidpages_bootstrap and fluidcontent_bootstra
  • 18:37:43 <Denyerec> Thats it
  • 18:37:45 <Denyerec> I emptoed typo3temp
  • 18:38:00 <danilobuerger> the error means that no CacheManager got injected
  • 18:38:40 <Denyerec> Ok, that's not something a normal editor should have to worry about...
  • 18:38:55 <danilobuerger> and its weird that you are getting it
  • 18:39:04 <Denyerec> Trust me, I can break anything.
  • 18:39:25 <danilobuerger> is this a fresh 6.2 install?
  • 18:39:45 <Denyerec> I'm on revision 15df568 of typo 6.2
  • 18:40:00 <danilobuerger> but is it a fresh install or did you upgrade from another version?
  • 18:40:05 <randomresult> danilobuerger wouldnt it be good to take the new flux:form things?
  • 18:40:19 <danilobuerger> randomresult what do you mean?
  • 18:40:23 <Denyerec> danilobuerger - it's practically a completely clean install
  • 18:40:37 <Denyerec> I am LITERALLY jsut trying to get flux/fluidpages to work
  • 18:40:39 <Denyerec> and it's been hellish
  • 18:40:43 <danilobuerger> Denyerec where are you getting the error?
  • 18:40:52 <randomresult> i mean if it is a clean install... why to use flexform instead of the new flux:form?
  • 18:41:18 <danilobuerger> randomresult yeah you should go for flux:form, but on 6.2 it doesnt matter because we have aliasing working properly
  • 18:41:38 <randomresult> i would use the new ones. this is the future
  • 18:41:51 <danilobuerger> i agree
  • 18:42:34 <Denyerec> Frontend and backend
  • 18:43:07 <Denyerec> BE it's in the page panel
  • 18:43:11 <danilobuerger> Denyerec thats really weird and shouldnt happen on a fresh install
  • 18:43:11 <Denyerec> so menu and pagetree load
  • 18:43:16 <Denyerec> Welcome to my life.
  • 18:43:28 <randomresult> need to go again
  • 18:43:32 <danilobuerger> did you clear ALL caches including the database caches ??
  • 18:43:33 <randomresult> cu all
  • 18:43:34 <Denyerec> I have had problems like this with every single Typo3 related project I've ever been involved with.
  • 18:43:52 <Denyerec> I cleared typo3temp and the caches from the Typo3 BE
  • 18:44:03 <danilobuerger> did you clear the cache tables in the database?
  • 18:44:06 <Denyerec> The problem doesn't manifest if I rollback to the following:
  • 18:44:13 <Denyerec> Uh ?
  • 18:44:19 <Denyerec> no, is that necessary ?
  • 18:44:35 <danilobuerger> nearly never, but this might be a case..
  • 18:44:43 <danilobuerger> just make sure the cache tables in the database are all empty
  • 18:45:13 <danilobuerger> if that doesnt do it -> you said your project is practically empty ... just zip it up to a db dump and send it over to me and i will take a look
  • 18:46:24 <Denyerec> You are spared that torture, the DB cache flush fixed it.
  • 18:46:32 <Denyerec> Worth adding that one to the FAQ!
  • 18:47:01 <NamelessCoder> "Hello, Rob from IT. Have you tried manually flushing the cache tables?"
  • 18:47:08 <danilobuerger> :D
  • 18:47:35 <danilobuerger> yeah but NamelessCoder this is like a 0.00001% chance
  • 18:47:58 <danilobuerger> and you are supposed to be gone ;-)
  • 18:47:58 <Denyerec> That's where I live
  • 18:47:59 <Denyerec> :/
  • 18:48:58 <NamelessCoder> friend just arrived right now, so yep - I'm out :)
  • 18:51:21 <danilobuerger> everything working now Denyerec ?
  • 18:51:32 <Denyerec> \yep, until the next thing doesn't ;_
  • 18:51:33 <Denyerec> ;)
  • 18:52:24 <danilobuerger> oh btw a pro tip: deinstall css_styled_content and install fluidcontent_core
  • 18:52:33 <Denyerec> Yeah ?
  • 18:53:58 <danilobuerger> Denyerec yeah, getting rid of that hellhole csc is a good thing :-)
  • 18:54:36 <danilobuerger> i dont know if it works with the *_bootstrap packages as i never used them, but it should in theory
  • 18:54:56 <danilobuerger> fcc is way faster and a lot better than csc
  • 18:55:33 <Denyerec> There's hardly anything in CSC these days tho it seems ?
  • 18:56:01 <Denyerec> can I install fluidcontent_core from extManager or is that another one that needs a repo?
  • 18:56:21 <danilobuerger> fcc needs git repo and only dev version, dont use master
  • 18:56:43 <Denyerec> git url ?
  • 18:58:04 <Denyerec> found it
  • 19:06:55 <Denyerek> danilobuerger, I can't seem to enable the extensions,.
  • 19:07:04 <danilobuerger> did you deinstall csc first?
  • 19:07:07 <Denyerek> yes
  • 19:07:13 <Denyerek> cannot resolve dependency 'flux'
  • 19:07:19 <Denyerek> just checking version numbers in ext_emconf.php
  • 19:07:29 <danilobuerger> did you use the development branch?
  • 19:07:33 <Denyerek> yeah
  • 19:07:53 <Denyerek> and in the ext_emconf for fluidcontent_core it says flux 7.0.0-7.0.99
  • 19:08:00 <danilobuerger> ah we are having some trouble with the EM and recognizing flux since a few days, just delete the dependency from ext_emconf
  • 19:08:04 <Denyerek> my flux em_conf says it's 7.0.0
  • 19:08:33 <Denyerek> feels as if it's looking for >7.0.0 not >=7.0.0
  • 19:08:57 <danilobuerger> yeah weird 6.2 bug, we are looking into it
  • 19:09:12 <Denyerek> kk
  • 19:09:14 <Denyerek> got it enabled now
  • 19:10:23 <danilobuerger> cool
  • 19:10:49 <danilobuerger> remember to do all 3 steps of https://github.com/FluidTYPO3/fluidcontent_core/tree/development#how-do-i-install-it
  • 19:10:51 <Denyerek> isn;t going to wreck any extension that interfaces with csc ?
  • 19:10:59 <Denyerek> I've added the statics
  • 19:12:36 <Denyerek> seems I needed to something else.
  • 19:13:34 <Denyerek> ok go tit
  • 19:13:37 <Denyerek> got to see to baby
  • 19:47:52 <randomresult> evening folks
  • 20:01:53 <randomresult> quiet in here ...