2014-06-10 19 views
7

G/güncellemek benim windows7 64 bit makinede besteci ile yüklemeye çalışıyorlar belirtilen bulamıyor güncellenmesi. Ama son zamanlarda bu hataları alıyorum: Ben satıcı dizini yanı boş olarak besteci önbelleği kaldırmak için çalıştık ama bu sorunu çözmediBesteci ne yüklemeden ne de RecursiveDirectoryIterator yolu

$ php composer.phar install 
Loading composer repositories with package information 
Installing dependencies (including require-dev) 
    - Installing zendframework/zendxml (dev-master 559b34f) 
    Cloning 559b34f426d33a11c3db118e00ce14bb8dc64e5f 
Failed to download zendframework/zendxml from source: RecursiveDirectoryIterator 
::__construct(C:\wamp\www\projects\vendor\zendframework\zendxml,C:\wamp\www\projects\vendor\zendframework\zendxml): The system cannot find the path specified. (
code: 3) 
Now trying to download from dist 
    - Installing zendframework/zendxml (dev-master 559b34f) 
    Downloading: 100% 



    [UnexpectedValueException] 
    RecursiveDirectoryIterator::__construct(C:\wamp\www\projects\vendor/zendfra 
    mework/zendxml,C:\wamp\www\projects\vendor/zendframework/zendxml): The syst 
    em cannot find the path specified. (code: 3) 

.

Herhangi bir öneriniz var mı?

cevap

0

Belki satıcının klasöründe bir yazma izinler hatası.

Dur Apache ve klasör/satıcı/zendframework silip tekrar besteci yüklemek çalıştırın.

3

Sorunum cmd.exe renkleri etkin bir dizin taşındı olmasıydı. Artık dizin artık düzgün bir şekilde bağlı değildi.

kontrol dışarı https://getcomposer.org/doc/articles/troubleshooting.md#-the-system-cannot-find-the-path-specified-windows- ve ayrıca geçersiz yolları kontrol edin.

+0

Daha önce Ansicon'u yükledikten sonra aynı sorunu yaşadım. Autorun girişini HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor altında kaldırma hilesi sorunu giderdi. – coatesap

İlgili konular