Nejdou aktualizovat moduly function.fileowner
Jsem úplný začátečník a mám problém s aktualizací modulů v Drupalu. Můžete mi někdo poradit. Dík Roman
Warning: fileowner() [function.fileowner]: stat failed for temporary://update_7UWgoM ve funkci update_manager_local_transfers_allowed() (řádek: 912 v souboru /Applications/MAMP/htdocs/sdhzabrodi/modules/update/update.manager.inc).
907 function update_manager_local_transfers_allowed() {∂ 908 // Compare the owner of a webserver-created temporary file to the owner of 909 // the configuration directory to determine if local transfers will be 910 // allowed. 911 $temporary_file = drupal_tempnam(‚temporary://‘, ‚update_‘); 912 $local_transfers_allowed = fileowner($temporary_file) === fileowner(conf_path()); 913 914 // Clean up. If this fails, we can ignore it (since this is just a temporary 915 // file anyway). 916 @drupal_unlink($temporary_file); 917 918 return $local_transfers_allowed;
Skontroluj
Skontroluj si:
admin/config/media/file-system
ci tam mas spravne cesty a adresar tmp ma prava na zapis.
Poslat nový komentář