First:
An AJAX HTTP error occurred. HTTP Result Code: 200 install.php?
Needs to upp the php-memory limit to something like 96M:

# PHP 5, Apache 1 and 2.

php_value memory_limit 96M

and after the install is finished I get some wierd taxonomy_term_save() error:
Notice: Trying to get property of non-object in taxonomy_term_save() (line 592 of /modules/taxonomy/taxonomy.module).

can find no fix for that

Will now test and play with the marvelous onepage module :)

Drupal Rocks!
Grtz J!

Comments

cr0ss’s picture

Hi jorisx,

As I know Drupal requires 128mb of memory limit.

Re taxonomy it's pretty odd issue. Do you use 7.10 drupal version?

cr0ss’s picture

Status: Active » Needs review

Can't get the same error. Suppose that it depends on your php version. Is it 5.2 or 5.3?

jorisx’s picture

Yes using drupal 7.10 with php 5.3

but the profile just didn't work...
now trying with the single_page_module... but that's an alpha version where there are also issues...

cr0ss’s picture

jorisx, you should downgrade your system to 5.2 if using drupal.
There are lots of modules and drupal itself has issues with 5.3 yet.