Her 3 veya 4 gün çöküyor bir müşteri site miras var. Ben hiçbir bilgiye sahip hangi ile zend-çerçeve kullanılarak inşa edilmiştir.
Aşağıdaki kodu:
<?php
// Make sure classes are in the include path.
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . 'lib' . PATH_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'classes');
// Use autoload so include or require statements are not needed.
require_once 'Zend/Loader.php';
Zend_Loader::registerAutoload();
// Run the application.
App_Main::run('production');
Aşağıdaki hatayı neden oluyor:
[Tue Sep 02 12:58:45 2008] [error] [client 78.***.***.32] PHP Warning: require_once(Zend/Loader.php) [function.require-once]: failed to open stream: No such file or directory in /srv/www/vhosts/example.co.uk/httpdocs/bootstrap.php on line 6 [Tue Sep 02 12:58:45 2008] [error] [client 78.***.***.32] PHP Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='.:.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/vhosts/example.co.uk/httpdocs/bootstrap.php on line 6
Ben bile nerede bu düzeltmek için çalışıyorum başlamak için bilmiyorum. PHP bilgi benim seviyesi ara ama dediğim gibi, ben Zend ile hiçbir deneyimi var. Ayrıca, orijinal geliştirici temas bir seçenek değildir.
Ilginç bir şey kod sitenin bir sayfa hatası vurmak her zaman çalıştırmak olsa bile sadece her şimdi ve sonra yok oluyor.
Ben include_path ile ilgili bir şey olması gerektiğine inanıyorum ama emin değilim.