-
Register Page Error
Hello ive setted for my friend the odbc registerpage of wizikid at his serevr it worked nice but i maked the same excactly same setting at mine reg page of wizikid but at mine pop up this error
Strict Standards: date () [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'Europe / Paris' for '1 .0/no DST' instead in C: \ AppServ \ www \ index.php on line 173
Warning: odbc_exec () [function.odbc-exec]: SQL error: [Microsoft] [ODBC SQL Server Driver] [SQL Server] The conversion of a char data type to a datetime data type of datetime value is out of range ., SQL state 22,008 in SQLExecDirect in c: \ AppServ \ www \ index.php on line 176
Error
Shit happened. Please report this bug at our forums.
-
Re: Register Page Error
Code:
date_default_timezone_set("Europe/Paris");
Place this at the top of the PHP page, before <?PHP.
-
Re: Register Page Error
ok fixed theres 1 error left .. help me
Warning: odbc_exec () [function.odbc-exec]: SQL error: [Microsoft] [ODBC SQL Server Driver] [SQL Server] The conversion of a char data type to a datetime data type of datetime value is out of range ., SQL state 22,008 in SQLExecDirect in c: \ AppServ \ www \ index.php on line 177
Error
Shit happened. Please report this bug at our forums.