Clip-bucket remote upload problem
Today I found strange bug in my clip-bucket website. When I use remote upload function is stays on uploading… uploading.. 🙂 Before 5-6 days everything works perfect. I try to search in google for this problem I find the answer! There is an json format problem. In this link is the solution.
Open actions/file_downloader.php and replace :
error_reporintg(E_ALL ^ E_NOTICES);
with
error_reporting(0);
In my case everything is working again! Thanks to the guys in clip-bucket forum 🙂