Wanchai / FTPbucket

FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
102 stars 22 forks source link

Error on push webhook, failed to create new directory #17

Closed RahibAly closed 6 years ago

RahibAly commented 6 years ago

Hi, I have setup my repository on bitbucket, also uploaded the directory to my ftp, and setup webhook on push, I have double checked and directories and files are there which are mentioned in the error.. now in my ftpbucket logs page, I'm getting these error: 19.10.2017, 01:09:27: Script called for a BitBucket JSON payload 19.10.2017, 01:09:27: Received a push from {recipezpoint-website} 19.10.2017, 01:09:27: Modifications detected on the branch {master} 19.10.2017, 01:09:27: Commencing transfer for this branch..... 19.10.2017, 01:09:27: Error: failed to create new directory resources/views 19.10.2017, 01:09:28: Error Uploading /public_html/recipespoint/resources/views/comingsoon.blade.php >> file_put_contents(ftp://...@ftp.recipezpoint.com/public_html/recipespoint/resources/views/comingsoon.blade.php): failed to open stream: no suitable wrapper could be found 19.10.2017, 01:09:28: Transfer done for branch {master}

Wanchai commented 6 years ago

Have you check if you have the correct extensions on php and you are allowed to write on your folder?