Olga
Grabek
Senior Software
Engineer
Temat: wamp i problem z Data/Services
Mam problem z użyciem Data/Services w moim projekcie. Mam zainstalowany serwer WAMP 2.0. W Flash Builder wybieram Data/Services -> wskazuje na plik z klasą i dostaje błąd:Make sure that Zend Framework is installed correctly and the parameter "amf.production" is not set to true in the amf_config.ini file located in the project output folder.
Mój plik amf_config.ini w projekcie wygląda następująco:
[zend]
;set the absolute location path of webroot directory, example:
;Windows: C:\apache\www
;MAC/UNIX: /user/apache/www
webroot =C:/wamp/www
;set the absolute location path of zend installation directory, example:
;Windows: C:\apache\PHPFrameworks\ZendFramework\library
;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
;zend_path =
[zendamf]
amf.production = false
amf.directories[]=Smart_learning/php/Language
W WAMP mam włączone ładowanie modułu mod_rewrite, mam dodane rozszerzenie php_pdo_mysql.dll.
Czy jeszcze muszę coś dodatkowo konfigurować?
Co ciekawe jak wezmę automatyczne generowanie klasy na podstawie tabeli z bazy danych to nie rzuca błędem i wszystko ładnie sobie konfiguruje. Niestety po przypięciu wygenerowanej metody np. do data grid dostaje błąd w Alert-cie:
Channel disconnected
Channel disconnected before an acknowledgement was receivedOlga Grabek edytował(a) ten post dnia 22.05.10 o godzinie 17:03