Changes between Version 3 and Version 4 of ice_messaging
- Timestamp:
- 09/20/12 13:25:08 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ice_messaging
v3 v4 16 16 }}} 17 17 18 This assumes the YourDatabaseKey connection has been defined in /sites/default/settings.php 18 19 19 Connecting to a MS SQL Server is supposedly possible from a LAMP machine running drupal, but I don't think it will be easy. See: 20 The sqlsrv project provides a SQL server driver, but it only works on Windows servers. There's a fork of sqlsrv which uses dblib to work on linux: http://drupal.org/sandbox/rgeorgy/1775970 20 21 21 http://davejamesmiller.com/blog/web-development/connecting-php-to-sql-server-on-debian-ubuntu 22 To run that, we need to 'sudo apt-get install php5-sybase git' then 'git clone http://git.drupal.org/sandbox/rgeorgy/1775970.git dblib_driver_for_sql_server' 22 23 23 The sqlsrv project provides a SQL server driver, but it only works on Windows servers. There's a fork of sqlsrv which is supposed to work on linux: http://drupal.org/sandbox/rgeorgy/177597024 Then 'sudo drush dl datatables'. Then do the manual installation of DataTables jQuery plugin, rename the intermediate directory to 'dataTables' and then 'sudo drush en datatables'. That will enable the necessary additional prerequisites. 24 25 25 Possibly an ODBC approach would work...26 Then enable the dblib module and set up a link from /includes/database/dblib to the module's dblib directory. 26 27 27 https://secure.kitserve.org.uk/content/accessing-microsoft-sql-server-php-ubuntu-using-pdo-odbc-and-freetds 28 Finally, enable the ice_messaging module. After that, everything should work.