In case photos upload process in Clipbucket never finishes, and while trying to access the photos, the error message like "Unknown column 'photo_details' in 'field list" is displayed. The fix is the following.

Go to phpmyadmin, select Clipbucket's DB and execute the query below:

ALTER TABLE  `cb_photos` ADD  `photo_details` TEXT NOT NULL AFTER  `photo_tags`