01:04:05 <BenjaminR> earlier it was PHP Fatal error: Class 'TYPO3\\CMS\\Media\\Utility\\MediaFolder' not found in /var/www/stage.codearts.at/httpdocs/typo3conf/ext/media/ext_tables.php on line 53
01:06:46 <danilobuerger> does the web user actually have read permission on the files (especially on the file thats throwing the error).. you can check with something like sudo -u www-data cat /var/www/.….
01:11:07 <danilobuerger> you can just do sudo chmod -R 777 /var/www/stage.codearts.at/httpdocs/ for now to have global read write on your files for testing (change later to normal permissions though)
01:11:35 <BenjaminR> something is wrong there with case in filenames
01:18:40 <danilobuerger> actually never mind.. i am assuming right now if you have the default install on your server and your mac… you will end up with a case sensitive file system on your server and a case INsensitive file system on your mac
01:18:44 <danilobuerger> and thats whats screwing you
01:18:59 <danilobuerger> how did you transfer the files to yoru server?
10:34:49 <soee> any idea why this does not work (is null): {v:iterator.explode(content : '{settings.foo}', glue : ',', as : 'pages')->v:var.set(name : 'pages')} ?
11:45:05 <randomresult> i have a typo3 page where i render a menu on a seperate pagetype - when opening www.md.de?typeNum=5432 i only see this menu. any VH which is able to pull this one into another T3 installation?
11:46:51 <randomresult> or how it can be done with T3 - any ideas?
13:45:59 <pedda> you should visit vienna too.. lots of delicious food.. didn't knew they're so much into it
13:47:45 <randomresult> @NamelessCoder i try to extend (overlay) fluidbootstraptheme with a customizer extension. now i thought, i could simply copy 2 (of 3) pagetemplates into my provider extension and set configurationsection to enable="False"
14:23:27 <NamelessCoder> that being said, {v:site.url()}/{f:uri.image(src: '...')} should do
14:24:42 <NamelessCoder> config.absRefPrefix will prefix <img> tags upon output (long time after Fluid finishes outputting) and can prefix such a domain to images and other assets - but if you need the URL for anything you'll need those ViewHelpers.