Title: Fix small problem.
Last modified: August 30, 2016

---

# Fix small problem.

 *  [PoraTuK](https://wordpress.org/support/users/poratuk/)
 * (@poratuk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fix-small-problem/)
 * Hello.
    I do next: Create new settings on first AWS folder, than sync with all
   photos. Then change AWS folder and try again sync with AWS and get error on string
   526.
 * Please change :
 *  foreach ($attachments as $id) {
    $ids[] = intval($id->ID); }
 *  return $ids;
 * to
    $ids = array(); foreach ($attachments as $id) { $ids[] = intval($id->ID);}
 *  return $ids;
 * [https://wordpress.org/plugins/tcs3/](https://wordpress.org/plugins/tcs3/)

The topic ‘Fix small problem.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tcs3.svg)
 * [tcS3](https://wordpress.org/plugins/tcs3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tcs3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tcs3/)
 * [Active Topics](https://wordpress.org/support/plugin/tcs3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tcs3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tcs3/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [PoraTuK](https://wordpress.org/support/users/poratuk/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/fix-small-problem/)
 * Status: not resolved