How do I enable the thumbnails? I thought they would be automatic like on Facebook. I don't see any checkboxes to enable them on any configuration pages, but I do see the settings for dimensions and filesize.

Comments

publicmind’s picture

First, 2.x branch is not ready for use. Its for testing purpose only. Second, I am guessing you did not copy the url_to_absolute.php file into your module's folder. Look out for any messages logged by FBSL in the watchdog table.

Regards,

handheld_car’s picture

Category: support » bug

You were right. I had made a note to do it. Maybe I did it once and forgot to do it again when I updated, but now, it's giving me a huge error:

    * warning: pg_query() [function.pg-query]: Query failed: ERROR: integer out of range in /.../includes/database.pgsql.inc on line 139.
    * user warning: query: UPDATE cache SET data = 'a:3:{s:6:"images";a:11:{s:56:"http://www..../images/lbc.gif";s:3:"921";s:58:"http://www..../images/anvil.gif";s:3:"369";s:56:"http://www..../images/tal.gif";s:3:"835";s:58:"http://www..../images/anews.gif";s:3:"770";s:60:"http://www..../images/aplanet.gif";s:3:"860";s:54:"http://www..../files/slash_blue_logo.gif";s:4:"1824";s:73:"http://www.....org/sites/all/modules/event/images/ical16x16.gif";s:3:"357";s:63:"http://www.....org/files/pictures/2010/softninjas.jpg";s:4:"7420";s:51:"http://www.....com/archives/ninja1.jpg";s:5:"10018";s:51:"http://www.....com/archives/ninja2.jpg";s:5:"20331";s:42:"http://www.....org/misc/feed.png";s:3:"764";}s:5:"title";s:51:"...";s:11:"description";s:0:"";}', created = 1271906693, expire = 10948706693, headers = '', serialized = 1 WHERE cid = '84fb204e3fff109f32fe2c64cad2fb11:facebook_link' in /.../includes/cache.inc on line 109.

I'll try to find a solution in the morning or when I get time to work on the site again.

publicmind’s picture

Status: Active » Needs review

fixed in 2.x dev. Change the status to fixed once you have tested this, as I did not get the time to test this addition.

Regards,

publicmind’s picture

Title: thumbnails » Bug: Integer out of range while updating cache

changing the title to something more meaningful.

handheld_car’s picture

Status: Needs review » Closed (fixed)

I'm not testing this. I'm just going back to MySQL. I'm tired of the lack of support for PgSQL. Thank you for your labor that's hopefully of love or mucho dinero.

publicmind’s picture

JFYI, it wasn't a bug for just PgSQL but the module itself.

Regards,