Hello,
I can not migrate to guriddo 5_1_0 from jqsuite 4_6_0
the scheduler not work, the same error:
the calendar remains in “loading….”
In firebug:
SQLSTATE[42000]: [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘end’.
Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE[IMSSP]: The statement must be executed before results can be retrieved.’ in C:\wamp\www\guriddo510\php\PHPSuito\DBdrivers\jqGridPdo.php on line <i>235</i>
( ! ) PDOException: SQLSTATE[IMSSP]: The statement must be executed before results can be retrieved. in C:\wamp\www\guriddo510\php\PHPSuito\DBdrivers\jqGridPdo.php on line <i>235</i>
Can you help me?
The SQL table:
CREATE TABLE [events](
[event_id] [int] IDENTITY(1,1) NOT NULL,
[user_id] [int] NOT NULL DEFAULT 0,
[start_event] [int] NOT NULL DEFAULT 0,
[end_event] [int] NOT NULL DEFAULT 0,
[title] [varchar](255) NOT NULL,
[description] [text] NOT NULL,
[location] [varchar](255) NOT NULL DEFAULT ”,
[categories] [varchar](255) NOT NULL DEFAULT ”,
[access] [varchar](255) NOT NULL DEFAULT ”,
[all_day] [tinyint] NOT NULL DEFAULT 0,
PRIMARY KEY CLUSTERED
(
[event_id] ASC
))
I changed my connection to MYSQL and it works , but not on SQL SERVER.
Is a new proyect folder.
Is urgent, thanks
-
This reply was modified 9 years, 10 months ago by
MarceloDiazO.
-
This reply was modified 9 years, 10 months ago by
MarceloDiazO.