Startseite »
InternetBlogs »
Forestsoft Blog
Forestsoft Blog
Ein Blog rund um die Themen PHP-Programmieung, Webseiten Erstellung und Software Tools aus dem Internet
|
|
Exception: Serialization of
geschrieben am 06.03.11 - 11:49 Uhrif you get the Error above by executing Magento Unittest look at your Configuration Options for PHPUnit. backupStaticAttributes must set to false.
Shell Script to install php
geschrieben am 22.01.11 - 11:54 UhrFor my work I have developed a little shellscript to configure and install my php installations: My folder Structure is like following: /usr/local/bin/php/phpversion There is a symlink to current phpversion: /usr/local/bin/php/current -> /usr/local/bin/php/phpversion The Script [...]
Shared Memory issue with mod_fcgid
geschrieben am 11.01.11 - 22:02 UhrToday I had an issue about the shared memory for my apache server. It want reserve memory for a fcgid process and stop with message: No space left on device: modfcgid: Can’t create shared memory for size After a liittle bit research i´ve found out that one of my [...]
Setting up an Gearman Cluster on Debian
geschrieben am 19.12.10 - 15:14 UhrFirst we need to download latest release of gearmand server at the gearman homepage. #!/bin/bash apt-get install libevent-dev uuid-dev wget http://launchpad.net/gearmand/trunk/0.14 /+download/gearmand-0.14.tar.gz tar xvzf gearmand-0.14.tar.gz cd gearmand-0.14 ./configure make [...]
Setting up an Gearman Client on php5 as
geschrieben am 19.12.10 - 15:13 UhrFirst determine that your system has the phpize command. The base php5 package of Debian does not include phpize. You can install that with following command: gearclient1:~# apt-get install php5-dev Before you can start you must install the gearmen libraries from the post [...]
Problems on installing Gearmand
geschrieben am 19.12.10 - 13:55 UhrOn executing ./configure i get the following error: configure: error: No working C++ Compiler has been found. gearmand requires a C+ The Solution is to install following Packages: apt-get install build-essential g++ No its work fine.
Secure your Typoscripts
geschrieben am 16.12.10 - 21:22 UhrTypo3 allowe the functionallity that you can outsource your TypoScripts in an external File. Most developer use the File Extension .ts for these kind of Files. They store the Typo Scripts in a public folder like fileadmin/typoscripts. In this case can all view sensitive Data [...]
Typo3 User Function
geschrieben am 15.12.10 - 21:19 UhrToday we had lost 1 Hour because we want implement an User Function in Typo3 over an Typoscript. Following Snippet does not work: ### add user stylesheets ### includeLibs.usersites = fileadmin/scripts/class.usersitescss.php page.headerData.1010 = USER [...]
Compare MySQL Databases with
geschrieben am 11.12.10 - 11:38 UhrYesterday I´ve found a program which I looking for a long Time ago. We want comapre any MySQL Databases including Data its in. The great Software calls Toad for MySQL and can be download here. It support some nice Features: Compare any Databases on any MySQL Server. Compare [...]
PHPUnit Selenium Driver and Screenshots
geschrieben am 08.12.10 - 21:56 UhrIf you use PHUnit Selenium Extension with Possibilty to take Screenshots on Error be aware that your Operating System where you run the test is the same that the Selenium Server runs. PHPUnit use DIRECTORYSEPARATOR to tell Selenium Server where Screenshots should be saved. If [...]
Ähnliche Blogs aus dieser Kategorie:


