Conversation
Notices
-
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Saturday, 02-Aug-2014 17:04:27 UTC Stephen Sekula Ack! My avatar is not updating in GNu Social. I can upload a file, crop it, and it claims success... but the icon is the default "chess piece" icon when I am done. Grrrr. And, yes, I have "git pulled" just now... ideas? -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Saturday, 02-Aug-2014 18:59:13 UTC Stephen Sekula I did see this statement in the logs for my GNU Social instance: "Opportunistic queue manager passed execution time/item handling limit without being out of work." When I get back from shopping I will look into that. Suggestions welcome (maybe it's just a red herring.... like Communism... ?) -
vinzv (vinzv@gnusocial.de)'s status on Saturday, 02-Aug-2014 21:40:08 UTC vinzv Maybe turning off Opportunistic queue manager off temporarily would help? -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Sunday, 03-Aug-2014 01:13:53 UTC Stephen Sekula I switched from OpportunisticQM (even disabled the plugin) to the old Queuedaemon. This appears to have no effect. I'm even running a Stomp server. No effect. Still cannot get an uploaded avatar to actually appear as an avatar. No other useful debugging messages in logs that I can find... -
lnxw48 (Linux Walt) (lnxw48@fresh.federati.net)'s status on Sunday, 03-Aug-2014 01:52:19 UTC lnxw48 (Linux Walt) @steve Puzzling. I thought there was something in /scripts for that, but I was wrong. Have you checked ownership & permission for /avatar and the files it contains?
-
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Sunday, 03-Aug-2014 02:06:35 UTC Stephen Sekula Permissions were the very first thing I checked. They are fine. I am beginning to suspect that it's the connection to php5-gd and libgd3 that is the problem. It looks like GNU Social is failing to make the different-sized thumbnails and failing silently. This is frustrating. php5-gd and libgd3 are BOTH installed... -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Sunday, 03-Aug-2014 19:34:05 UTC MMN-o ✅⃠ @steve that just means it needs another chance to be finished. To run the queue for max_execution_time seconds, access your site's /main/runqueue URL -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Sunday, 03-Aug-2014 19:35:08 UTC MMN-o ✅⃠ @steve I'm back from a festival out in the woods, I'll see if I can replicate your problem tomorrow. -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Sunday, 03-Aug-2014 19:49:21 UTC Stephen Sekula Thanks! I've tried a number of things (re-installing php-gd, checking to see if I have to install graphics extensions via pear or pecl, looking through the code for the place where the resize happens - can't find that one, actually). No progress. I hope you have better luck. I'm assuming it's just some missing dependency but there are no error messages and I've looked over the INSTALL guide several times to try to find the missing package(s)... -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Monday, 04-Aug-2014 09:37:45 UTC MMN-o ✅⃠ The resizing happens when requesting a size, if it has not been generated and cached yet. Oh, and which kind of image is it?
Could you check your 'avatar' table in the database? Do something like:
SELECT avatar.original, avatar.width, avatar.filename, avatar.url FROM avatar JOIN user ON profile_id=user.id WHERE nickname='steve';
1. Do you have one with an 'original' value of '1'?
2. Does a file with that 'filename' exist in your 'avatar' folder in the GNU social root?
3. Has any other 'width' (or height) values than the one from 'original' been generated? -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Monday, 04-Aug-2014 10:01:42 UTC MMN-o ✅⃠ ....also, what happens if you turn of the #Gravatar plugin? I think people have had problems with it before. If the Gravatar plugin is acting up, at least I know where to look :] -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Monday, 04-Aug-2014 14:53:13 UTC Stephen Sekula @mmn I will attack each of these questions later today when I get home from work. Thanks for the lines of attack! -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Monday, 04-Aug-2014 17:01:55 UTC Stephen Sekula OK, to answer your questions:
1. "Do you have one with an 'original' value of '1'?" YES
2. "Does a file with that 'filename' exist in your 'avatar' folder in the GNU social root?" YES. In fact, here is the link to the goofy profile photo I uploaded: https://chirp.cooleysekula.net/avatar/3-382-20140803173753.png
3. "Has any other 'width' (or height) values than the one from 'original' been generated?" NO
4. "....also, what happens if you turn of the #Gravatar plugin?" IN PROGRESS -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Monday, 04-Aug-2014 19:58:47 UTC Stephen Sekula OK, and the answer to the final test - disabling the Gravatar plugin - is... _it is the cause of the problem_. Disabling it immediately returns my actual uploaded avatar image to service... dragnucs likes this. -
MMN-o ✅⃠ (mmn@social.umeahackerspace.se)'s status on Monday, 04-Aug-2014 21:49:57 UTC MMN-o ✅⃠ @steve cool, then I'll check if it's a quick fix for the #Gravatar plugin. Preferrably I don't want to spend time on fixing a tracking plugin which remotely links a trackable md5 hash of a user's email. It'd be best if people didn't use it .) -
dragnucs (dragnucs@quitter.se)'s status on Monday, 04-Aug-2014 21:53:14 UTC dragnucs @steve @mmn Congratulation! -
Stephen Sekula (steve@chirp.cooleysekula.net)'s status on Monday, 04-Aug-2014 21:57:23 UTC Stephen Sekula I am merely permanently disabling Gravatar in my instance. MMN-o ✅⃠ likes this. -
Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca (bobjonkmanformer@sn.jonkman.ca)'s status on Monday, 04-Aug-2014 22:04:58 UTC Former Bob Jonkman -- Please use the new server at https://gs.jonkman.ca Perhaps keep plug-ins that are non-free or don't respect users' freedom in a different repository, so they don't come bundled with !GNUsocial /cc !fs
-