Install stops after just 3 tables added
I'm attempting to install tikiwiki-2.0 on a MacG5 running leopard, but the installation comes to a halt without producing an obvious error after creating only 3 tables in the database.
Mac G5
OS X 10.5.5 (clean install)
Apache 2.2.9
Php 5.2.6
PostgreSQL 8.3.3
PostgreSQL, Apache and PHP were all installed from source.
The PHP installed starts out fine.
I get past the db authentication info to the "Welcome to the installation script!" page.
After choosing Default installation profile, and clicking install ... the page comes back blank after only a brief time (few seconds).
One note is that I did alter the list_tables procedure in php-install to execute "select tablename from pg_tables" since the original "show tables" command didn't work with postgres.
After install stops, the only tables that have been added to the database are:
tiki_dynamic_variables
tiki_minichat
tiki_pages_chages
Any thoughts and/or recommendations as to how to troubleshoot and correct this?
Thanks in advance for any ideas.