#16: Re: Install.php (or any other file) shows a blank page Author: NanoCaiordo, Location: Melbourne, AUPosted: Sat Jan 26, 2008 1:55 pm ---- Make sure your language files are encoded as utf-8 without signature.
#17: Re: Install.php (or any other file) shows a blank page Author: Kronski, Posted: Sat Jan 26, 2008 4:56 pm ---- After some trial and error I have found the problem.
At installation the system is set in Maintenance mode. After logging out you can´t log in by going directly to admin.php (a blank page appears) And you can´t log in at index.php since the site is in maintenance mode.
After installing you have to deactivate maintenance before logging out. Now you can log in again at index.php. But still you can not log in att admin.php
So how to log in at maintenance mode?
#18: Re: Install.php (or any other file) shows a blank page Author: Kronski, Posted: Sun Feb 03, 2008 5:01 pm ---- Now I have tried everything I think. Installation with different PHP versions and also different versions om MySql. Installation is OK but once logged out it is not possible to login again. Tried a test mentioned above:
Warning: Cannot modify header information - headers already sent by (output started at /home/k/kronlund/www/test.php:2) in /home/k/kronlund/www/includes/cmsinit.inc on line 63
Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/k/kronlund/www/includes/cmsinit.inc on line 74
I also tested with echo "test"; in the file cmsinit.inc
Running index.php echoes the 2 errors above but they are ignored and the homepage is shown OK.
Opening admin.php the same error messages but I can login as superuser but every choice in the menus lead back to login page
Anyone knows what to do???
PS no language-files installed
#19: Re: Install.php (or any other file) shows a blank page Author: Ekanar, Location: Huntington BeachPosted: Wed Nov 05, 2008 6:34 pm ---- er, got very frustrated on this issue, went to raven scripts thinking it would help ...
Problem: didn't activate CGI scripting on my site by the provider. I'm sure when you run your own server things get more complex, but mine took a chat with support ...
Z
#20: Re: Install.php (or any other file) shows a blank page Author: NanoCaiordo, Location: Melbourne, AUPosted: Thu Nov 06, 2008 9:11 am ----
Ekanar wrote:
Problem: didn't activate CGI scripting on my site by the provider
DragonflyCMS doesn't require CGI
You have any more infos?
#21: Re: Install.php (or any other file) shows a blank page Author: HookerOne, Posted: Thu Nov 06, 2008 11:47 am ---- I have just done an upgrade and I am getting a blank admin.php page. I ran the test mentioned by DJ Maze and I get the following message.
Parse error: syntax error, unexpected $end in /hsphere/local/home/filbert0/rafmovs.com/cpgn/test.php on line 1
What is my next move?
#22: Re: Install.php (or any other file) shows a blank page Author: NanoCaiordo, Location: Melbourne, AUPosted: Thu Nov 06, 2008 12:14 pm ---- ignore_repeated_errors is probably set to "1" which cause to "not display the error again" ...
If your server logs php errors (log_errors, error_log) then try to understand what the issue is.