CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • New install : Oops! Incorrect Drupal Version?
Pages: [1]

Author Topic: New install : Oops! Incorrect Drupal Version?  (Read 2505 times)

roballen

  • Guest
New install : Oops! Incorrect Drupal Version?
March 14, 2009, 09:05:58 am
This version of CiviCRM can only be used with Drupal 6.x. Please ensure that '<site>/modules/system/system.module' exists if you are running Drupal 6.0 and over. Refer to the online http://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Upgrades for information about installing CiviCRM.

I have Drupal 6.8 installed and '<site>/modules/system/system.module'  exists.

Installing 2.2 beta - Mysql = 5.0.67, PHP = 5.2.42 - <site>/sites/all/modules/civicrm directory has a number of directories below it (including bin, CRM, sql and templates).

Probably something obvious I am overlooking

warrendistler

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Re: New install : Oops! Incorrect Drupal Version?
March 16, 2009, 08:32:34 am
I was using

http://localhost/sites/all/modules/civicrm/install/

when I received the error message.

I am running Drupal 6.1.0

I am using MySQL 5.1.32

I am using PHP 5.2.9-1

I am using Wampserver 2.0

I am running Apache 2.2.11


Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: New install : Oops! Incorrect Drupal Version?
March 17, 2009, 09:22:43 am
Quote from: roballen on March 14, 2009, 09:05:58 am
This version of CiviCRM can only be used with Drupal 6.x. Please ensure that '<site>/modules/system/system.module' exists if you are running Drupal 6.0 and over.

This error most probably means CiviCRM can’t find the system.module file to verify Drupal version (or that the version is missing from that file, which is highly unlikely).

Quote
I have Drupal 6.8 installed and '<site>/modules/system/system.module'  exists.

Installing 2.2 beta - Mysql = 5.0.67, PHP = 5.2.42 - <site>/sites/all/modules/civicrm directory has a number of directories below it (including bin, CRM, sql and templates).

This seems right, and this setup shouldn’t trigger the above error. :|

Can you edit the install/index.php file, go to the 136th line (which says $drupalVersionFile = …) and right below it add

Code: [Select]
print $drupalVersionFile;
exit;

…and then reload the installer page to see whether CiviCRM looks in the right place for the system.module file?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • New install : Oops! Incorrect Drupal Version?

This forum was archived on 2017-11-26.