Hi,

I was trying to install the recrutier module and when I tried to install / enable the module I got the error as mentioned below. Please help me with it.

Fatal error: Cannot redeclare system_admin_config_page() (previously declared in /home/content/33/11326133/html/career/modules/system/system.admin.inc:13) in /home/content/33/11326133/html/career/sites/all/modules/recruiter-7.x-1.1/modules/system/system.admin.inc on line 53

Basically, I am trying to create a job portal, please suggest me on how to go ahead with the same.

Comments

VM’s picture

recruiter isn't a module its an entire Drupal install profile. Thus it also includes a version of core and now you've two of every core folders/files. Hence why the error is informing you of two system.admin.inc files in two different locations. You'll have to remove the recruiter folder that you've uploaded to sites/all/modules.

yourgoal’s picture

Thank you VM,

I tried to install it as a fresh install and every thing was going fine but when the "Import terms" was getting installed, I got an error as stated below.

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://career.yourgoal.in/install.php?profile=recruiter&locale=en&id=4&o... StatusText: OK ResponseText: Fatal error: require_once() [function.require]: Failed opening required '/taxonomy_csv.api.inc' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/33/11326133/html/career/profiles/recruiter/modules/taxonomy_csv/import/taxonomy_csv.import.api.inc on line 12

I got an option to continue to the error page and when I continue, I saw the below mentioned error.

Fatal error: require_once() [function.require]: Failed opening required '/taxonomy_csv.api.inc' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/33/11326133/html/career/profiles/recruiter/modules/taxonomy_csv/import/taxonomy_csv.import.api.inc on line 12

VM’s picture

I've no experience with that one. I'd copy and paste the main part of the error into Google and try and do some research.