If you run into a blank page upon doing the install you need to add this to libs/spaces_setup.php right after the <?PHP
ini_set("include_path", SPACES_DIRECTORY . 'libs');
that should fix it its is because it was not finding pear db
Log in to post a comment.