mohamedragab / puelia-php

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

Still having installation problems #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm really sorry to raise another issue like this again, but I'm receiving 
blank pages on the out-of-the-box endpoints after a fresh install.

My installation steps:

1. checked out the trunk to a folder named "puelia1" on my server.
2. got the page saying "cannot write to log file".
3. used "chmod -R www-data /puelia1" to correct permissions.
4. api-config page then displays the config files correctly.
5. accessing the education/schools endpoint displays a totally blank page with 
the following log:

-----------------------------------------------

Mon Apr  4 14:02:34 2011,013 [13118] DEBUG Puelia - Request URI: 
http://danpaulsmith.com/apis/puelia1/education/api/schools
Mon Apr  4 14:02:34 2011,013 [13118] DEBUG Puelia - Generating fresh response
Mon Apr  4 14:02:34 2011,014 [13118] DEBUG Puelia - Iterating over files in 
/api-config: api-config-files/edu-api.ttl
Mon Apr  4 14:02:34 2011,015 [13118] DEBUG Puelia - Looking in memcache for 
api-config-files/edu-api.ttl
Mon Apr  4 14:02:34 2011,018 [13118] DEBUG Puelia - Found Cached Config
Mon Apr  4 14:02:34 2011,023 [13118] DEBUG Puelia - Endpoint Uri Selected: 
http://services.data.gov.uk/education/api#schools
Mon Apr  4 14:02:34 2011,026 [13118] DEBUG Puelia - Filter is: type=School
Mon Apr  4 14:02:34 2011,027 [13118] INFO Puelia - SELECT 
Query:http://danpaulsmith.com/apis/puelia1/education/api/schools:   <<<PREFIX 
rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX school: <http://education.data.gov.uk/def/school/>
SELECT DISTINCT ?item
WHERE {
?item rdf:type school:School .

}

LIMIT 10 
OFFSET 0>>>
Mon Apr  4 14:03:33 2011,307 [12649] DEBUG Puelia - Request URI: 
http://danpaulsmith.com/apis/puelia1/education/api/schools
Mon Apr  4 14:03:33 2011,308 [12649] DEBUG Puelia - Generating fresh response
Mon Apr  4 14:03:33 2011,308 [12649] DEBUG Puelia - Iterating over files in 
/api-config: api-config-files/edu-api.ttl
Mon Apr  4 14:03:33 2011,308 [12649] DEBUG Puelia - Looking in memcache for 
api-config-files/edu-api.ttl
Mon Apr  4 14:03:33 2011,315 [12649] DEBUG Puelia - Found Cached Config
Mon Apr  4 14:03:33 2011,334 [12649] DEBUG Puelia - Endpoint Uri Selected: 
http://services.data.gov.uk/education/api#schools
Mon Apr  4 14:03:33 2011,338 [12649] DEBUG Puelia - Filter is: type=School
Mon Apr  4 14:03:33 2011,339 [12649] INFO Puelia - SELECT 
Query:http://danpaulsmith.com/apis/puelia1/education/api/schools:   <<<PREFIX 
rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX school: <http://education.data.gov.uk/def/school/>
SELECT DISTINCT ?item
WHERE {
?item rdf:type school:School .

}

LIMIT 10 
OFFSET 0>>>

------------------------------------------------

Attached are screenshots of my memcache status and directory permissions.

Dan

Original issue reported on code.google.com by danpaulsmith on 4 Apr 2011 at 2:24

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by K.J.W.Al...@gmail.com on 17 May 2011 at 7:53