Mbaroudi / puelia-php

Automatically exported from code.google.com/p/puelia-php
0 stars 0 forks source link

puelia setup problem #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout puelia to localhost/puelia
2. install memcache, lib_curl and enable htaccess, mod_rewrite 
3. open localhost/puelia which redirects to localhost/puelia/api-config , 
resulting in a 404

What is the expected output? What do you see instead?

While trying to access http://localhost/puelia_0/api-config , I get a 404 
error. 

What version of the product are you using? On what operating system?
MAC OS X

Please provide any additional information below.

I tried to install puelia. These are the steps I followed.

installed memcache, lib_curl

enabled mod_rewrite and htaccess override

svn checkout http://puelia-php.googlecode.com/svn/trunk/ [localhost/puelia]

chmod 777 puelia

accessed localhost/puelia

This redirects to localhost/puelia/api-config

I checked the log. It says

Tue May  3 08:16:58 2011,684 [579] DEBUG Puelia - Looking for a cached response
Tue May  3 08:16:58 2011,685 [579] DEBUG Puelia - No cached response for 
text/html under key 4c409ab69d50211f6b0455522624cf4e
Tue May  3 08:16:58 2011,686 [579] DEBUG Puelia - No cached response for 
application/xhtml+xml under key 1d3354cda7460c0b3ff8a0d2d7df01a3
Tue May  3 08:16:58 2011,687 [579] DEBUG Puelia - No cached response for 
application/xml under key 04ed4b32d5effa1bf4f914bafc26b59f
Tue May  3 08:16:58 2011,687 [579] DEBUG Puelia - No cached response for */* 
under key 66f10b8c4016999c7755cab15fd0e9d2
Tue May  3 08:16:58 2011,687 [579] DEBUG Puelia - No suitable cached responses 
found
Tue May  3 08:16:58 2011,688 [579] DEBUG Puelia - Generating fresh response

Original issue reported on code.google.com by arunprak...@gmail.com on 12 May 2011 at 2:01

GoogleCodeExporter commented 9 years ago
I have experienced the same problems either on windows and ubuntu/centOS.
Any issues?

Maybe there are some configurations tips to do in order to start the 
installation?

thanks for any help,
Alfredo

Original comment by ser...@gmail.com on 30 May 2011 at 7:19