SpacedCb

Topic: Problem install -> White page

Hi,

First, i would say that i'm french so if my english is bad it's normal smile

Then I've a problem.

I want to install jobberbase but it does't work.
My host is 1&1. My domain animworld.fr and I want install jobberbase on emploi.animworld.fr. It's a subdomain with destination a subfolder /emploi.

In my config.env, I've this:

$__instances['live'] = array(
    'prefix' => 'emploi.animworld.fr',
    'db_host' => 'mydbhost',
    'db_port' => 3306,
    'db_user' => 'mydbuser',
    'db_password' => 'mydbpass',
    'db_name' => 'mydbname',
    'db_prefix' => 'emp',
    'app_url' => 'http://www.emploi.animworld.fr/',
    'ini_error_reporting' => E_ALL,
    'ini_display_errors' => 'Off',
    'location' => 'online',
    'environment' => 'prod',
    'rewrite_mode' => 'apache_mod_rewrite'
);

But when i go on www.emploi.animworld.fr I have a white page... Not very pretty.

So, what can I do?

Thanks!

SpacedCb

Re: Problem install -> White page

I've fixed my problem...

I have to put 'emp_' instead of 'emp'  .... smile