On Tue, Jul 28, 2009 at 08:37, Karl Fischer<[email protected]> wrote: > On Tue, Jul 28, 2009 at 02:29, Zach Copley<[email protected]> wrote: >> Karl Fischer wrote: >>> >>> Hi there, >>> I have a issue where avatar from Twitter Firends don't display, >>> I know the Bridge works because I see the the New avatars in the "avatar" >>> folder >>> so here is an example .... when I right click and show image I get >>> this on the avatar >>> >>> http://floss.pro/html/scripts/avatar/Twitter_6162_KarlFischer-OpenSuse_normal.jpg >>> >>> it should be >>> http://floss.pro/avatar/Twitter_6162_KarlFischer-OpenSuse_normal.jpg >>> where can I start to look to solve the issue. >>> >>> I could probably fix it with .htaccess rewrite rule ? >>> >> >> Try setting $config['avatar']['path'] = '/avatar'; >> >> Zach >> > > > That didn't work. > Karl
The issue was that some of the contact where referenced wrong in the DB since *I didn't read the documentation* ... I added $config['avatar']['path'] = '/avatar'; to config.php. after setting it all the new updates from Twitter was working but the old ones didn't so I fixed it by running this in my db : UPDATE avatar SET url = replace(url, "http://floss.pro/html/scripts/avatar/", "http://floss.pro/avatar/"); Karl -- ---------------------------------------------------------------- | Karl Fischer | www : fischer.org.za | jid: [email protected] | http://floss.pro/kmf ---------------------------------------------------------------- _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
