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


Offline Joined: Jan 30, 2008 Posts: 5
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


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


Offline Joined: Jan 30, 2008 Posts: 5
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


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


Offline Joined: Jan 30, 2008 Posts: 5
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


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


Offline Joined: Jan 30, 2008 Posts: 5
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Wed Feb 20, 2008 2:29 am Post subject: Re: Blank admin.php after upgrade to 9.1.2.1 |
|
It should have worked
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 |
|
 |
Vlyn Newbie


Offline Joined: Jan 30, 2008 Posts: 5
|
Posted: 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 |
|
 |
Phoenix • Many Posts •


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


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


Offline Joined: Jul 21, 2004 Posts: 1386 Location: Eastern Time Zone
|
Posted: Sun Feb 24, 2008 8:21 pm Post subject: Re: Can´t login as administrator after install |
|
_________________ 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!
|
|
| Back to top |
|
 |
Kronski Newbie


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


Offline Joined: Mar 27, 2005 Posts: 174
|
Posted: 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 |
|
 |
SnoSheriff Heavy poster


Offline Joined: Mar 27, 2005 Posts: 174
|
Posted: 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 |
|
 |
|
|