Hi, I am trying to install Olio to do some experiment in a cloud test-bed but since I am not good at php or any other web application I could not install it. I use Ubuntu 10.04. I installed apache2 and MySQL 5. Created the database Olio . Actually I tried to do like the guide inside Olio package but when I try to run it on local host it shows nothing. here is the apache's error log:
[Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: uname in /var/www/oliophp/public_html/index.php on line 29 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: page in /var/www/oliophp/public_html/index.php on line 30 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: flag in /var/www/oliophp/public_html/index.php on line 31 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: zipcode in /var/www/oliophp/public_html/index.php on line 68 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: order in /var/www/oliophp/public_html/index.php on line 69 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: month in /var/www/oliophp/public_html/index.php on line 70 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: day in /var/www/oliophp/public_html/index.php on line 71 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: year in /var/www/oliophp/public_html/index.php on line 72 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: month in /var/www/oliophp/public_html/index.php on line 74 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Notice: Undefined index: uname in /var/www/oliophp/public_html/index.php on line 81 [Tue Jul 19 13:52:01 2011] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined method Memcached::needsRefresh() in /var/www/oliophp/public_html/index.php on line 138 I have a deadline to do this so I appreciate for any help. Best regards, Fanttazio
