Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Installation Issues ⇒ Install.php (or any other file) shows a blank page


Install.php (or any other file) shows a blank page
Post your DragonflyCMS installation questions and problems here.
Note that we have "Switch from X" forums for other CMS/forum conversions.
DO NOT post those or module installation issues here!

Go to page Previous  1, 2
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Installation Issues

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

Offline Offline
Joined: Jun 29, 2004
Posts: 3879
Location: Melbourne, AU
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Kronski
Newbie
Newbie

Offline Offline
Joined: Jan 25, 2008
Posts: 5

PostPosted: 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
View user's profile Visit poster's website
Kronski
Newbie
Newbie

Offline Offline
Joined: Jan 25, 2008
Posts: 5

PostPosted: 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
View user's profile Visit poster's website
Ekanar
Newbie
Newbie

Offline Offline
Joined: Nov 02, 2008
Posts: 11
Location: Huntington Beach
PostPosted: 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
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3879
Location: Melbourne, AU
PostPosted: 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 Confused

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
View user's profile Visit poster's website Photo Gallery
HookerOne
Newbie
Newbie

Offline Offline
Joined: Nov 02, 2008
Posts: 40

PostPosted: 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
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3879
Location: Melbourne, AU
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Installation Issues
Page 2 of 2
All times are GMT
Go to page Previous  1, 2



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy