Install this version a few times. Keep getting following errors.
An AJAX HTTP request terminated abnormally. Debugging information follows. Path: http://localhost/openchurch-7.x-1.9-alpha1/install.php?profile=openchurch&locale=en&id=1&op=do StatusText: ResponseText: ReadyState: 4

Comments

drupalninja99’s picture

That usually means you are running out of memory. Make sure you have 512mb of php memory.

drupalninja99’s picture

Status: Active » Needs review

Changing to needs review.

kcli’s picture

Changed the memory size to 512 in both php.ini and setting.php, problem still persist. This is an installation on Windows 7.

softone’s picture

The problem went away after commenting one line from openchurch.info:

;dependencies[] = rules_admin

Some problem with the module?

Happens with 7.x-1.9-alpha1, 7.x-1.7-alpha1 and 7.x-1.x-dev.

drupalninja99’s picture

I have to have the error message to know specifically what the issue is.

Another thing to try is add set_time_limit(360) or something long in your settings.php (temporarily). You might have a short timeout in your php.ini.

drupalninja99’s picture

Status: Needs review » Postponed (maintainer needs more info)

Is this still happening?

sealsevenjj’s picture

Version: 7.x-1.9-alpha1 » 7.x-1.9-beta1

I have been getting the same thing. I am running WAMP (64-bit) on Windows 7 (64-bit) w/SP1

An AJAX HTTP error occurred. HTTP Result Code: 12031 Debugging information follows. Path: http://localhost/nlfh/install.php?profile=openchurch&locale=en&id=1&op=do StatusText: ResponseText:

The php.ini is setup with max_execution_time = 360 and memory_limit = 1024M. I have tried setting up openchurch in firefox and internet explorer. I get the same error.

drupalninja99’s picture

And you restarted apache after you made those changes? Keep the memory limit at 512mb. The problem with Drupal is that the UI installer doesn't give you the specific error. If you can try drush si -y openchurch you will get a more specific error.

sealsevenjj’s picture

The issue has to be WAMP specific. I tried both 64 and 32-bit versions. Then I tried XAMPP. Works now but I get a couple errors at the end.

•Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of C:\xampp\htdocs\nlfh\profiles\openchurch\modules\contrib\defaultcontent\plugins\nodequeue.inc).
•Strict warning: Only variables should be passed by reference in nodequeue_post_import() (line 43 of C:\xampp\htdocs\nlfh\profiles\openchurch\modules\contrib\defaultcontent\plugins\nodequeue.inc).
•Unable to send e-mail. Contact the site administrator if the problem persists.

The email issue was my fault. That I resolved.

drupalninja99’s picture

Status: Postponed (maintainer needs more info) » Needs work

Does the site load correctly? If so then a strict warning might just be something I need to find and clean up. Strict warnings are pretty harmless but I do try to eliminate notice & strict warnings where I can.

drupalninja99’s picture

Anyone else getting this? I usually get more than one person submitting issues with a notice/strict error pops up and then I go in and fix them but I haven't seen this one before.

TRPrecht’s picture

I have run into an AJAX issue while installing as well. I have two other drupal sites on my host, so it *should* install fine.
Here are my errors. :

An AJAX HTTP error occurred. HTTP Result Code: 404 Debugging information follows. Path: http://www.aplighthouse.org/install.php?profile=openchurch&locale=en&id=... StatusText: Not Found ResponseText: Page not found | Drupal @import url("http://www.aplighthouse.org/modules/system/system.base.css?0"); @import url("http://www.aplighthouse.org/modules/system/system.menus.css?0"); @import url("http://www.aplighthouse.org/modules/system/system.messages.css?0"); @import url("http://www.aplighthouse.org/modules/system/system.theme.css?0"); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/calendar..."); @import url("http://www.aplighthouse.org/modules/comment/comment.css?0"); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/date/dat..."); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/date/dat..."); @import url("http://www.aplighthouse.org/modules/field/theme/field.css?0"); @import url("http://www.aplighthouse.org/modules/node/node.css?0"); @import url("http://www.aplighthouse.org/modules/user/user.css?0"); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/views/cs..."); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/ctools/c..."); @import url("http://www.aplighthouse.org/profiles/openchurch/modules/contrib/panels/c..."); @import url("http://www.aplighthouse.org/themes/bartik/css/layout.css?0"); @import url("http://www.aplighthouse.org/themes/bartik/css/style.css?0"); @import url("http://www.aplighthouse.org/themes/bartik/css/colors.css?0"); @import url("http://www.aplighthouse.org/themes/bartik/css/print.css?0"); Skip to main content Drupal Warning message The Date API requires that you set up the site timezone and first day of week settings and the date format settings to function correctly. Status message You can now configure the CAPTCHA module for your site. Page not found The requested page "/install.php?profile=openchurch&locale=en&id=1&op=do" could not be found.

No data is in the site, and it looks like a standard vanilla drupal install, then later on when checking settings I get this:

Undefined index: distribution_name in drupal_install_profile_distribution_name() (line 202 of /home/includes/install.inc).

TRPrecht’s picture

I tried again from another computer after dumping the database. now I get: An AJAX HTTP error occurred. HTTP Result Code: 504 Debugging information follows. Path: http://www.aplighthouse.org/install.php?profile=openchurch&locale=en&id=... StatusText: Gateway Time-out ResponseText: 504 Gateway Time-out Gateway Time-out The gateway did not receive a timely response from the upstream server or application.

Should I assume that my host is slowing me down?

drupalninja99’s picture

Try max_execution_time = 360 and memory_limit = 512M. Just because you have other drupal installations doesn't mean OpenChurch will install bc distributions like OpenChurch require more memory and a longer max execution time.

TRPrecht’s picture

Status: Needs work » Fixed

Thats the problem, I have had openchurch 6.1 on this host before, but i'm not sure if the resources are that much different from Drupal 6 - 7. But I did a phpinfo and I only have 90M for mem limit and execution was at 30... trying to get Dreamhost to adjust is going to be fun. They keep replying to my tickets as if they read my posts while watching tv and standing on their head. It's not quite processing for them.

Thanks for your help, now that I know that is the problem I can try to lay it out clearly for them(even though I have mentioned upping both of those settings twice and they seem to ignore my comments).

Status: Fixed » Closed (fixed)

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

makokis’s picture

in my case is when installing Commerce Kickstart and the problem persists, can't install it in a remote webhosting (000Webhost)

Try max_execution_time = 360 and memory_limit = 512M

I have 3600 and 512M

need help please
many thanks