Author Topic: error on index.php?q=civicrm/admin/configtask&reset=1  (Read 72 times)

Offline dlats

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Drupal 7.12
  • MySQL version: 5.0.91
  • PHP version: 5.2.17
error on index.php?q=civicrm/admin/configtask&reset=1
« on: May 08, 2013, 04:49:30 pm »
 Sorry but we are not able to provide this at the moment.
Please make sure the folder is writable

This is on a win7 64 bit machine with  Apache 2.2 and Drupal 7.22. Drupal runs fine. Civicrm 4.3.2 installed ok, but I can'r access any civicrm pages. I've made all files non read only but no difference.

Offline dlats

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Drupal 7.12
  • MySQL version: 5.0.91
  • PHP version: 5.2.17
Re: error on index.php?q=civicrm/admin/configtask&reset=1
« Reply #1 on: May 09, 2013, 05:37:45 am »
I also get

Warning: syntax error, unexpected '(' in C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/drupal-7.18\sites\default\files\civicrm\ConfigAndLog\Config.IDS.ini on line 4 in IDS_Init->__construct() (line 92 of C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\drupal-7.18\sites\all\modules\civicrm\packages\IDS\Init.php).

This is generated because of the (x86) in the path

Offline Michael McAndrew

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 951
  • Karma: 42
    • Third Sector Design
  • CiviCRM version: various
  • CMS version: Nearly always Drupal
  • MySQL version: 5.5
  • PHP version: 5.3
Re: error on index.php?q=civicrm/admin/configtask&reset=1
« Reply #2 on: May 09, 2013, 05:47:24 pm »
Looks like you will need to escape your ( character in the path or install it in another directory

Offline dlats

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 0
  • CiviCRM version: 4.0.7
  • CMS version: Drupal 7.12
  • MySQL version: 5.0.91
  • PHP version: 5.2.17
Re: error on index.php?q=civicrm/admin/configtask&reset=1
« Reply #3 on: May 10, 2013, 04:05:27 am »
Thanks Michael.

Since this is a local dev install, I disabled IDS in civicrm.settings. That fixed it.