Kieron Howard+ by | May 29, 2013 | Development, Servers
Importing MySQL db into Solr4. #/opt/solr/example/solr/collection1/conf/data-config.xml Then /opt/solr/example/solr/collection1/conf/solrconfig.xml /opt/solr/collection1/conf/data-config.xml data-config.xml When I...Kieron Howard+ by | May 24, 2013 | Servers
Had a real issue installing PHPUnit on my Vagrant server. Initially I got this error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/bin/phpunit on line 39 Googling around, many people solved using: sudo apt-get remove phpunit sudo apt-get...Kieron Howard+ by | May 17, 2013 | Development
[Update] This method will install an older version of Solr. To get the latest I followed this guide. All I had to do was add: config.vm.network :forwarded_port, host: 4569, guest: 8983 to the Vagrant file. You can then start Tomcat with: /etc/init.d/tomcat6 start and...Kieron Howard+ by | May 17, 2013 | Development
Importing pre-existing MySQL DB using Doctrine in Symfony2 I came across this error: [DoctrineDBALDBALException] Unknown database type enum requested, DoctrineDBALPlatformsMySqlPlatform may not support it. The fix was found within the Symfony2 Docs To...
Recent Comments