turnkeylinux / tracker

TurnKey Linux Tracker
https://www.turnkeylinux.org
70 stars 16 forks source link

Build error (appflower): download issue #106

Closed alonswartz closed 9 years ago

alonswartz commented 11 years ago
Dload  Upload   Total   Spent    Left  Speed
:--     0  0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 504
make: *** [build/stamps/root.patched] Error 22
alonswartz commented 11 years ago

After installing from github including submodules (see https://github.com/turnkeylinux-apps/appflower/commit/063e0f26f146770d04f42a8032d993170ec2c5a1), there are still issues:

+ /var/www/appflower/symfony project:permission
PHP Warning:  require_once(runtime/lib/Propel.php): failed to open stream: No such file or directory in /var/www/appflower/plugins/sfPropelORMPlugin/config/sfPropelORMPluginConfiguration.class.php on line 43
PHP Fatal error:  require_once(): Failed opening required 'runtime/lib/Propel.php' (include_path='/var/www/appflower:/var/www/appflower/plugins/sfPropelORMPlugin/lib/vendor/phing:/var/www/appflower/plugins/sfPropelORMPlugin/lib/vendor/propel:/var/www/appflower/plugins/sfPropelORMPlugin/lib/vendor/phing/../:/var/www/appflower/plugins/sfPropelORMPlugin/lib/vendor/phing/classes:/usr/share/pear') in /var/www/appflower/plugins/sfPropelORMPlugin/config/sfPropelORMPluginConfiguration.class.php on line 43

According to the readme:

In addition to these git repositories we a few other installations options available for those not choosing to use git. Visit the http://www.appflower.com/cms/download page for more details.

Which means, as long as the appflower websites are down (the original cause of the issue), this is a blocker...

nhereveri-zz commented 10 years ago

Maybe you install libs in ROOT lib/vendor dir?

Try to check where you install those, because README is a little confusing.

config/ProjectConfiguration.class.php

sfConfig::set('sf_phing_path', sfConfig::get('sf_root_dir').'/lib/vendor/phing/');
sfConfig::set('sf_propel_path', sfConfig::get('sf_root_dir').'/lib/vendor/propel/');
JedMeister commented 9 years ago

It looks like appflower is now abandonware so closing this issue

abidrcastaneda commented 7 years ago

I think the sfcoreautoload.class.php is missing from the lib/vendor/symfony/ .... in fact, the folders only go all the way up to ../lib/vendor/symfony/ and that's it, there are missing files .....................