bowtellj
Posts: 65
|
| Posted: 08/21/2007, 1:34 AM |
|
I have just uploaded my site to the office server and I am able to add, edit & update all of my records.which is a great start.
After enabling security on some pages I get the following error messages. The app works without fault on my devpc.
What would be causing this.
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1., SQL state 07001?I in SQLExecDirect in C:\wamp\www\core_intranet\db_odbc.php on line 93
and
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\core_intranet\db_odbc.php:93) in C:\wamp\www\core_intranet\Common.php on line 641
Line 93: $this->Query_ID = odbc_exec($this->Link_ID,$Query_String);
Line 641: setcookie ($parameter_name, $param_value, $expired);
_________________
Thanks
James
Just another Newbie! - Apache 2.24, PHP 5.2.3, MySQL 5.0.41, Windows XP SP2. CCS 3.2.0.2/4.0.2
|