Install.php (or any other file) shows a blank page
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexInstallation Issues
Author Message
kogein
Newbie


Joined: Mar 25, 2005
Posts: 4

PostPost subject: Install.php (or any other file) shows a blank page
Posted: Fri Mar 25, 2005 10:40 pm
Reply with quote

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


Joined: Apr 19, 2004
Posts: 5668
Location: http://tinyurl.com/5z8dmv

PostPost subject: Re: Install.php remains blank
Posted: Fri Mar 25, 2005 11:21 pm
Reply with quote

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 12 / 2.2.15 / 5.1.47 / 5.3.3 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
kogein
Newbie


Joined: Mar 25, 2005
Posts: 4

PostPost subject: Re: Install.php remains blank
Posted: Sat Mar 26, 2005 2:09 pm
Reply with quote

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


Joined: Apr 19, 2004
Posts: 5668
Location: http://tinyurl.com/5z8dmv

PostPost subject: Re: Install.php remains blank
Posted: Sat Mar 26, 2005 3:46 pm
Reply with quote

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 12 / 2.2.15 / 5.1.47 / 5.3.3 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
kogein
Newbie


Joined: Mar 25, 2005
Posts: 4

PostPost subject: Re: Install.php remains blank
Posted: Sat Mar 26, 2005 11:39 pm
Reply with quote

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


Joined: Apr 19, 2004
Posts: 5668
Location: http://tinyurl.com/5z8dmv

PostPost subject: Re: Install.php remains blank
Posted: Sun Mar 27, 2005 1:03 am
Reply with quote

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 12 / 2.2.15 / 5.1.47 / 5.3.3 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger
kogein
Newbie


Joined: Mar 25, 2005
Posts: 4

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Sun Mar 27, 2005 11:05 am
Reply with quote

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


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Sat Jul 29, 2006 11:45 am
Reply with quote

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


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Sat Jul 29, 2006 11:49 am
Reply with quote

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


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Installation problem
Posted: Mon Jul 31, 2006 2:22 pm
Reply with quote

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


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Re: Install.php problem
Posted: Wed Aug 02, 2006 1:53 pm
Reply with quote

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
Site Admin


Joined: Apr 19, 2004
Posts: 8729
Location: Netizen

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Wed Aug 02, 2006 2:18 pm
Reply with quote

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
winterfrost
Newbie


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Wed Aug 02, 2006 4:20 pm
Reply with quote

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


Joined: Jul 29, 2006
Posts: 12

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Sat Aug 05, 2006 5:07 am
Reply with quote

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


Joined: Jan 25, 2008
Posts: 5

PostPost subject: Re: Install.php (or any other file) shows a blank page
Posted: Sat Jan 26, 2008 1:15 pm
Reply with quote

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 IndexInstallation Issues All times are GMT
Go to page 1, 2  Next
Page 1 of 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

Dedicated Server & Bandwidth Sponsored by DedicatedNOW
User Info [x]

Welcome Anonymous

Nickname
Password
(Register)

Last CVS commits [x]

Languages [x]

Community [x]

Support for DragonflyCMS in a other languages:

Deutsch
Español

X-links [x]
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

Preview theme [x]
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.


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
This page generated in 0.8774 seconds with 19 DB Queries in 0.1953 seconds
Memory Usage: 3.03 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy