I have been struggling with trying to use this and have tried devel, prod, modules both from the git on civicrm.org and here on drupal.org. I tried installing into one database and two separate ones. I have given permissions for "FULL" on every single folder and even tried it from the www file level but I continue to receive this error. I even opened up the mysql tables to give ALL permissions. I have also tried the last two versions of drupal core but I continue to receive the errors following:

Error

Error message
Warning: syntax error, unexpected '(' in C:/Program Files (x86)/EasyPHP-12.1/www/tgs\sites\default\files\civicrm\ConfigAndLog\Config.IDS.ini on line 4 in IDS_Init->__construct() (line 92 of C:\Program Files (x86)\EasyPHP-12.1\www\tgs\sites\all\modules\civicrm\packages\IDS\Init.php).

Exception: Please make sure the folder is writable in IDS_Monitor->__construct() (line 218 of C:\Program Files (x86)\EasyPHP-12.1\www\tgs\sites\all\modules\civicrm\packages\IDS\Monitor.php).
The website encountered an unexpected error. Please try again later.

Can anyone help me please? I would love to use this as a starting point.

Comments

kreynen’s picture

Status: Active » Closed (works as designed)

A similar issue was reported with CiviCRM and Joomla using EasyPHP...

http://forum.civicrm.org/index.php?action=post;topic=24354.0;last_msg=10...

Unfortunately there was never a fix posted. I've never used or even heard of EasyPHP, but it looks like the default install includes PHP 5.4. I'd try using the older 12.0 release with PHP5.3...

http://sourceforge.net/projects/quickeasyphp/files/EasyPHP/12.0.0/

If that doesn't work, try posting the issue to EasyPHP's forum (http://www.easyphp.org/forums/) since the problem is with that code... not CiviCRM or the Drupal install profile. If you don't get a response, I'd used a different solution for running the LAMP stack on Windows.

Good luck!