Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Problems AFTER Install/Upgrade ⇒ Blank admin.php after upgrade from 9.0.6.1


Blank admin.php after upgrade from 9.0.6.1
Issues that happen after DragonflyCMS upgrade/install.
DO NOT post module installation issues here!

Go to page 1, 2  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Problems AFTER Install/Upgrade

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

Offline Offline
Joined: Jan 30, 2008
Posts: 5

PostPosted: Mon Feb 18, 2008 11:13 pm
Post subject: Blank admin.php after upgrade from 9.0.6.1

I know my signature is weak, thats is all I could find, I am with Startlogic if that helps.

I have read all here I could and have done as much troubleshooting as I could. My problem is a blank admin.php screen after upgrading from 9.0.6 to 9.1.2.1. I went all the way to discarding the install files. Additionally, I ran the two error tests listed in forums. The first test was blank, the second went to the maintenace page.

Note. my server provider made changes I did not have. Also I could not turn maintence page on before upgrade attempt.

Any help you could give would be greatly appreciated. Thank You.

My website is www.ourontology.com/index.php


Vlyn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Debian/Apache?/5.0.45/4.4.7
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: Mon Feb 18, 2008 11:57 pm
Post subject: Re: Blank Admin.php after upgrade to 9.1.2.1

Follow the FAQ advice,
dragonflycms.org/FAQ/cat=16.html

I suspect you have a faulty block(s) so,

1. Log into admin.php

2. If you login successfully, the use the following to access and de-activate blocks admin,
admin.php?op=blocks&hideallblocks=1


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

Offline Offline
Joined: Jan 30, 2008
Posts: 5

PostPosted: Tue Feb 19, 2008 2:13 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

Pheonix thank you for such a fast response. Following your directions; first admin.php blank, then went to the link you provided, set debug to true, ran update code from phpmyadmin, deleted config_MAIN_CFG.php, ran ourontology.com/admin.php?op=blocks&hideallblocks=1 in browser.

no change at all, admin.php still blank


Vlyn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Debian/Apache?/5.0.45/4.4.7
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: Tue Feb 19, 2008 4:30 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

What theme do you use as default?


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

Offline Offline
Joined: Jan 30, 2008
Posts: 5

PostPosted: Tue Feb 19, 2008 5:17 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

directory is labeled HL2 that was the selected theme prior to upgrade from 9.0.6. The defualt and dragonfly theme are still there though. I have laoded a warcraft theme and may have tried to select it when this all happened it did not save to my knowledge.

Thank you again for your help.


Vlyn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Debian/Apache?/5.0.45/4.4.7
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: Tue Feb 19, 2008 5:24 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

hmm, you're having exactly the same issue as another user.
1. run this phpmyadmin query
Code::
UPDATE `cms_config_custom` SET `cfg_value`='default' WHERE `cfg_name` = 'global' AND `cfg_field` = 'Default_Theme';
2. then delete config_MAIN_CFG.php from your website cache folder
3. then get your theme fixed - check for an updated version from the author, or contact the author about an update.


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

Offline Offline
Joined: Jan 30, 2008
Posts: 5

PostPosted: Wed Feb 20, 2008 1:55 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

Phoenix

I'm sorry I got the impression you thought this would work, it has not. I still have blank admin.php screen.

Is there away I can reinstall 9.1.2.1 and if so is there any thing special I should consider?

I don't mind some extra work, I would like to save the original db if possible.

Thank You again for your support.


Vlyn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Debian/Apache?/5.0.45/4.4.7
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 Feb 20, 2008 2:29 am
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

It should have worked Confused

Can you remove (or delete, your choice) the non-core themes from your themes directory of your DF install so that only the default and dragonfly themes remain? This should force your site to use the default theme.

Then run this in phpmyadmin
Code::
UPDATE `cms_config_custom` SET `cfg_value` = '0' `cfg_name`  = 'global' AND `cfg_field`  = 'maintenance' LIMIT 1;

Then delete config_MAIN_CFG.php from your website cache folder.

You should then at least see your site and get some better idea of the issue.


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

Offline Offline
Joined: Jan 30, 2008
Posts: 5

PostPosted: Sat Feb 23, 2008 5:44 pm
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

Phoenix

I completed your latest instructions. Your code generated a syntax error. I inserted WHERE in front of `cfg_name` and it ran, ( not sure if right fix). Deleted config_MAIN_CFG.php, still blank admin screen.

If I go to a clean install:
1. Can I use 9.1.2.1 from (old releases) or are these just patches to run after reinstall 9.0.6.x
2. Will I be able to rehook to original database? ( I have original config.php file).

Thank you again for your help


Vlyn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Debian/Apache?/5.0.45/4.4.7
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: Sat Feb 23, 2008 8:03 pm
Post subject: Re: Blank admin.php after upgrade to 9.1.2.1

It would probably help if you weren't trying to run index.html and index.php in the same directory - you can't have it both ways.


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

Offline Offline
Joined: Jan 25, 2008
Posts: 5

PostPosted: Sun Feb 24, 2008 8:07 pm
Post subject: Can´t login as administrator after install

i have made a new install of Dragonfly. Everything was OK and after finishing the install procedure I was redirected to Admin area. I could close the admin page and open it again. But after logging out I am not able to log in again.

In Firefox admin.php only displays a blank page. When I tried in Opera I got this error message:

---
Forbidden
You don't have permission to access /dragonfly/admin.php on this server.


Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
---

Other users have the same problem but I have't found any answer that has solved my problem. Also looked i FAQ:s. I have tried different CHMOD for file admin.php.

Anyone out there that can help me with my problem???

Thank You


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
Mel
Forum Admin
Forum Admin

Offline Offline
Joined: Jul 21, 2004
Posts: 1386
Location: Eastern Time Zone
PostPosted: Sun Feb 24, 2008 8:21 pm
Post subject: Re: Can´t login as administrator after install

dragonflycms.org/Wiki/id=58.html#4l

_________________
DF TIPS | Upgrade| Find Your Signature Specs|
"A bug in the code is worth two in the documentation. "


Mel please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Visit poster's website
Kronski
Newbie
Newbie

Offline Offline
Joined: Jan 25, 2008
Posts: 5

PostPosted: Mon Feb 25, 2008 5:51 am
Post subject: Re: Can´t login as administrator after install

Sorry for an incomplete url.

This installation is found here.

If needed I can mail you a temporary ftp-login


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
SnoSheriff
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 27, 2005
Posts: 174

PostPosted: Thu Mar 27, 2008 2:43 am
Post subject: Re: Can´t login as administrator after install

I have the same problem :-(. Any ideas how to fix this?

_________________
XJBikes.com

SnoSheriff's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/Apache=1.3.41/MySQL=5.0.87-community/PHP=5.2.6/DFCMS=9.2.1
Back to top
View user's profile Visit poster's website
SnoSheriff
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 27, 2005
Posts: 174

PostPosted: Thu Mar 27, 2008 2:48 am
Post subject: Re: Can´t login as administrator after install

I'm not sure if this helps but I upgraded from 9.0.6.1 to 9.2.1

_________________
XJBikes.com

SnoSheriff's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/Apache=1.3.41/MySQL=5.0.87-community/PHP=5.2.6/DFCMS=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 ⇒  Problems AFTER Install/Upgrade
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 cannot 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.

קרא יותר...

   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