| Author |
Message |
kogein


Joined: Mar 25, 2005 Posts: 4
|
Post subject: Install.php (or any other file) shows a blank page Posted: Fri Mar 25, 2005 10:40 pm |
|
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 |
|
 |
DJ Maze


Joined: Apr 19, 2004 Posts: 5668 Location: http://tinyurl.com/5z8dmv
|
Post subject: Re: Install.php remains blank Posted: Fri Mar 25, 2005 11:21 pm |
|
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 |
|
 |
kogein


Joined: Mar 25, 2005 Posts: 4
|
Post subject: Re: Install.php remains blank Posted: Sat Mar 26, 2005 2:09 pm |
|
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 |
|
 |
DJ Maze


Joined: Apr 19, 2004 Posts: 5668 Location: http://tinyurl.com/5z8dmv
|
Post subject: Re: Install.php remains blank Posted: Sat Mar 26, 2005 3:46 pm |
|
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 |
|
 |
kogein


Joined: Mar 25, 2005 Posts: 4
|
Post subject: Re: Install.php remains blank Posted: Sat Mar 26, 2005 11:39 pm |
|
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 |
|
 |
DJ Maze


Joined: Apr 19, 2004 Posts: 5668 Location: http://tinyurl.com/5z8dmv
|
Post subject: Re: Install.php remains blank Posted: Sun Mar 27, 2005 1:03 am |
|
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
Then when you open the file thru the browser is should show something like
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 |
|
 |
kogein


Joined: Mar 25, 2005 Posts: 4
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Sun Mar 27, 2005 11:05 am |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Sat Jul 29, 2006 11:45 am |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Sat Jul 29, 2006 11:49 am |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Installation problem Posted: Mon Jul 31, 2006 2:22 pm |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Re: Install.php problem Posted: Wed Aug 02, 2006 1:53 pm |
|
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 |
|
 |
Phoenix


Joined: Apr 19, 2004 Posts: 8729 Location: Netizen
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Wed Aug 02, 2006 2:18 pm |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Wed Aug 02, 2006 4:20 pm |
|
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 |
|
 |
winterfrost


Joined: Jul 29, 2006 Posts: 12
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Sat Aug 05, 2006 5:07 am |
|
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 |
|
 |
Kronski


Joined: Jan 25, 2008 Posts: 5
|
Post subject: Re: Install.php (or any other file) shows a blank page Posted: Sat Jan 26, 2008 1:15 pm |
|
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 |
|
 |