WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: positiveoutcomes on April 03, 2013, 12:48:20 AM

Title: Bakery 550 Error ftp
Post by: positiveoutcomes on April 03, 2013, 12:48:20 AM
Hi there,

I'm having an issue with editing any of my files in bakery in the ftp/. They all come up with this:

Command:   PASV
Response:   227 Entering Passive Mode (111,125,175,60,164,179).
Command:   STOR view_form.php
Response:   550 view_form.php: Permission denied
Error:   Critical file transfer error

All my files have 644 permissions and folders have `755 permissions.

I feel like I have tried everything, and read everything possible but still can't figure it out. Can someone shed some light on this problem? It is driving me CRAZY!!!

Cheers,

PO :?
Title: Re: Bakery 550 Error ftp
Post by: Ruud on April 03, 2013, 10:20:19 AM
Quote from: positiveoutcomes on April 03, 2013, 12:48:20 AM
Response:   550 view_form.php: Permission denied

This is exactly what is happening.
The file is installed and owned by the webserver. Your ftp user is a different user and therefore has no rights to overwrite the file.

Solution 1)
make the file(s) writable. Probably this can only be done through the filebrowser in your hosting panel.

Solution 2)
Use the addon file editor (http://addons.WebsiteBaker.org/pages/en/browse-add-ons.php?id=02D8BA1) to edit module files.

Title: Re: Bakery 550 Error ftp
Post by: positiveoutcomes on April 04, 2013, 01:17:50 AM
Thank you so much for your help! I am looking into it now.

Cheers,

PO