Zend Framework - Große Probleme mit Webseite
Hallo!
Wir haben produktiv eine Webseite auf einem externen Webserver. Dort läuft die Seite so wie sie soll.
Wir haben diese Seite nun heruntergeladen um 1-2 Sachen zu editieren. Xampp lokal installiert etc. Wenn wir die Seite jetzt öffnen, funktionieren nur 30-40% der Seite.
Problem: Wir kennen uns mit Zend bisher nicht so wirklich aus, aber die Seite wurde damals mithilfe davon erstellt. Es sind echt nur 1-2 sehr kleine Dinge die wir ändern müssen.
Allerdings kommen wir gar nicht so weit, da die Seite schon im original Zustand nicht korrekt angezeigt wird.
Hier mal ein kleiner Auszug der Fehlermeldungen
Hat jemand eine Ahnung, woran das liegen kann? Die Seite läuft auf dem Server ja einwandfrei. Fehlt mir lokal noch irgendein Addon oder so?
Wir haben produktiv eine Webseite auf einem externen Webserver. Dort läuft die Seite so wie sie soll.
Wir haben diese Seite nun heruntergeladen um 1-2 Sachen zu editieren. Xampp lokal installiert etc. Wenn wir die Seite jetzt öffnen, funktionieren nur 30-40% der Seite.
Problem: Wir kennen uns mit Zend bisher nicht so wirklich aus, aber die Seite wurde damals mithilfe davon erstellt. Es sind echt nur 1-2 sehr kleine Dinge die wir ändern müssen.
Allerdings kommen wir gar nicht so weit, da die Seite schon im original Zustand nicht korrekt angezeigt wird.
Hier mal ein kleiner Auszug der Fehlermeldungen
Notice: Use of undefined constant router - assumed 'router' in C:\xampp\htdocs\neu\module\ZpSite\config\module.config.php on line 30
Notice: Use of undefined constant router - assumed 'router' in C:\xampp\htdocs\neu\module\ZpSite\config\module.config.php on line 30
Notice: Use of undefined constant navigation - assumed 'navigation' in C:\xampp\htdocs\neu\module\ZpSite\config\module.config.php on line 31
Notice: Use of undefined constant navigation - assumed 'navigation' in C:\xampp\htdocs\neu\module\ZpSite\config\module.config.php on line 31
Notice: Undefined variable: filename in C:\xampp\htdocs\neu\module\ZpSite\src\ZpSite\Controller\SiteController.php on line 93
Notice: Undefined variable: filename in C:\xampp\htdocs\neu\module\ZpSite\src\ZpSite\Controller\SiteController.php on line 97
Notice: Undefined variable: rout in C:\xampp\htdocs\neu\module\ZpSite\src\ZpSite\Controller\SiteController.php on line 123
Warning: include(C:\xampp\htdocs\neu\module\ZpSite\src\ZpSite\Controller../../../../../../public/inc/page/.inc.php): failed to open stream: No such file or directory in C:\xampp\htdocs\neu\module\ZpSite\view\zp-site\site\page.phtml on line 4
Warning: include(): Failed opening 'C:\xampp\htdocs\neu\module\ZpSite\src\ZpSite\Controller../../../../../../public/inc/page/.inc.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\neu\module\ZpSite\view\zp-site\site\page.phtml on line 4
Hat jemand eine Ahnung, woran das liegen kann? Die Seite läuft auf dem Server ja einwandfrei. Fehlt mir lokal noch irgendein Addon oder so?
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 319003
Url: https://administrator.de/contentid/319003
Ausgedruckt am: 24.11.2024 um 03:11 Uhr
5 Kommentare
Neuester Kommentar
Moin Harald,
ich nutze zwar nie XAMP und Windows zur entwicklung aber das ZendFramework muss zu erst installiert werden und die Umgebungsvariablen gesetzt sein damit das "routing" im Framework funktioniert.
Laut den Fehlermeldungen siehst du ja, in welcher Datei und in welcher Zeile was nicht funktioniert und was ihm zum korrekten ausführen fehlt.
"like most web developers, use the excellent XAMPP to develop and test PHP/MySQL websites and applications on my local machine. The problem is the XAMPP doesn’t come with the Zend framework installed by default.
If you want to develop with Zend, you could always use Zend Server CE instead of XAMPP, as Zend Server comes with the Zend framework installed. The downside to that is that the Zend server is not as simple to set up and use as XAMPP, and if you’ve already been using XAMPP, migrating to Zend server can be a real pain in the ass, and you can’t run both XAMPP and Zend server together.
If you google installing Zend in XAMPP, there are many different guides, all of which seem overly complicated. Installing the zend framework under XAMPP is actually a lot simpler than most guides online would suggest, and using the following guide you should be able to run Zend Apps in your existing XAMPP environment in a matter of minutes."
Quelle : http://mattbearman.com/2010/05/18/how-to-install-zend-framework-with-xa ...
PS: Das ist aus 2010 und ZF1 falls du ZF2 nutzt musst nach was aktuellerem suchen oder mal die Doku abarbeiten wie dies sich auf Windows Systemen verhält.
Grüße
ich nutze zwar nie XAMP und Windows zur entwicklung aber das ZendFramework muss zu erst installiert werden und die Umgebungsvariablen gesetzt sein damit das "routing" im Framework funktioniert.
Laut den Fehlermeldungen siehst du ja, in welcher Datei und in welcher Zeile was nicht funktioniert und was ihm zum korrekten ausführen fehlt.
"like most web developers, use the excellent XAMPP to develop and test PHP/MySQL websites and applications on my local machine. The problem is the XAMPP doesn’t come with the Zend framework installed by default.
If you want to develop with Zend, you could always use Zend Server CE instead of XAMPP, as Zend Server comes with the Zend framework installed. The downside to that is that the Zend server is not as simple to set up and use as XAMPP, and if you’ve already been using XAMPP, migrating to Zend server can be a real pain in the ass, and you can’t run both XAMPP and Zend server together.
If you google installing Zend in XAMPP, there are many different guides, all of which seem overly complicated. Installing the zend framework under XAMPP is actually a lot simpler than most guides online would suggest, and using the following guide you should be able to run Zend Apps in your existing XAMPP environment in a matter of minutes."
Quelle : http://mattbearman.com/2010/05/18/how-to-install-zend-framework-with-xa ...
PS: Das ist aus 2010 und ZF1 falls du ZF2 nutzt musst nach was aktuellerem suchen oder mal die Doku abarbeiten wie dies sich auf Windows Systemen verhält.
Grüße