http://www.icyphoenix.com/viewtopic.php?f=35&t=1865
-----------------------------------
fab120
Mon 07 May, 2007 11:34

Blank Page After Update RC1 To RC3
-----------------------------------
I have a blank page after this upgrade..

I have already read and i have already done the instruction of this topic: http://www.icyphoenix.com/viewtopic.php?t=1514


How i can solve?

ps: Site: http://risorsegratis.webarrivo.com


-----------------------------------
andrea75
Mon 07 May, 2007 12:22

Re: Blank Page After Update RC1 To RC3
-----------------------------------
- Clear ALL cache from FTP.

- Open the package, go to [b]installcontribcleanincludes[/b] and replace your [b]def_themes, def_tree, def_word[/b] files in includes folder, with these.


-----------------------------------
fab120
Mon 07 May, 2007 13:08

Re: Blank Page After Update RC1 To RC3
-----------------------------------
It doesn't work :(


-----------------------------------
fab120
Mon 07 May, 2007 13:37

Re: Blank Page After Update RC1 To RC3
-----------------------------------
Now work! I have modify the file

OPEN [b]functions_categories_hierarchy.php[/b]
FIND
[codeblock]define('CACHE_TREE', true);[/codeblock]
REPLACE WITH
[codeblock]//define('CACHE_TREE', true);[/codeblock]


-----------------------------------
andrea75
Mon 07 May, 2007 14:53

Re: Blank Page After Update RC1 To RC3
-----------------------------------
Good ;) And thanks for post the solution. I see with pleasure that you know how use the search function! ;) An example for all! :)


-----------------------------------
fab120
Mon 07 May, 2007 15:31

Re: Blank Page After Update RC1 To RC3
-----------------------------------
Thanks andrea!

[hr]

ps: Scrivo in italiano perchè non ho voglia di tradurre (e poi il concetto è talmente complicato che non ci riuscirei...)
Commentando quella parte di codice però si va a discapito del sistema di cache escludendo def_tree.php:
def_tree.php se non sbaglio memorizza la struttura del forum e quindi quando viene richiamata la pagina principale del forum, def_tree.php ne velocizza il caricamento... Commentando quella parte la struttura del forum non viene più messa nella cache (minimo queries: 11 massime:15)

It's possible resolve it in another way?


-----------------------------------
andrea75
Mon 07 May, 2007 16:06

Re: Blank Page After Update RC1 To RC3
-----------------------------------
[quote user="fab120" post="13633"]Thanks andrea!

[hr]

ps: Scrivo in italiano perchè non ho voglia di tradurre (e poi il concetto è talmente complicato che non ci riuscirei...)
Commentando quella parte di codice però si va a discapito del sistema di cache escludendo def_tree.php:
def_tree.php se non sbaglio memorizza la struttura del forum e quindi quando viene richiamata la pagina principale del forum, def_tree.php ne velocizza il caricamento... Commentando quella parte la struttura del forum non viene più messa nella cache (minimo queries: 11 massime:15)

It's possible resolve it in another way?[/quote]

Sometimes replacing the files, permissions are reset to default. Have you check that permission of these files are correct?


-----------------------------------
fab120
Mon 07 May, 2007 21:54

Re: Blank Page After Update RC1 To RC3
-----------------------------------
Permissions are correct!! They are 666 !


-----------------------------------
Mighty Gorgon
Wed 16 May, 2007 01:37

Re: Blank Page After Update RC1 To RC3
-----------------------------------
Try to refresh your FTP client... sometimes permissions are not shown correctly, and your error is very likely to be a permission error. :roll:


