Stef

Topic: Blank screen after install

the title says it.

I've done the install but I only see a white screen.
http://managementplatform.nl/carriere/

Does anybody know how I can solve this?

links

Re: Blank screen after install

Hi,

Can you try to set the error displaying on (check the Installations Guide, in the Common problems section) and paste the error (if any) on the forum?

bla

Re: Blank screen after install

You get more and more similiar errors report by members and only conclusion i can get is that problem is up to jobberbase 1.8.

Please do something to resolve it.

smile

Stef

Re: Blank screen after install

There isn't an error message..
All I get is an white page.
I'll try a clean install tomorrow. Maybe that helps.

bla

Re: Blank screen after install

I thought on a blank page.

There are at least four to five similiar topics with the same problem.

links

Re: Blank screen after install

Hi,

I think I found your problem - you have apache 1.3, not 2. So you can try using the .htaccess files given here http://www.jobberbase.com/forum/post4243.html#p4243 and let us know if it worked.

@bla - The problem in 90% of the cases is the server configuration or the fact that the users don't read the installation guide. So it's not related to Jobberbase 1.8

bla

Re: Blank screen after install

You are wrong, i get 2.0.

http://img24.imageshack.us/i/apachejob.jpg/

Stef

Re: Blank screen after install

Hi,

I tried to install JB on for a new website but again I got this blank screen.

this is my .htaccess file.

Code:
AddType application/x-httpd-php5 .php

RewriteEngine on
#Options +FollowSymlinks


RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/$ index.php?page=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)/$ index.php?page=$1&id=$2 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/$ index.php?page=$1&id=$2&extra=$3 [L]

ErrorDocument 404 /page-unavailable/

and this line is activated in the config.php
require_once '_includes/class.Db.MySql.php';

because I had to do this with a previous install

Last edited by Stef (2010-02-13 14:03:21)

putypuruty

Re: Blank screen after install

Please turn the error reporting on in config.php and I'm sure you will find the problem.

Stef

Re: Blank screen after install

Thanks for your reply..
but still a blank screen.

http://www.talentinfinance.nl/carriere/

Last edited by Stef (2010-02-13 15:50:08)

putypuruty

Re: Blank screen after install

I visited your site and noticed that you get a 500 Internal Server error. I also saw that you have Apache 2 and PHP 5.2.5, so this should be all good. I'd recommend that you give it a try with the .htaccess file that comes with jobberbase (because it's compatible with Apache 2). The .htaccess that you pasted is for Apache 1.3 (but it should work also on Apache 2).

Also, you should add a RewriteBase /carriere to your .htaccess file and RewriteBase /carriere/admin to the admin .htaccess file.

Stef

Re: Blank screen after install

Hello,

Still no luck with the .htaccess file..

this is the content..

Code:

# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php

RewriteEngine on
RewriteBase /carriere

Options +FollowSymlinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/

<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>

I also added RewriteBase /carriere to the .htaccess file in the root.
Do you have some other alternitives?

Thanks for helping.

putypuruty

Re: Blank screen after install

Please try to remove the line

Code:
Options +FollowSymlinks

and see if it works that way.

Stef

Re: Blank screen after install

Still no success.
Do you have more options?

Thanks again.

putypuruty

Re: Blank screen after install

Solved offline - the problem was caused by the config.php file being wrongly uploaded by the FTP client.