I am trying to install Kurogo 1.4.1 on my Windows Laptop.
But I can see below message when I access to 'localhost/admin' .
""""""""""""
Warning: file_get_contents(
https://modolabs-device.appspot.com/api/?
user-agent=Mozilla%2F5.0+%28Windows+NT+6.1%3B+WOW64%29+AppleWebKit
%2F536.5+%28KHTML%2C+like+Gecko%29+Chrome%2F19.0.1084.46+Safari
%2F536.5&version=2) [function.file-get-contents]: failed to open
stream: No error in C:\APM_Setup\htdocs\Kurogo\lib
\DeviceClassifier.php on line 345
Warning: Cannot modify header information - headers already sent by
(output started at C:\APM_Setup\htdocs\Kurogo\lib\DeviceClassifier.php:
345) in C:\APM_Setup\htdocs\Kurogo\lib\DeviceClassifier.php on line
150
Warning: Cannot modify header information - headers already sent by
(output started at C:\APM_Setup\htdocs\Kurogo\lib\DeviceClassifier.php:
345) in C:\APM_Setup\htdocs\Kurogo\lib\WebModule.php on line 1558
Warning: Cannot modify header information - headers already sent by
(output started at C:\APM_Setup\htdocs\Kurogo\lib\DeviceClassifier.php:
345) in C:\APM_Setup\htdocs\Kurogo\lib\WebModule.php on line 1559
Warning: Cannot modify header information - headers already sent by
(output started at C:\APM_Setup\htdocs\Kurogo\lib\DeviceClassifier.php:
345) in C:\APM_Setup\htdocs\Kurogo\lib\KurogoStats.php on line 45
Fatal error: Class 'PDO' not found in C:\APM_Setup\htdocs\Kurogo\lib\db
\db_sqlite.php on line 28
""""""""""""""""""""
The log in Kurogo.log is below.
""""""""""""""""""""
[Mon 05 21 21:08:48 2012] deviceDetection:Warning DeviceClassifier-
>detectDeviceExternal@353 /home/ Error receiving device detection data
from
https://modolabs-device.appspot.com/api/?user-agent=Mozilla%2F5.0+%28Windows+NT+6.1%3B+WOW64%29+AppleWebKit%2F536.5+%28KHTML%2C+like+Gecko%29+Chrome%2F19.0.1084.46+Safari%2F536.5&version=2.
Reading expired cache.
""""""""""""""""""""
If I change MOBI_SERVICE_USE_EXTERNAL = 0 (site.ini)
then the error message is below.
Fatal error: Class 'PDO' not found in C:\APM_Setup\htdocs\Kurogo\lib\db
\db_sqlite.php on line 28
and there is no message in Kurogo.ini
Could you help me what can I solve this problem?