Hi All
With 7.x-1.10-alpha3 and alpha1 I get a the following error just after the youtube module tries to install:
Manually installing on a cpanel server. php5.3

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://41.185.8.51/~bethanyc/openchurch/oc1/install.php?profile=openchur... StatusText: Internal Server Error ResponseText:

I manually did the changes as per patchs
openchurch-media_vimeo_fix-1585348-6156106.patch
openchurch-media_youtube_fix-1585348-6156106.patch

Same error

Comments

Code Monkey’s picture

From other posted 500 result codes for drupal, this might be a memory limit issue. They suggest checking your server error logs to see what is mentioned and to increase your php memory limit, if possible.

dvrles001’s picture

Thanks.

It seems my Hosting Provider Web Africa won't doesn't budge from their 64M provision on shared hosting servers.
And I'll need to upgrade to a Dedicated Servers for this.

Anyone know a good Drupal host provider in South Africa?

drupalninja99’s picture

Ya @Code Monkey, this is a common issue where a lot of ppl are trying to install on servers with not enough memory.

I wonder if in the installer itself I should have a warning if I detect less than 256MB of memory? Maybe that would help ppl self-troubleshoot?

@dvrles001, I am not very knowledgeable of South African servers, is there lag if you use European servers?

drupalninja99’s picture

Status: Active » Closed (works as designed)