Hi there,

I am trying to install the erecruit profile, but I got the following error at the install profile step.

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://www.example.com/install.php?profile=recruiter&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

Any help please? This is a show-stopper and I cannot move on with installation.

Thanks,
Mohamed

Comments

memoday’s picture

OK, I found out that the problem was php.ini file. I generated a new php.ini file and put it in the root folder. I also changed set_time_limit and made it 240. Apparently, the eRecruiter ds takes a long time to import terms, etc.

klausi’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

liban’s picture

Status: Closed (fixed) » Active

Hello,

I'm having the same issue but i'm unable to reproduce the fix. Please help with some details. Thanks

dasjo’s picture

please check your php_error.log

liban’s picture

Status: Active » Fixed

THANK YOU!!!

I looked in the php_error logs and found an memory allocation issue. I increased the allowed memory and it works.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

francoud’s picture

Status: Closed (fixed) » Active

I had just now the same problem, with both the "rc1" and "dev" releases. First i receive eight errors like this:

Notice: Undefined index: recruiter_job in install_profile_modules() (line 1352 of D:\Apache22\htdocs\recruiter\includes\install.core.inc).

Then when installing all modules, it stops with this error:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://cetus.cc.uniud.it:81/recruiter/install.php?profile=recruiter&loca... StatusText: Internal Server Error ResponseText:

So I changed some feature in php.ini to show me the real error, i started again and I receive this (now 200 no more 500):

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://cetus.cc.uniud.it:81/recruiter/install.php?profile=recruiter&loca... StatusText: OK ResponseText: Fatal error: Class 'ctools_export_ui' not found in D:\Apache22\htdocs\recruiter\profiles\recruiter\modules\context\context_ui\export_ui\context_export_ui.class.php on line 6

---> Note the "Fatal error: Class 'ctools_export_ui' not found". <----

I'm working in a windows, apache 2.2, php 5.2. Usually i've no problems installing Drupal in this environment.

No way to continue installation... any help please? :)

thank you

francoud’s picture

Status: Active » Fixed

I've found the answer. I cant really say why, but when installing using the tar.gz file in my windows environment, some file were created with a wrong name, for example *.php0000644

I've never seen this. But using the ZIP file is ok. Also using the tar.gz file in a linux environment is ok.

thanks

fb

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

aphentik’s picture

submit