Ajax DataGrid Support Product Page

Answered

Deprecated

Asked 12 Jul 2014 19:53:47
1
has this question
12 Jul 2014 19:53:47 Doug Baltes posted:
I am using the DataGrid for a new project, new server, and it looks to be deprecated. Will there be an update? Thank you - this is the only DataGrid that has the functionality I need.

Replies

Replied 13 Jul 2014 16:50:38
13 Jul 2014 16:50:38 Doug Baltes replied:
Additional information:
MySQL: 5.6.17
PHP: 5.5.12
Apache: 2.4.9
Replied 14 Jul 2014 08:53:33
14 Jul 2014 08:53:33 Teodor Kuduschiev replied:
Hello Doug,
Could you please be a little more detailed? What do you mean by " it looks to be deprecated"? The extension is not deprecated.
Replied 14 Jul 2014 11:54:49
14 Jul 2014 11:54:49 Doug Baltes replied:
I am using a MySQLi connections and MySQLi record set, Dreamweaver 6, testing server local. I get these errors:

Deprecated: mysql_set_charset(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 29

Warning: mysql_set_charset(): Access denied for user ''@'localhost' (using password: NO) in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 29

Warning: mysql_set_charset(): A link to the server could not be established in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 29

Deprecated: mysql_select_db(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 30

Warning: mysql_select_db(): Access denied for user ''@'localhost' (using password: NO) in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 30

Warning: mysql_select_db(): A link to the server could not be established in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 30

Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 356

Warning: mysql_query(): Access denied for user ''@'localhost' (using password: NO) in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 356

Warning: mysql_query(): A link to the server could not be established in C:\wamp\www\dmcdata\ajax_servers\dmx_grid1.php on line 356

The connection string is correct......thank you.
Replied 14 Jul 2014 12:05:29
14 Jul 2014 12:05:29 Teodor Kuduschiev replied:
Hello Doug,
Ajax Datagrid works with database connections created with the standard dreamweaver server behaviors. The standard DW Server behaviors are using the mysql API in order to connect to your database. The original MySQL апи is now deprecated since PHP 5.5, and will generate errors when connecting to a database. AJAX Datagrid will be updated in the near future so it will be compatible with our PDO based database tools.
Replied 14 Jul 2014 12:35:21
14 Jul 2014 12:35:21 Doug Baltes replied:
Great - looking forward to the update. Thank you for the very quick response!
Replied 15 Jul 2014 12:29:07
15 Jul 2014 12:29:07 Doug Baltes replied:
I was able to get the extension to work by disabling all error reporting. This is a great extension and I hope the update is high on the list.

Reply to this topic