Re: [TYPO3-english] TYPO3 CMS, multiple app servers and load balancing

2016-04-26 Thread Daniel Neugebauer
Hi! On 04/25/2016 05:41 PM, Brian Hauge Hansen wrote: > One question, any specific reasons for having a 2 server setup instead of 3? Just to save costs (the servers are rented at a web hoster) and because it wasn't necessary. In our case the customer didn't require multiple servers for performanc

Re: [TYPO3-english] TYPO3 CMS, multiple app servers and load balancing

2016-04-20 Thread Daniel Neugebauer
Hi! We are running one 4.5 website on two backend servers behind HAProxy (upgrade to 7 LTS planned, read the end). Both servers are standing next to each other and are linked directly via a second ethernet card. That setup was originally meant to only required to provide basic failover (if one ser

Re: [TYPO3-english] Only one mirror left for main extension repository?

2015-10-01 Thread Daniel Neugebauer
Hi! Okay, so it's not a bug, it's a feature. ;) I was just a bit surprised to see all mirrors gone, guess others may be wondering as well. Just to be sure: I only checked that setting yesterday because the default "random"-entry caused some downloads to fail. It appeared like our installati

[TYPO3-english] Only one mirror left for main extension repository?

2015-09-30 Thread Daniel Neugebauer
Hi! Maybe I missed yet annother announcement but is it correct that there is only one extension mirror available? I'm sure I still saw 5-6 mirrors two weeks ago and couldn't find any announcement about giving up those mirrors. See: curl -s 'http://repositories.typo3.org/mirrors.xml.gz' | gun

Re: [TYPO3-english] [TYPO3-core] Announcing TYPO3 CMS 7.0

2014-12-05 Thread Daniel Neugebauer
Hi! Thanks for the clarification, that was the answer I was looking for. :) As we still have a lot of websites to migrate to 6.2, some relying heavily on TemplaVoila unfortunately, the next few weeks we will be discussing what we are going to do. The result will likely be an intensified migration

Re: [TYPO3-english] [TYPO3-core] Announcing TYPO3 CMS 7.0

2014-12-04 Thread Daniel Neugebauer
Hi! On 12/04/2014 09:12 PM, Jo Hasenau wrote: > It says "TYPO3 CMS 7 out now!" Oh, sorry, my fault... Of course it doesn't say *LTS* yet (although I re-cited it, I missed the "LTS" when reading Stefan's answer; oops... I had a long day, sorry again). > You can use them in production but of cours

Re: [TYPO3-english] [TYPO3-core] Announcing TYPO3 CMS 7.0

2014-12-04 Thread Daniel Neugebauer
Hi! We got similar questions when we saw the roadmap today. Your previous answer already solves some of them but IMHO there's one even more important question that has to be asked: On 12/04/2014 04:35 PM, Stefan Neufeind wrote: > When CMS 7 LTS is out, you can base new things on that one or upgra

[TYPO3-english] XSS vulnerability in weeaar_googlesitemap?

2014-09-03 Thread Daniel Neugebauer
Hi! I just got the note that weeaar_googlesitemap is supposed to be vulnerable to cross-site scripting [1]. Unfortunately there are no details if that vulnerability only affects backend or also frontend and if it is exploitable through other means than the PAGE TLO configured in TypoScript (e

[TYPO3-english] Calendar Base (cal) has broken layout, editing doesn't work correctly

2012-11-06 Thread Daniel Neugebauer
Hi! We wanted to use Calendar Base (cal 1.5.1) with Typo3 4.5.19 for a website that needs a real calendar because there are too many events to handle them in tt_news/mbl_newsevent. As there is no BE module (or at least we couldn't find any), we activated FE group simulation for backend users

Re: [TYPO3-english] 4.5 includeCSS/includeJS outside template path?

2012-10-29 Thread Daniel Neugebauer
external was what I was looking for, I just didn't find it. :) Thanks also for your link, I'm sure I can use some of the tips given there as well. Daniel ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mail

[TYPO3-english] 4.5 includeCSS/includeJS outside template path?

2012-10-29 Thread Daniel Neugebauer
Hi! I'm trying to include CSS and JS files that reside outside fileadmin but they don't show up on FE. I tried: includeCSS.10 = folder/file.css includeCSS.20 = /folder/file.css includeCSS.30 = /full/serverside/path/folder/file.css includeCSS.40 = http://my.domain.tld/folder/file.css Neither w

Re: [TYPO3-english] perfectlightbox/DAM: image link with spaces is not encoded and split apart to typolink options

2012-06-20 Thread Daniel Neugebauer
Looks like I had a copy & paste error in the TypoScript editor. Here's a more readable clean version: ## WORKAROUND PERFECTLIGHTBOX [BEGIN] # workaround for some bug in Typo3 Core/DAM/Perfectlightbox (couldn't locate...) # problem: perfectlightbox links to original image (as is done wit

[TYPO3-english] perfectlightbox/DAM: image link with spaces is not encoded and split apart to typolink options

2012-06-20 Thread Daniel Neugebauer
Hi! We fell into some bug around perfectlightbox, DAM or Core (possibly): If you have an image that has spaces in its URL (typolink.parameter) and check "Enlarge on Click", they are not encoded and parts of the URL are split apart and used as typolink options (target attribute, CSS classes, .

Re: [TYPO3-english] HMENU/TMENU mixes userfunction and a ghost sitemap

2012-04-30 Thread Daniel Neugebauer
A short reply to myself because I hate finding threads on the Internet that end with the first post. On 03/05/2012 05:41 PM, Daniel Neugebauer wrote: > As you can see, it has no "sub menus". But: If we let it render this > way, it lists parts of the site's page structure

Re: [TYPO3-english] swap CSS order of TemplaVoila and includes

2012-03-26 Thread Daniel Neugebauer
That would be one option, but we would like to keep the original CSS included instead, if possible. We worked around the issue by adding the link and script tags to page.headerData.10 = HTML and removing header parts from our TemplaVoila template. That way, we can place those tags behind the a

[TYPO3-english] swap CSS order of TemplaVoila and includes

2012-03-26 Thread Daniel Neugebauer
Hi! We updated an old website from Typo3 4.3 to 4.5, including TemplaVoila. Before the update, our stylesheets and scripts were included after the "default" stylesheet, like this: [more CSS from our template] [more JS from our template] After the update, the order got swapped, so we no

[TYPO3-english] HMENU/TMENU mixes userfunction and a ghost sitemap

2012-03-05 Thread Daniel Neugebauer
Hi! We are currently working on some patches to elemente_fenews [1] (version from SVN), which is an extension for FE tt_news creation and editing. Users are supposed to be able to select one or multiple tt_news categories their news should being associated with. This is done by rendering a H

Re: [TYPO3-english] Convert all tables to InnoDB

2011-12-01 Thread Daniel Neugebauer
On 12/01/2011 09:39 AM, Dmitry Dulepov wrote: I second that. There are tables that are mainly read. They need to be MyISAM because that is the fastest. Changing them to InnoDB will slow down the whole installation. But that's not the only reason to keep it at mixed storage engines, is it? I re