View Single Post
  #3  
Old 06-24-2008, 10:20 AM
massin Offline
forum loafer
 
Join Date: Dec 2007
Posts: 6
Hi,

When you enable the addon, it should've checked to see if the 'redbubble' column existed and, if not, created it. In this case it seems that it didn't work... to work around this, you can run the following on your MySQL DB to create the required field (insert the appropriate prefix for the '{$pixelpost_db_prefix}' part):

ALTER TABLE {$pixelpost_db_prefix}pixelpost ADD redbubble TEXT default ''

Let me know if that still doesn't work. Thanks!
Reply With Quote