Hallo habe ein Problem, bei dem ich grad net weiterkomme
und zwar habe ich bei mir lokal PHP 5.2.1 drauf und auf dem Webserver läuft PHP 5.1.2
wenn ich nun meine Seite hochlade kommt folgendes:
Fatal error: Call to undefined function: date_format() in /kunden/90826_63303/datei.inc.php on line 29
code:
unteschiede dich ich via phpinfo() auf den beiden Servern gesehen habe (Unterschiede=was anderes eingetragen, statt on off oder andere werte):
arg_seperator.output
asp_tags
browscap
error_reporting
ext.div
max.execution_time
max.input_time
memory_limit
post_max_size
precision
register_globals
upload_max_filesize
y2k_compliance
schon mal vielen dank im Vorraus
und zwar habe ich bei mir lokal PHP 5.2.1 drauf und auf dem Webserver läuft PHP 5.1.2
wenn ich nun meine Seite hochlade kommt folgendes:
Fatal error: Call to undefined function: date_format() in /kunden/90826_63303/datei.inc.php on line 29
code:
PHP-Code:
$termine = mysql_query ("SELECT partner_id, DATE_FORMAT
(termin_date, '%d.%m.%Y') AS termin_date FROM termin
WHERE termin_date >= str_to_date
('".date_format(date_create($offset." week".(($saturday_fix)?"":" next Saturday")),"d.m.Y")."','%d.%m.%Y')
and termin_date < str_to_date
('".date_format(date_create(($offset+$weeks_to_show)." week".(($saturday_fix)?"":"
next Saturday")),"d.m.Y")."','%d.%m.%Y') ");
arg_seperator.output
asp_tags
browscap
error_reporting
ext.div
max.execution_time
max.input_time
memory_limit
post_max_size
precision
register_globals
upload_max_filesize
y2k_compliance
schon mal vielen dank im Vorraus
Kommentar