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


Offline Joined: Mar 25, 2005 Posts: 4
|
Posted: 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 |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: 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 |
|
 |
kogein Newbie


Offline Joined: Mar 25, 2005 Posts: 4
|
Posted: 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 |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: 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 |
|
 |
kogein Newbie


Offline Joined: Mar 25, 2005 Posts: 4
|
Posted: 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 |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: 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
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 |
|
 |
kogein Newbie


Offline Joined: Mar 25, 2005 Posts: 4
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
winterfrost Newbie


Offline Joined: Jul 29, 2006 Posts: 12
|
Posted: 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 |
|
 |
Kronski Newbie


Offline Joined: Jan 25, 2008 Posts: 5
|
Posted: 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 |
|
 |
|
|