Hi All, For some reason: This piece of code in index.php fails for me. $connection = DBConnection::getInstance(); $eventlist = Events_Controller::getInstance(); $tagcloud = Tags_Controller::getInstance();
If I comment either eventlist of tagcloud, it will go through but if I uncomment both, it won't load and messes apache2. Any idea? -Harold --- On Thu, 6/17/10, Harold Lim <[email protected]> wrote: > From: Harold Lim <[email protected]> > Subject: php setup > To: [email protected] > Date: Thursday, June 17, 2010, 8:43 PM > Hi All, > > I have set up my db and file store. I also configured it to > have no memcache. > > However when I try to access the index.php, it doesn't load > for me (it even breaks apache). > > I tried to see where it happens basically it happens when > index.php calls noCachePage() because I removed that call > and it loads a blank page and it doesn't break apache. Also, > when this happens, I have to restart apache to get apache > working properly again. > > Any idea what I'm doing wrong? > > > >
