IRC logs

20131123

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

IRC log range: 20131123*

20131123

  • 13:42:25 <soee> uhm, #1358645219: Attempt to include file based asset with unknown type ("") (More information)
  • 13:42:25 <soee> RuntimeException thrown in file
  • 13:42:25 <soee> /var/www/clients/client1/web8/web/typo3conf/ext/vhs/Classes/Service/AssetService.php in line 351.
  • 13:42:25 <soee> 10 Tx_Vhs_Service_AssetService::generateTagForAssetType("", NULL, "/typo3temp/vhs-assets-63d51b9e86d879dd8033e2a96a6fee88.?1385208916")
  • 13:53:21 <danilobuerger> soee what type of asset did you try to include?
  • 13:55:24 <soee> danilobuerger, im experimenting wit 1.8.2 on T3 6.2 as the dev-namespaces breanch doesnt work
  • 13:55:50 <soee> in this code asset service cant get tag for merges JS files i assume
  • 13:55:57 <soee> *merged
  • 13:56:00 <danilobuerger> ah ok
  • 13:56:14 <soee> though it worked before :)
  • 13:56:33 <danilobuerger> could you please file an issue on github?
  • 13:56:58 <soee> danilobuerger, im not sure if its needed as 1.8.2 is not compatible with 6.2
  • 13:57:19 <danilobuerger> it is needed since we need to make it compatible in a later version :-)
  • 13:58:40 <soee> i need to figure out why it cant recognize what tak for merged file should be use
  • 14:03:08 <danilobuerger> soee check extractAssetSettings it should contain the type... thats directly from the asset view helper
  • 14:19:42 <cedricziel> soee: did you try dakmor's fork?
  • 14:27:25 <soee> cedricziel, yes dont work
  • 14:36:30 <cedricziel> kk
  • 19:50:29 <NamelessCoder> pardon the spam
  • 20:03:45 <soee> :]
  • 21:37:54 <soee> each asset fiel requires to have type set ?
  • 21:37:58 <soee> *file
  • 21:40:32 <soee> wait type argument was removed ?
  • 21:42:19 <soee> im a bit confused
  • 21:42:45 <soee> i dont see 'type' argument in docs but it is required to be set when defining asset file?
  • 21:42:57 <danilobuerger> soee its set by the view helpers
  • 21:43:05 <danilobuerger> StyleViewHelper sets css fs
  • 21:43:07 <danilobuerger> *fx
  • 21:43:25 <soee> danilobuerger, im talking about TS configuration now
  • 21:44:37 <danilobuerger> ok, well you didnt say that ;-)
  • 21:44:44 <soee> if i wont set type in asset configuration my fronted will throw: #1358645219: Attempt to include file based asset with unknown type ("")
  • 21:46:32 <soee> also also vhs didnt work before now seems to work :)
  • 21:46:33 <soee> web/typo3conf/ext/vhs# git checkout dev-namespaces
  • 21:46:33 <soee> Switched to branch 'dev-namespaces'
  • 21:47:02 <soee> with 6.2
  • 21:48:11 <NamelessCoder> soe yes - unless you include assets by filename and the filename clearly ends with .js or .css, you'll need to also set the type
  • 21:48:38 <NamelessCoder> for files with known extensions, "path" is all you need. For others, "path" and "type" are both required
  • 21:48:56 <NamelessCoder> since we can't really make any educated guesses about the contents of files other than the two usual asset extensions ;)
  • 21:49:42 <soee> NamelessCoder, without types this didnt work: http://pastebin.com/anHZ73Fh
  • 21:49:52 <soee> i have set types for each js file and now it works
  • 21:51:36 <NamelessCoder> it should have detected the types from that. Are you still on TER and not yet on 1.8.3?
  • 21:52:50 <soee> EM shows 1.8.2 and it is possible to do update
  • 21:52:56 <NamelessCoder> ;)
  • 21:55:20 <soee> if i clone from github it takes 18.2 ?
  • 21:55:57 <NamelessCoder> 1.8.3
  • 21:56:05 <NamelessCoder> released yesterday
  • 21:56:23 <soee> hmm i just cloned
  • 21:56:28 <soee> and it is 1.8.2
  • 21:56:36 <soee> wait
  • 21:56:51 <NamelessCoder> then you are getting the wrong repo
  • 21:57:01 <soee> nope
  • 21:57:06 <NamelessCoder> maybe your fork is outdated?
  • 21:57:13 <soee> i did checkout to dev-namespaces
  • 21:57:16 <NamelessCoder> then that
  • 21:57:19 <NamelessCoder> 's why
  • 21:57:20 <soee> so thers no 18.3
  • 21:57:31 <NamelessCoder> you'll need to go for master or rebase yourself
  • 21:57:41 <soee> yup i just switched to master
  • 21:57:45 <soee> it shows 1.8.3 now
  • 21:58:19 <soee> whats the progress of migrating to bootstrap 3 ?
  • 21:58:24 <soee> *fluid content
  • 21:59:49 <NamelessCoder> very close, PR under review now
  • 22:00:04 <soee> :)
  • 22:00:11 <NamelessCoder> feel free to test drive it: https://github.com/FluidTYPO3/fluidcontent_bootstrap/pull/58
  • 22:00:24 <NamelessCoder> has upgrade script that definitely needs to be confirmed working
  • 22:02:17 <soee> what do i have to do wit this?
  • 22:02:30 <soee> if i want to run it on 6.2 ? is it supported
  • 22:02:53 <NamelessCoder> yes and yes
  • 22:03:10 <NamelessCoder> but: the depedency info in ext_emconf.php is bad after upload to tER
  • 22:03:17 <NamelessCoder> it still says max 6.1.99 but you can change this
  • 22:04:01 <NamelessCoder> ...which I just did and pushed
  • 22:04:49 <NamelessCoder> thanks, FluidTYPO3!
  • 22:04:54 <soee> :)
  • 22:04:56 <NamelessCoder> slowpoke =)
  • 22:05:20 <soee> NamelessCoder, but what about fluidcontent and fluidcontent_bootstrap ?
  • 22:06:03 <NamelessCoder> same thing there except those, you'll have to edit yourself
  • 22:06:31 <NamelessCoder> we're a little bit locked at the moment, trying to get new TER versions out and then make a major switch to namespaces
  • 22:06:50 <soee> im a bit lost :)
  • 22:07:04 <soee> if i want to get fluidcontent bootstrap with TB3 support
  • 22:07:26 <soee> i need to clone current master or do it different way
  • 22:32:54 <NamelessCoder> when you view the PR you should see a small "clone" icon with a github: shortcut, clicking that should make your git client check out the proper branch
  • 22:45:49 <NamelessCoder> any luck soee ?
  • 22:46:15 <soee> NamelessCoder, cant test :) i broke my T3 by upgrading PHP on server to 5.5.6 (http://forge.typo3.org/issues/53682)
  • 22:46:22 <NamelessCoder> hehe
  • 22:46:24 <soee> have to find a way to donwgrade to 5.5.5
  • 22:46:31 <NamelessCoder> oh man, that's sad
  • 22:47:01 <danilobuerger> yeah 5.5.6 cost us a lot of headaches too
  • 22:47:09 <danilobuerger> travis builds failing
  • 22:47:13 <soee> :P
  • 22:47:30 <danilobuerger> btw soee its a php issue: https://bugs.php.net/bug.php?id=66107
  • 22:47:39 <soee> yeah i know
  • 22:47:51 <soee> but i have to downgrade to be able to work on this server :)
  • 22:49:11 <soee> ok i voted to fix this in php :)
  • 23:04:38 <soee> ok server is running 5.5.4 :) backend online again
  • 23:06:13 <soee> now this: #1289386765: Could not analyse class:Tx_Vhs_ViewHelpers_Page_LinkViewHelper maybe not loaded or no autoloader? :)
  • 23:08:59 <soee> ok... T3 uninstalled all non core extensions ..
  • 23:15:37 <NamelessCoder> don't know about that error but it could be php related, too
  • 23:15:55 <NamelessCoder> or vhs is not installed but that I take as unlikely
  • 23:17:19 <soee> NamelessCoder, it was caused by "<soee> ok... T3 uninstalled all non core extensions .."
  • 23:17:35 <soee> all works fine now ;)
  • 23:17:41 <NamelessCoder> aah ok
  • 23:17:47 <NamelessCoder> cool :)
  • 23:18:08 <soee> now this fluidcontent bootstrap 3x
  • 23:18:30 <NamelessCoder> you used the migration script?
  • 23:19:03 <NamelessCoder> backup, backup, backup ;)
  • 23:19:33 <soee> i do not have any elements created yet
  • 23:19:41 <soee> do i need any upgrade script ?>
  • 23:20:35 <NamelessCoder> yes, in EM there's one for fluidcontent_bootstrap to migrate existing content - it would be great if you have an existing, content-filled site you can attempt a conversion on.
  • 23:20:52 <NamelessCoder> since you have no content you don't need it
  • 23:41:11 <soee> hmm shall i clone this: https://github.com/fudriot/fluidcontent_bootstrap ?
  • 23:46:58 <NamelessCoder> yes, then check out the branch Fabien worked on
  • 23:55:35 <soee> hmm i changes max T3 version for fluidcontent in ext_emconf
  • 23:55:51 <soee> but EM still throws Your TYPO3 version is higher than allowed. You can use TYPO3 versions 4.5 - 6.1.99