blank page after a successful installation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: blank page after a successful installation

Post 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 ;)
bruco

Re: blank page after a successful installation

Post 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. :(
culturec

Re: blank page after a successful installation

Post 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 ?
bruco

Re: blank page after a successful installation

Post 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.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: blank page after a successful installation

Post 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  ::)
gnolen

Re: blank page after a successful installation

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: blank page after a successful installation

Post 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.
gnolen

Re: blank page after a successful installation

Post 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
Locked

Return to “[locked] Installation, Setup and Upgrade”