Page 2 of 2
Re: blank page after a successful installation
Posted: Wed May 31, 2006 10:57 am
by tsw
uhm, the patch is against svn version..
you could just manually see what it does and copy paste relevant lines, or grab the svn version and test with it..
Sorry I cant be of more help right now, Ill try to find some time to test this out.
You are also welcome to our irc channel (see the chat button at the top) to have faster replies

Re: blank page after a successful installation
Posted: Wed May 31, 2006 9:41 pm
by bruco
tsw wrote:
you could just manually see what it does and copy paste relevant lines, or grab the svn version and test with it..
Ok, I patched it with the help of my kind friend, but it does not work. Even, also the admin page is blank, so I return to the original include.php file.
Just an observation: the patch file contains some lines like this:
Code: Select all
require($dirname.'/lib/smarty/Smarty.class.php');
while my original include.php file contains the corresponding lines like this:
Code: Select all
require(dirname(__FILE__).'/lib/smarty/Smarty.class.php');
Notice that occurrences of dirname(__FILE__) are substitued by $dirname. Then, what it does means I do not know.

Re: blank page after a successful installation
Posted: Fri Jun 02, 2006 4:29 am
by culturec
Sorry, I have the same probleme: white page after new install.
What do we have to do ? Is there a solution or we should better wait after 0.14 ?
I upload "include.php.patch", but what to do with this ?
Re: blank page after a successful installation
Posted: Mon Jun 12, 2006 8:16 pm
by bruco
culturec wrote:
Sorry, I have the same probleme: white page after new install.
Maybe we are few people, so we can be disregarded.
Re: blank page after a successful installation
Posted: Mon Jun 12, 2006 10:18 pm
by tsw
Sorry havent got any time to dig into this more closely.
(not sure if I have already suggested this but)
try svn version

Re: blank page after a successful installation
Posted: Wed Jul 12, 2006 11:34 am
by gnolen
Hi,
I also installed the newest version on a IIS but I just got a blank page as a result. Does anyone have any idea on how to solve this? It looks like it is a common problem..
Thanks / Gnolen
Re: blank page after a successful installation
Posted: Wed Jul 12, 2006 4:26 pm
by Ted
bruco wrote:
Maybe we are few people, so we can be disregarded.
Well, the problem is that whenever anyone tries to recreate it, we can never do it. We keep potential fixes in with every release (turns out it was the lack of tokenizer in 0.13 -- something that smarty needs). We're trying, but it's hard to track down a bug that can't be recreated and doesn't have any access to debug.
Re: blank page after a successful installation
Posted: Thu Jul 13, 2006 3:59 pm
by gnolen
Problem solved for me at least...Running on IIS it looked like the folders were having the right premission(and files could be added to the folders in the tmp folder..So everything really looked ok..But the problem we were having was that it couldn't modify files..Changed that and now it works fine.
/ Gnolen