error when I translate installed modules in Prestashop -


when want translate installed modules in prestashop show me following error

warning: file_put_contents(/themes/leoshoes/modules/blockadvertising/fr.php): failed open stream: permission denied in /controllers/admin/admintranslationscontroller.php on line 654 

i use prestashop 1.5.0.17

you missing appropriate permissions on file/folder. - check directory /themes/leoshoes/modules/blockadvertising/ exists , set permissions 777 (read, write, execute). - if file /themes/leoshoes/modules/blockadvertising/fr.php exists set permissions 777. if cannot change permissions, maybe can try removing file.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -