|
|
|
I get a blank page after installation
|
|
Date: 2007/03/28 04:19
|
By: Raketemensch
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 1 |   | |
|
The installation goes fine, DB gets created, etc.
I try to hit the home page, and it's blank.
I tried register_globals both on and off.
Any ideas?
|
|
The administrator has disabled public write access. |
|
|
|
Re:I get a blank page after installation
|
|
Date: 2007/04/01 05:21
|
By: admin
|
Status: Admin
|
|
|
Karma: 1  
|
|
Admin  | Posts: 42 |  | |
|
|
you should turn on the error_reporting so you will see the error message.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:I get a blank page after installation
|
|
Date: 2007/09/02 16:28
|
By: benjo4u
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 2 |   | |
|
I made this change to setting.php line 20, added in $script_dir_full, relative to my server (my domain points to a subfolder of my root of the server) and $script_dir points to the relative url folder
| Code: | $script_dir_full = "/home/dating";
$script_dir = "/dating";
//end without trail. If you install in root directory, just leave it blank.
$home_path = 'xxx';
$script_path = $home_path . $script_dir_full;
$site_url = $home_url . $script_dir;
|
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:I get a blank page after installation
|
|
Date: 2007/09/02 16:29
|
By: benjo4u
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 2 |   | |
|
|
oops, that was config.php. also the quick reply here doesn't seem to work
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:I get a blank page after installation
|
|
Date: 2008/07/13 04:52
|
By: alvin
|
Status: User
|
|
|
Karma: 0  
|
|
Small Heart  | Posts: 1 |   | |
|
Hello Admin
I just loaded your scripts on my local, and I get the blank page, I would like to turn on error reporting but I do not know where?
I read that these scripts won't run on a windows machine, I like to try scripts on my local (wamp5) before I upload to my host (linux)
Is this the case here?
Thanks for your help,
Alvin
|
|
The administrator has disabled public write access. |
|
|