|
View previous topic :: View next topic |
| Author |
Message |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3879 Location: Melbourne, AU
|
Posted: Sat Jan 26, 2008 1:55 pm Post subject: Re: Install.php (or any other file) shows a blank page |
|
Make sure your language files are encoded as utf-8 without signature.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
Kronski Newbie


Offline Joined: Jan 25, 2008 Posts: 5
|
Posted: Sat Jan 26, 2008 4:56 pm Post subject: Re: Install.php (or any other file) shows a blank page |
|
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?
Kronski's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 1.3.37/MySQL 5.0.41/PHP 4.4.7/Dragonfly 9.2.1
|
|
| Back to top |
|
 |
Kronski Newbie


Offline Joined: Jan 25, 2008 Posts: 5
|
Posted: Sun Feb 03, 2008 5:01 pm Post subject: Re: Install.php (or any other file) shows a blank page |
|
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:
<?php
error_reporting(E_ALL);
require('includes/cmsinit.inc');
Running this file i get 2 errors:
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
Kronski's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 1.3.37/MySQL 5.0.41/PHP 4.4.7/Dragonfly 9.2.1
|
|
| Back to top |
|
 |
Ekanar Newbie


Offline Joined: Nov 02, 2008 Posts: 11 Location: Huntington Beach
|
Posted: Wed Nov 05, 2008 6:34 pm Post subject: Re: Install.php (or any other file) shows a blank page |
|
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
Ekanar's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Debain /Apache /MySQL 5.0.45 /PHP 4.4.7/ Dragonfly CMS 9.2.1
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3879 Location: Melbourne, AU
|
Posted: Thu Nov 06, 2008 9:11 am Post subject: Re: Install.php (or any other file) shows a blank page |
|
| Ekanar wrote: |
| Problem: didn't activate CGI scripting on my site by the provider |
DragonflyCMS doesn't require CGI
You have any more infos?
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
HookerOne Newbie


Offline Joined: Nov 02, 2008 Posts: 40
|
Posted: Thu Nov 06, 2008 11:47 am Post subject: Re: Install.php (or any other file) shows a blank page |
|
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?
HookerOne's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.4/4.1.20/5.1/9.2.1
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3879 Location: Melbourne, AU
|
Posted: Thu Nov 06, 2008 12:14 pm Post subject: Re: Install.php (or any other file) shows a blank page |
|
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.
Otherwise let us know ...
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
|
|