Archives
I’ve tried to get indexed_search in Typo3 to work. If you try to do this the first time it isn’t really easy. After the basic setup the normal search was fine. However external documents like pdf and winword were not being indexed. Of course I’ve installed the needed tools and checked the path to them [...]
While trying to get indexed_search in Typo3 to work I’ve discoverd a lot of log_setTSlogMessage functions in the code. I ask myself where to find the output of these function. I digged around and found a reference to $GLOBAL['TT']. Ok. Not much better. Again I had to dig around. Finally I got a simple answer: [...]
After installing the pear pecl extensions I got a strange error: PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files in Unknown on line 0 This problem is very easy to fix. Ensure that you php.ini contains apc.shm_size=128M and NOT apc.shm_size=128. The M makes the differences.
After upgrading Plesk from an old, but working, 8.6.0 to a recent version everything worked fine afterwards. Then I did the “mistake” and enabled the build-in greylisting feature. Out of sudden I wasn’t able to send a mail anymore. I got a “qq trouble in home directory” error message. Hmm … Bad!. Ok. First I [...]
Today just a shorty: Enable gzip! When using php set output_handler = ob_gzhandler. So every php request will be compressed. Also you can use the defalte module of you apache2. In that case javascript, pure html and css will also be compressed. activate the module a2enmod deflate add some lines to you configureation (vhost or [...]
When you are moving to a new Plesk Server the Migration Manager of Plesk is a cool feature. It helps you to keep out of a lot of trouble. But unfortunately it also add some trouble. When you try to migrate a Mailman maillinglist the Migration Manager first adds a new list with default settings [...]
If you ever need to install a Typo3 4.3 or higher on a Strato you may encounter a problem with ImageMagick. First of all you need an package which supports ImageMagick! If you package supports it then you may have the problem that ImageMagick Version 4.2.9 will not work and gives you that error: “There [...]
You put your computer into hibernation. Everything seems to fine and you went off. When you come back your PC is running. How? Mostly since you have a cordless mouse which sends from time to time a signal. Or you just moved the mouse. After checking all BIOS settings you were not able to find [...]
When you change the default translation of your Putty to UTF-8 you can use all the advantages of that. But there is one thing witch is strange. If you call YAST you’ll see wired characters instead of the normal lines. Of course you set “Handling of line drawing characters” to “Use Unicode line drawing code [...]
To speed up the render process of Typo3 of you may try this extension: nc_staticfilecache This extension will cache each rendered page of Typo3 into a static file. When a user tries to access this page the next time the page is delivered directly. Of course the extension takes care of the cache timeout configuration [...]