This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

White page after installation


avatar
Sobiech 77
From: -
White page after installation

Hello!

I installed on my server Contentteller Community Edition 1.0.2 lite (I used this site:  How do I install Contenteller with a FTP client?). The Apache server supports PHP 5.0.4 and MYSQL 4.1.20. During installation, there were no problems. When I try to run the site I see blank page. I can log in to the admin panel. In admin panel work only "Overview". The server supports modrewrite. I tried to install several times. Each time the installation is successful, the site can not run. Mysql server is localhost. Please help.

adress:  http://www.sterowniki.pc.pl

Sorry for my bad english

Regards
Michal

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: White page after installation
avatar
Editor
0
From: -
Glad to hear Smiling Face
1 Re: White page after installation
avatar
OP 77
From: -
I updated PHP (5.1.6) and mysql database (5.0.45) and now everything is OK.

Regards,
Michal
1 Re: White page after installation
avatar
Editor
0
From: -
Have you upload all files?

There are two possibilities:

1) Files are missing
2) Some module or function that is needed is not installed or available

You could also try to change error_reporting( 0 ); to error_reporting( E_ALL ); in /cadmin/index.php and see if it output an error.

Have you access to the error log files? In this case, take a look and see if there are any error messages related to PHP or Contentteller.
1 Re: White page after installation
avatar
OP 77
From: -
When I click on anything, I see only white page. The only thing that "works" is Overview.
1 Re: White page after installation
avatar
Editor
0
From: -
What happened if you select something else? For example, "Manage Templates" in the templates menu below.
1 Re: White page after installation
avatar
OP 77
From: -
No error message?
Are all templates installed? You can check this under Templates => Manage Templates => Edit

The only thing that works is Overview in admin panel:
 http://images6.fotosik.pl/381/a8e91472681488ee.png
I can't change anything...
1 Re: White page after installation
avatar
Editor
0
From: -
No error message?

Are all templates installed? You can check this under Templates => Manage Templates => Edit
1 Re: White page after installation
avatar
OP 77
From: -
I just changed this line, but what now?

Thanks for Your reply.
1 Re: White page after installation
avatar
Editor
0
From: -
Please change the following in contentteller.php with a text editor

error_reporting( 0 );


in

error_reporting( E_ALL );


This will hopefully output an error message.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.