Partkeepr

From XinCheJian
Jump to navigation Jump to search

fresh install of partkeepr on ubuntu server 12.04

before you can run setup.php it assumes you have doctrine installed.. its not

Fatal error: de\RaumZeitLabor\PartKeepr\PartKeepr::initializeClassLoaders(): Failed opening required 'Doctrine/Common/ClassLoader.php'
 (include_path='.:/usr/share/partkeepr/partkeepr-0.1.7:/usr/share/php:/usr/share/pear') 
  in partkeepr-0.1.7/src/backend/de/RaumZeitLabor/PartKeepr/PartKeepr.php on line 45 
  • fix pecl/pear
pear channel-discover pear.doctrine-project.org
pear install pear.doctrine-project.org/Doctrine
pear install pear.doctrine-project.org/DoctrineSymfonyYaml
  • fix imagemagic
apt-get install imagemagick
apt-get install php5-imagick
apt-get install doctrine

service apache2 restart