When using PHPUnit with xampp the first the to do is install PHPUnit through pear. You usually need to update pear first, after that you should be able to follow the instructions here Getting PHPUnit working with Magento is fairly straight forward. It's just a case of including Mage.php and then calling Mage::app(); in the [...]
Archive: xampp
Posts Tagged ‘xampp’
For some reason the upgrade seems to have installed Apache which then conflicts with my XAMPP apache. This prevents me from starting the XAMPP apache. To fix this simply search for apache in Synaptic package manager and uninstall it. XAMPP apache should then start fine. More Reading:Ubuntu 10.04 Flash Not Working + SolutionUbuntu 10.04 Sun [...]
1] Download the latest version of ( XAMPP For Linux ) here 2] Install it. To install lampp, extract and put in /opt directory. Remember to extract it as ROOT. 3] Download Development package from same site. 4] Extract it, copy and paste "include" folder from Development package to /opt/lampp directory. ( This package would [...]
I have put together an XAMPP based portable Magento demo site. You can easily download it to your windows PC, drop the xampp folder into the root of your C: drive, launch the XAMPP control panel to start Apache and MySQL and then you are away. You can get the files on GitHub here: http://github.com/edmondscommerce/XAMPP-Magento-Demo-Site [...]
If you are using XAMPP on Ubuntu (or probably other) Linux and are also trying to use the MySQL Administrator and MySQL Query Browser GUI tools available in the repo's, you have probably hit an error message like this: PLAIN TEXT CODE: Could not connect to host 'localhost'. MySQL Error Nr. 2002 Can't connect to [...]