Enter the mysql database of the clipbucket via phpmyadmin and update the below query.
ALTER TABLE `cb_photos` ADD `photo_details` TEXT NOT NULL AFTER `photo_tags`;
This will probably fix the issue with upload. Give it a try (y)
Enter the mysql database of the clipbucket via phpmyadmin and update the below query.
ALTER TABLE `cb_photos` ADD `photo_details` TEXT NOT NULL AFTER `photo_tags`;
This will probably fix the issue with upload. Give it a try (y)