|
Page 1 of 1
|
Zuker
Joined: August 2006
Posts: 2134
Location: BA
|
DEBUG - Blank Pages After Upgrading
If you are experiencing problems after Icy Phoenix installation, the problem could be related to one or a combination of the following:
- Corrupted files
- Wrong CHMOD
- Overwritten includes/DEF_ files with empty ones
- Corrupted THEMES table
- Corrupted Cache
First of all make a full site backup, and then you can try one or more of the following:
- Reuploading all files (pay attention to not replace anything you may need and always make a backup first)
- Replacing includes/DEF_ files with fresh ones
- Applying correct CHMOD permissions
- Synchronizing FORUMS
- Uninstalling all styles and install them from scratch (empty themes table and manually add Ice style)
- Empty the CACHE folder (delete all files but .htaccess and index.html)
- Optimizing and Repairing DB (usually via phpMyAdmin)
Try to have a look at this as well: http://www.icyphoenix.com/viewtopic.php?t=1520
There is only one problem... if is the DEF_AUTH being corrupted... then the only solution is to reset the AUTH table. This can happen when upgrading from some old phpBB version with corrupted AUTH table or with some incorrectly deleted users.
____________ ? Zuker - EDDB - LPM - Sharefields
Edited by Mighty Gorgon, Sun 08 Apr, 2007 11:19: Edited something... Edited by Mighty Gorgon, Sun 23 Sep, 2007 10:54: Added other infos |
#1 Thu 05 Apr, 2007 15:45 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
I've edited a bit your post.
If anyone is still having problems with blank pages after having performed all of these, please post in the support forum.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Sun 08 Apr, 2007 11:21 |
|
TGD
Joined: May 2007
Posts: 8
|
Re: Blank Pages After Upgrading
I had same problem. Try to edit Function_categories_hierarchy.php
define("CACHE_TREE", True)
in
//define("CACHE_TREE", True)
good luck!
|
#3 Tue 22 May, 2007 15:28 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
I had same problem. Try to edit Function_categories_hierarchy.php
define("CACHE_TREE", True)
in
//define("CACHE_TREE", True)
good luck!
That is not the good way to solve this issue.
Sometimes this problem is related to wrong CHMOD permissions, corrupted forums and categories tables, corrupted auth table.
In Icy Phoenix forums are cached two times, so another kind of cache is used when CACHE_TREE is disabled... but CACHE_TREE is more fast, so you should at least try to understand why it is not working.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#4 Fri 25 May, 2007 01:44 |
|
Lucky
Joined: August 2006
Posts: 106
|
Re: Blank Pages After Upgrading
There is only one problem... if is the DEF_AUTH being corrupted... then the only solution is to reset the AUTH table. This can happen when upgrading from some old phpBB version with corrupted AUTH table or with some incorrectly deleted users.
How can I reset the AUTH table ???
I have updated my XS 058 to IP but still to have blank page where the internet explorer says that is impossible view the page ...
|
#5 Sun 24 Jun, 2007 12:42 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
You can reset it via phpMyAdmin... but please, make sure you have double backup before proceeding, because this cannot be undone.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#6 Wed 27 Jun, 2007 01:26 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
I've edited the first post a bit.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#7 Sun 23 Sep, 2007 10:55 |
|
Vortex
Joined: October 2006
Posts: 412
Location: Prato, Italy
|
Re: Blank Pages After Upgrading
[*]Replacing includes/DEF_ files with fresh ones
This helped a lot, thanks ^^
|
#8 Tue 30 Oct, 2007 10:00 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
I've created today an extra function to fix this via adm/erc.php.
You'll have it in future versions.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#9 Thu 01 Nov, 2007 22:23 |
|
Zuker
Joined: August 2006
Posts: 2134
Location: BA
|
Re: Blank Pages After Upgrading
I've created today an extra function to fix this via adm/erc.php.
You'll have it in future versions.
it was on xs that function, right? i mean in extreme styles
____________ ? Zuker - EDDB - LPM - Sharefields
|
#10 Thu 01 Nov, 2007 23:08 |
|
schweigen
Joined: August 2007
Posts: 4
|
Re: Blank Pages After Upgrading
I have updated from phpBB XS to IP 1.1.0.15 and now i have problems seeing forum as loged in user. Some pages are blank in Firefox. IE says that the page can not be displayed (HTTP 500 Internal Server Error). When i'm not loged in, the forum is shown correctly.
I've done all this things, but without changes:
Quote:
* Reuploading all files (pay attention to not replace anything you may need and always make a backup first)
* Replacing includes/DEF_ files with fresh ones
* Applying correct CHMOD permissions
* Synchronizing FORUMS
* Uninstalling all styles and install them from scratch (empty themes table and manually add Ice style)
* Empty the CACHE folder (delete all files but .htaccess and index.html)
* Optimizing and Repairing DB (usually via phpMyAdmin)
Does anyone know, how to fix this problem? THX
|
#11 Sun 04 Nov, 2007 15:02 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
I've created today an extra function to fix this via adm/erc.php.
You'll have it in future versions.
it was on xs that function, right? i mean in extreme styles
No DB Maintenance.
I have updated from phpBB XS to IP 1.1.0.15 and now i have problems seeing forum as loged in user. Some pages are blank in Firefox. IE says that the page can not be displayed (HTTP 500 Internal Server Error). When i'm not loged in, the forum is shown correctly.
I've done all this things, but without changes:
Quote:
* Reuploading all files (pay attention to not replace anything you may need and always make a backup first)
* Replacing includes/DEF_ files with fresh ones
* Applying correct CHMOD permissions
* Synchronizing FORUMS
* Uninstalling all styles and install them from scratch (empty themes table and manually add Ice style)
* Empty the CACHE folder (delete all files but .htaccess and index.html)
* Optimizing and Repairing DB (usually via phpMyAdmin)
Does anyone know, how to fix this problem? THX
Can you show us some links with this error? It may be related to HTACCESS not processed correctly by your server. Try to remove those in files, and subfolders.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#12 Mon 05 Nov, 2007 00:27 |
|
schweigen
Joined: August 2007
Posts: 4
|
Re: Blank Pages After Upgrading
I've deleted HTACCESS files. No changes.
Then I have installed IC again, on my local machine and then I had copied old tables (phpbb_config, phpbb_users, phpbb_categiries, phpbb_forums, phpbb_posts....) into fresh database. Now, it seems that white pages problem is solved for all users but I can't see Administration-Panel:
|
#13 Fri 09 Nov, 2007 20:23 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Blank Pages After Upgrading
That is really strange...
As soon as I have the time to pack it, I will release an updated version which should avoid blank pages... and if they occurs you should be able to reset them with a recovery function.
Please a little bit of patience, and I hope you will be able to use your Icy Phoenix.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#14 Sat 10 Nov, 2007 19:29 |
|
schweigen
Joined: August 2007
Posts: 4
|
Re: Blank Pages After Upgrading
ok, thank you
|
#15 Mon 12 Nov, 2007 19:35 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|