You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-user@incubator.apache.org by Harold Lim <ro...@yahoo.com> on 2010/06/18 00:43:32 UTC

php setup

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?


      

Re: php setup

Posted by Harold Lim <ro...@yahoo.com>.
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 <ro...@yahoo.com> wrote:

> From: Harold Lim <ro...@yahoo.com>
> Subject: php setup
> To: olio-user@incubator.apache.org
> 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?
> 
> 
>       
>