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?
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
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?
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?
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.
![]()
There isn't an error message..
All I get is an white page.
I'll try a clean install tomorrow. Maybe that helps.
I thought on a blank page.
There are at least four to five similiar topics with the same problem.
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
You are wrong, i get 2.0.

Hi,
I tried to install JB on for a new website but again I got this blank screen.
this is my .htaccess file.
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)
Please turn the error reporting on in config.php and I'm sure you will find the problem.
Thanks for your reply..
but still a blank screen.
http://www.talentinfinance.nl/carriere/
Last edited by Stef (2010-02-13 15:50:08)
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.
Hello,
Still no luck with the .htaccess file..
this is the content..
# 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.
Please try to remove the line
Options +FollowSymlinksand see if it works that way.
Still no success.
Do you have more options?
Thanks again.
Solved offline - the problem was caused by the config.php file being wrongly uploaded by the FTP client.
Posts [ 15 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.032 seconds, 6 queries executed ]