Pawka / phrozn

Phrozn is extremely flexible static site generator in PHP.
phrozn.info
Apache License 2.0
455 stars 60 forks source link

Can't run phr init #94

Closed 360weboy closed 11 years ago

360weboy commented 11 years ago

I have installed all the files based on the installation guide and created the soft link correctly.

But, when i run the phr init in the public_html directory, the following error shown:

PHP Warning: require_once(PEAR/Exception.php): failed to open stream: No such file or directory in /home/jack/github/phrozn/vendor/pear/console_commandline/Console/CommandLine/Exception.php on line 28 PHP Fatal error: require_once(): Failed opening required 'PEAR/Exception.php' (include_path='/home/jack/github/phrozn/vendor/pear/console_commandline:/home/jack/github/phrozn/Phrozn/:/home/jack/github/phrozn:/home/jack/github/phrozn/bin/../:.:/usr/share/php:/usr/share/pear') in /home/jack/github/phrozn/vendor/pear/console_commandline/Console/CommandLine/Exception.php on line 28

360weboy commented 11 years ago

Find the reason, it is due to the missing pear installed.