• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

FTP External storage - Pictures are not removed from Arvixe server after delete

Status
Not open for further replies.

afternov

Chevereto Member
Hello,

1. I created a new FTP user:
User: demo@mysite.com
Password: ******
Directory: /home/username/public_html/demo

2. Set up External storage: http://demo.chevereto.com/images/2015/01/06/4dcace8f08505a1c4ddbb3819ed1f5c1.png

3. Click "Save Changes"

4. Click on the second "Save Changes": http://demo.chevereto.com/images/2015/01/06/938ff2fe3162e3e84cbe837fc060eae8.png

5. Upload picture: "Upload complete"

6. Demo folder where picture was uploaded: http://demo.chevereto.com/images/2015/01/06/4b66c5163ebf05d7b0d16ae085378655.png

7. I delete uploaded picture from my site, but picture is still in uploaded folder.

What is the solution?

Thank You!
 
I don't know why but your system is adding values to the $_REQUEST array so I modified the queue handler. FTP delete is working now.

Code:
Array
(
    [queue] =>
    [r] => 15f91e5d660abc913f933a768b8a7848
    [PHPSESSID] => d8a803ee54c153d62745017f5709fa9f
    [_gat] => 1
    [_ga] => GA1.2.777687952.1420597549
)

Did you modified something to get the $_REQUEST array populated with data that isn't present in the request (PHPSESSID, _gat, _ga)?
 
I modified only my custom theme files and peafowl.css, but nothing else. Thank you very much for your time!
 
Status
Not open for further replies.
Back
Top