php & apache problem

04/15/2012 02:56 .x3Bit#1
Hi ich hab ein kleines problem mit meinem hp server

ehmm wen ich auf die seite gehe kommt dieser fehler

Quote:
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /usr/local/www/apache22/data/inc/daten.inc.php on line 4

Fatal error: Call to undefined function mysql_connect() in /usr/local/www/apache22/data/index.php on line 15
04/15/2012 03:23 .Marcel'#2
Damit löst du das erste Problem:
PHP Code:
date_default_timezone_set('Europe/Berlin'); 
Um den zweiten Fehler zu lösen:
Dir Fehlt die Mysql Extension (google)
04/15/2012 03:31 .x3Bit#3
das muss in die "httpd.conf" oder?
04/15/2012 03:37 .Marcel'#4
Quote:
Originally Posted by x3BitFx View Post
das muss in die "httpd.conf" oder?
Google einfach, wie man einen Apache Webserver mit PHP und Mysql konfiguriert.
04/15/2012 03:47 .x3Bit#5
finde nix omg
04/15/2012 03:58 'Roccat™#6
Lösung :
Quote:
hast bei deinen webserver net alle php extensions installiert