Re: [TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Tomasz Krawczyk
W dniu 2012-07-18 23:02, Oliver Klee pisze: Hi, Am 18.07.2012 21:47, schrieb Loek Hilgersom: We recently had stubborn segmentation fault errors with APC on a project running TYPO3 4.6. Now switched to Xcache with no problems since - for what it's worth, YMMV. I had exactly the same experience

Re: [TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Oliver Klee
Hi, Am 18.07.2012 21:47, schrieb Loek Hilgersom: > We recently had stubborn segmentation fault errors with APC on a project > running TYPO3 4.6. Now switched to Xcache with no problems since - for > what it's worth, YMMV. I had exactly the same experience (and the same solution ...). :-) Oli --

Re: [TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Loek Hilgersom
Hi, We recently had stubborn segmentation fault errors with APC on a project running TYPO3 4.6. Now switched to Xcache with no problems since - for what it's worth, YMMV. Loek On 18-07-12 16:29, Laurent Cherpit wrote: Hello, Use APC -> http://stackoverflow.com/questions/930877/apc-vs-eacc

[TYPO3-english] New cache hash calculation class

2012-07-18 Thread François Suter
Hi all, In TYPO3 4.7 a new class was introduced for refining cache hashes calculations (t3lib_cacheHash). I was trying it out to see if it could help in a project where I need to have a variable passed in all requests (beyond the usual L for language). This variable must be taken into account

Re: [TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Laurent Cherpit
Hello, Use APC -> http://stackoverflow.com/questions/930877/apc-vs-eaccelerator-vs-xcache or compile E-accelerator with --with-eaccelerator-doc-comment-inclusion configure option. Greetings Laurent > Éric Thibault > 18 juillet 2012 16:06 > Hello to all! > > W

[TYPO3-english] E-Accelerator bug when configuring extension

2012-07-18 Thread Éric Thibault
Hello to all! We've just installed E-Accelerator in our developpement system with comments and now when we try to configure our extensions in the extension manager, we get this error: Cannot use object of type stdClass as array in /data2/html/typo3_src-4.7.2/typo3/sysext/em/classes/connection/

Re: [TYPO3-english] Multi database configuration

2012-07-18 Thread Jigal van Hemert
Hi, On 16-7-2012 14:19, Roberto Torresani wrote: I'm looking for documentation on multidatabase configuration with master-master mysql or "write/update/delete" on the master and the select on the slave. The core has no support for this. I wouldn't advise to attempt this. A slave is always beh