ďťż
Podstrony
|
telcocafeZainstalowałem i skonfigurowałem ręcznie Apache, PHP i MySQL i problem mam teraz taki, że kod PHP jest pomijany tak jak by w ogóle go nie było. Co może być nie tak?PS. Nie chcę używać gotowych składaków (np. Krasnal, WebServ), ponieważ mają pewne ograniczenia dotyczące MySQL. @edit Zmieniłem tytuł tematu. Użytkownik Kamil1000 edytował ten post 18 kwiecień 2009, 14:35 Zmodyfikowałeś plik konfiguracyjny od apache? Tak, zmieniłem wg. tego: http://forum.dobrepr...hp?f=7&t=204639 Może sprawdź errorlog'a od apacha, bo może php w ogóle nie chce wstać. php.ini też konfigurowałeś? Ustaw w php.ini error_reporting = E_ALL display_errors = On display_startup_errors = On Uruchom ponownie apache i sprawdź czy wywala jakieś błędy. Z php.ini się nie bawiłem, a oto log z Apache: [Fri Apr 17 21:29:46 2009] [notice] Child 6784: Released the start mutex [Fri Apr 17 21:29:47 2009] [notice] Child 6784: All worker threads have exited. [Fri Apr 17 21:29:47 2009] [notice] Child 6784: Child process is exiting [Fri Apr 17 21:29:47 2009] [notice] Parent: Child process exited successfully. httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.2.100 for ServerName [Fri Apr 17 21:29:53 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.9-2 configured -- resuming normal operations [Fri Apr 17 21:29:53 2009] [notice] Server built: Dec 10 2008 00:10:06 [Fri Apr 17 21:29:53 2009] [notice] Parent: Created child process 6828 httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.2.100 for ServerName httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.2.100 for ServerName [Fri Apr 17 21:29:53 2009] [notice] Child 6828: Child process is running [Fri Apr 17 21:29:53 2009] [notice] Child 6828: Acquired the start mutex. [Fri Apr 17 21:29:53 2009] [notice] Child 6828: Starting 64 worker threads. [Fri Apr 17 21:29:53 2009] [notice] Child 6828: Starting thread to listen on port 80. Użytkownik Kamil1000 edytował ten post 17 kwiecień 2009, 20:33 Jednak to jest problem z MySQL, ponieważ phpMyAdmin pokazuje błąd: http://i60.photobucket.com/albums/h22/Kamil1000/Snap589.jpg a ja próbowałem otworzyć stronę ze skryptem wykorzystującym MySQL, prosta strona: <html> <head> <meta http-equiv="Content-Type" charset="iso-8859-2" /> </head> <body> <?php echo ('Test'); ?> </body> </html> działa @edit U mnie w phpinfo() nie ma w ogóle działu dotyczącego MySQL. @edit2 Teraz coś zrobiłem i MySQL w PHP działa, ale phpMyAdmin nie chce dalej działać, bo... nie ma modułu mcrypt, mimo iż on jest: http://i60.photobucket.com/albums/h22/Kamil1000/Snap590.jpg i teraz jak się zaloguję to wywala mi Apache: http://i60.photobucket.com/albums/h22/Kamil1000/Snap591.jpg Użytkownik Kamil1000 edytował ten post 18 kwiecień 2009, 14:33 |
|||
Sitedesign by AltusUmbrae. |