toppa / Shashin

A WordPress plugin for displaying photos and videos from Google+, Youtube, and Twitpic
http://www.toppa.com/shashin-wordpress-plugin/
GNU General Public License v3.0
24 stars 10 forks source link

'model' column size in wp_slashin_photo_3alpha #2

Closed akgrown closed 13 years ago

akgrown commented 13 years ago

Hi there - was testing out your dev plugin and ran into a MySQL error when trying to sync album saying the 'model' column was too small. The model it was trying to insert was 'Canon EOS DIGITAL REBEL XSi'. I manually updated the column in MySql with the command:

alter table wp_shashin_photo_3alpha modify model varchar(150);

and after that was successfully able to sync. I am running the latest PHP & WP versions on IIS 7.

Thanks for all your hard work - hope this helps.

akgrown commented 13 years ago

FYI - this was also reproduced in the current stable version 2.6.3, and fixed with the same command.

toppa commented 13 years ago

Sorry for the delay - it's fixed