Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
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 1, 2  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Installation Issues

View previous topic :: View next topic  
Author Message
kogein
Newbie
Newbie

Offline Offline
Joined: Mar 25, 2005
Posts: 4

PostPosted: Fri Mar 25, 2005 10:40 pm
Post subject: Install.php (or any other file) shows a blank page

Hey,
I tried to install dragonfly on my testaccount.
The first problem was the .htaccess-file wich I deleted for the first time(at the moment I'm trying to fix it with my host) because I want to see the cms before I care with detailed security.

After that I got (as some other guys here) a blank install.php.(Could it be a timeout!?)
My host says he fulfils the requiremnts for dragonfly and has no explaination for the problem(s).
So do you have any suggestions?
My phpinfo
Edited because of a spelling misstake:
My Page / Dragonfly Directory

(If someone wants to try his luck i could give him the account pws.)
When there is no solution for my install.php, is there any possibility to install dragonfly manually?


kogein's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD/Installed(version=???)/4.0.24/4.3.10/9.0.2


Last edited by kogein on Sat Mar 26, 2005 2:03 pm; edited 1 time in total
Back to top
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Fri Mar 25, 2005 11:21 pm
Post subject: Re: Install.php remains blank

You use SecureSSI which is based on PHP 4.3.10

Also your dragonfly dir gives me a 404


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
kogein
Newbie
Newbie

Offline Offline
Joined: Mar 25, 2005
Posts: 4

PostPosted: Sat Mar 26, 2005 2:09 pm
Post subject: Re: Install.php remains blank

DJMaze wrote:
You use SecureSSI which is based on PHP 4.3.10
Just a statement!? Or a reason for my problem?
DJMaze wrote:

Also your dragonfly dir gives me a 404
The spelling misstake in my url should be fixed.


kogein's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD/Installed(version=???)/4.0.24/4.3.10/9.0.2
Back to top
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Sat Mar 26, 2005 3:46 pm
Post subject: Re: Install.php remains blank

First check if you have access to the apache/php 'error_log' file and read it.
There's probably a "parse error" mentioned in there


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
kogein
Newbie
Newbie

Offline Offline
Joined: Mar 25, 2005
Posts: 4

PostPosted: Sat Mar 26, 2005 11:39 pm
Post subject: Re: Install.php remains blank

I asked my host and he said I have no access.
(and I think i won't get it without a serios reason)

What's the next step to try?


kogein's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD/Installed(version=???)/4.0.24/4.3.10/9.0.2
Back to top
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Sun Mar 27, 2005 1:03 am
Post subject: Re: Install.php remains blank

We have a few files that surpress error_reporting
Mostly when error_reporting = 0 it just shows a blank page without any error info.
We have this as default to everyone because we use our own special debug handling routines.
The reasons:
- don't give anyone a fullpath disclosure when a error occures to prevent fullpath hack attempts
- ONLY admins can see the debugging below the footer IF a error, warning or notice occures

The files that call error_reporting() :
- .htaccess
- includes/cmsinit.inc
- includes/classes/cpg_debugger.php

To test how PHP error_reporting is setup by default create a "test.php" which contains
PHP:
<?php echo "die
Then when you open the file thru the browser is should show something like
Code::
Parse error line 0

If not then replace test.php with
PHP:
<?php
error_reporting
(E_ALL);
require(
'includes/cmsinit.inc');

If it shows no errors and doesn't redirect to install.php then something in SecureSSI (the based PHP) is realy screwey and is not conform the PHP rules.
Then your host most debug the server and find the cause of the problem since you don't have access to it.


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
kogein
Newbie
Newbie

Offline Offline
Joined: Mar 25, 2005
Posts: 4

PostPosted: Sun Mar 27, 2005 11:05 am
Post subject: Re: Install.php (or any other file) shows a blank page

test.php(I named it simply t.php) was succesful:
Quote::
Parse error: parse error, unexpected $ in /usr/export/www/vhosts/funnetwork/hosting/kogein/t.php on line 1

What shall I do now?
Set error_reporting to 1?


kogein's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
FreeBSD/Installed(version=???)/4.0.24/4.3.10/9.0.2
Back to top
View user's profile Visit poster's website
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Sat Jul 29, 2006 11:45 am
Post subject: Re: Install.php (or any other file) shows a blank page

I also have this problem.

Usually I use Fantastico to install but my ISP doesnt have your application on his portals list.

Im not sure what the problem is===
(1) Mysql database incorrectly created?
(2) File upload incomplete?

Last time I did this I had some instructions for creating the database which I found on the internet and I am sure there was more than 2 steps. I created the database and added myself as a user but I didnt create any tables manually....

I am not very technically minded. So when you offer suggestions please keep it simple for me and assume I am new at this kind of stuff


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Sat Jul 29, 2006 11:49 am
Post subject: Re: Install.php (or any other file) shows a blank page

I read the advice you gave in the posts above and I didn't understand it at all.

Help please.


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Mon Jul 31, 2006 2:22 pm
Post subject: Installation problem

When I point my browser to install.php I get a blank page. I posted a request for help in the sticky section where this problem was already listed but so far no one has even responded. Im feeling a bit frustrated!!!!!.

Im not very good with parse errors and mysql so can someone help. I have no idea what to do


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Wed Aug 02, 2006 1:53 pm
Post subject: Re: Install.php problem

Ok I reinstalled everything and tonight I get this message:

The connection to the database server failed, sorry for the inconvenience

We should be back shortly


and a blue coloured strip across the top. So now we have SOMETHING on the page but just no connection...


Could there be a problem with my mysql database?


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Wed Aug 02, 2006 2:18 pm
Post subject: Re: Install.php (or any other file) shows a blank page

Check your sql server is running - a hosting issue.
(assuming you set database permissions correctly)

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Wed Aug 02, 2006 4:20 pm
Post subject: Re: Install.php (or any other file) shows a blank page

Ok will check both issues...Im a novice at database creation because usually I use the programs on Fantastico...


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
winterfrost
Newbie
Newbie

Offline Offline
Joined: Jul 29, 2006
Posts: 12

PostPosted: Sat Aug 05, 2006 5:07 am
Post subject: Re: Install.php (or any other file) shows a blank page

Well Im not sure I have created the database correctly and as Im not getting any help with that issue I have given up trying to install it.


winterfrost's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Operating system Linux Apache version 1.3.36 (Unix) MySQL version 4.0.27-standard CPG-Nuke 9.0.6.1 PHP version 4.4.2
Back to top
View user's profile Visit poster's website
Kronski
Newbie
Newbie

Offline Offline
Joined: Jan 25, 2008
Posts: 5

PostPosted: Sat Jan 26, 2008 1:15 pm
Post subject: Re: Install.php (or any other file) shows a blank page

Made a new clean install and have same problem.

Direct after installning no problems in the admin area. Made som changes and uploaded a langauage file. The day after however, I can´t run the admin.php. A blank page appears. Seems to me that something in the admin.php kills the execution.

Trying to enter dragonfly index.php shows the message that the site is under maintenace.

Can my ip been banned in the security area? How to set my ip as non banned?


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
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Installation Issues
Page 1 of 2
All times are GMT
Go to page 1, 2  Next



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