Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Installation Issues :: Archives ⇒ No output after upgrade :: Archived


No output after upgrade :: Archived
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    Revive this topic    Printer Friendly Page     Forum Index ⇒  Installation Issues

Topic Archived View previous topic :: View next topic  
Author Message
ongaro
Newbie
Newbie

Offline Offline
Joined: Dec 17, 2004
Posts: 6

PostPosted: Fri Dec 17, 2004 7:50 am
Post subject: No output after upgrade

To evaluate DragonFly I made a copy of my working 8.2 MySQL db, installed 9.0 in a separate tree, edited the config.php file accordingly and pointed to install.php.
Everything was fine, but then I can't get any output, just

<html><body></body></html>

using Firefox.
The theme is the default one (cpgnuke).
I turned all possible debug option on, also display_errors in php.ini, but the result is always an empty frustrating screen. All logfiles are mute.
OS is Debian woody, Apache 1.3, php 4.3.8, MySQL 4.0.

If I install from the scratch (i.e. with an empty database) everything works fine, so the problem appears to be linked to the upgrade procedure.


ongaro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
debian woody/apache 1.3/php 4.3.8/cpgnuke 8.2-9.0
Back to top
View user's profile Visit poster's website
dread
Newbie
Newbie

Offline Offline
Joined: Dec 19, 2004
Posts: 5

PostPosted: Sun Dec 19, 2004 2:23 am
Post subject: Re: No output after upgrade

did you try logging on as admin?


dread's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
searching for host (9.0)
Back to top
View user's profile Visit poster's website
Trevor
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 2170
Location: New York
PostPosted: Sun Dec 19, 2004 2:26 am
Post subject: Re: No output after upgrade

Could you post your config.php file, with the password masked?


Trevor's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux / 1.3.34 / 4.1.18 / 4.4.2 / CVS
Back to top
View user's profile Photo Gallery
boris
Newbie
Newbie

Offline Offline
Joined: Jul 13, 2004
Posts: 26
Location: NJ
PostPosted: Mon Dec 20, 2004 3:23 pm
Post subject: Re: No output after upgrade

I'd like to report a very similar problem after the upgrade from 8.2b to 9.0. I have also copied 8.2b into a new tree, created a new database instance, and modified a config.php database information. Install went smoothly and gave me all greens in the end. However when I am running index.php or admin.php I am getting the blank screen back.

_________________
just fix it

boris's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linix/Apache1.3.34/MySQL4.1.13/PHP4.3.11/Dragonfly9.0.6.1
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: Mon Dec 20, 2004 3:28 pm
Post subject: Re: No output after upgrade

Can you try a CVS snapshot which will be available at 18:00 GMT this evening ?
I've fixed a few bugs but the snapshot is not available yet.

It has some issues regarding PHP 4.3.5 and another about ini_set() solved.


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
Jeruvy
Security Team
Security Team

Offline Offline
Joined: Apr 23, 2004
Posts: 1432
Location: Canada
PostPosted: Tue Dec 21, 2004 1:00 am
Post subject: Re: No output after upgrade

Yes, when I upgraded I too had issues. Some of the tables in the database were not upgraded properly (this may well be a bug, but it's too vague for me to find).

Best to take a copy of your newly upgraded database and compare it against a fresh installed database and compare the two for differences.

_________________
J.
j e r u v y a t y a h o o d o t c o m

Need help? Look here: www.dragonflycms.org/W...d=112.html
Need to chat? Look for me on irc.freenode.net

Jeruvy's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Ubuntu7.10/Debian3.1 - 2.2.3/1.3.37 - 5.0.38/4.0.27 - 5.2.1/4.4.7 - CVS/9.1.2}
Back to top
View user's profile ICQ Number Yahoo Messenger Photo Gallery
ongaro
Newbie
Newbie

Offline Offline
Joined: Dec 17, 2004
Posts: 6

PostPosted: Wed Dec 22, 2004 3:35 pm
Post subject: Re: No output after upgrade

I tried with the latest CVS snapshot, but the problem remains.

Here is my config.php file, with extra stuff removed.

<?php
if (!defined('CPG_NUKE')) { exit; }
define('DB_TYPE', 'mysql');
$dbhost = 'localhost';
$dbname = 'df';
$dbuname = 'root';
$dbpass = 'mypassword';
$prefix = 'cms';
$user_prefix = 'cms';
$adminindex = 'admin.php';
$mainindex = 'index.php';
define('CPGN_DEMO', false);
define('CPG_DEBUG', true);
.....


ongaro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
debian woody/apache 1.3/php 4.3.8/cpgnuke 8.2-9.0
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 Dec 22, 2004 3:40 pm
Post subject: Re: No output after upgrade

I assume this is a local install?

_________________
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
boris
Newbie
Newbie

Offline Offline
Joined: Jul 13, 2004
Posts: 26
Location: NJ
PostPosted: Wed Dec 22, 2004 9:07 pm
Post subject: Re: No output after upgrade

My install is on a host server.

Here is my config.php section (same as ongaro)

<?php
define('DB_TYPE', 'mysql');
if (!defined('CPG_NUKE')) { exit; }
$dbhost = 'localhost';
$dbname = 'mydb';
$dbuname = 'myname';
$dbpass = 'mypassword';
$prefix = 'cms';
$user_prefix = 'cms';
$adminindex = 'admin.php';
$mainindex = 'index.php';
define('CPGN_DEMO', false);
define('CPG_DEBUG', true);
....

I did a succesfull fresh install which contained 75 DB tables
My 8.2 DB has 112 tables due to the extra modules
An upgraded DB has 116 tables.
One of the modules I use is cpg NukeAmazone, also Amazense.

I know they might not work with 9.0 but would like to test this.

Tnx

_________________
just fix it

boris's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linix/Apache1.3.34/MySQL4.1.13/PHP4.3.11/Dragonfly9.0.6.1
Back to top
View user's profile Visit poster's website
ongaro
Newbie
Newbie

Offline Offline
Joined: Dec 17, 2004
Posts: 6

PostPosted: Thu Dec 23, 2004 2:21 pm
Post subject: Re: No output after upgrade

Phoenix wrote:
I assume this is a local install?

For the moment it's on our intranet.
MySQL and Apache are on the same box.
Security is relaxed.


ongaro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
debian woody/apache 1.3/php 4.3.8/cpgnuke 8.2-9.0
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: Thu Dec 23, 2004 2:32 pm
Post subject: Re: No output after upgrade

ongaro,
so no prefixes needed for the dbname or dbusername, and you have used the config.php for 9.0.

Perhaps a path issue with the intranet, which I have seen reported before - at what point of the install process do you get blank screen? after what step?

_________________
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
ongaro
Newbie
Newbie

Offline Offline
Joined: Dec 17, 2004
Posts: 6

PostPosted: Thu Dec 23, 2004 3:29 pm
Post subject: Re: No output after upgrade

OK,
perhaps I found where the bug is.
I commented out lines 69-92 from cmsinit.inc, and it started working.
I have php 4.3.8 configured with zlib using
--with-zlib-dir=/path-to-zlib-dir/zlib-1.2.1

Hope this can help (but what a damned job!)


ongaro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
debian woody/apache 1.3/php 4.3.8/cpgnuke 8.2-9.0
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: Thu Dec 23, 2004 5:14 pm
Post subject: Re: No output after upgrade

ongaro please specify which file revision # you have


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

Offline Offline
Joined: Jul 13, 2004
Posts: 26
Location: NJ
PostPosted: Thu Dec 23, 2004 8:15 pm
Post subject: Re: No output after upgrade

Unfortunately commenting out 69-92 lines from cmsinit.inc did not solve
my problem.

_________________
just fix it

boris's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linix/Apache1.3.34/MySQL4.1.13/PHP4.3.11/Dragonfly9.0.6.1
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: Fri Dec 24, 2004 1:40 am
Post subject: Re: No output after upgrade

boris, do you have a test site link?

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

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   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.

читај повеќе...

   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