Conversation

Notices

  1. @ceruleanspark My avatar's broken and I can't reset it ;_;

    Tuesday, 02-Dec-14 18:18:15 UTC from web
    1. @redenchilada Broken like how

      Tuesday, 02-Dec-14 18:19:03 UTC from web
      1. @ceruleanspark It's not loading for me.

        Tuesday, 02-Dec-14 18:19:30 UTC from web
        1. @redenchilada It's fine here

          Tuesday, 02-Dec-14 18:19:42 UTC from web
          1. @ceruleanspark i can't see his avatar either

            Tuesday, 02-Dec-14 18:20:17 UTC from web
          2. @ceruleanspark Well, either way, I seem unable to change it through the control panel. I can upload a remote image and attempt to crop it, but the page where it actually sets it is blank.

            Tuesday, 02-Dec-14 18:22:03 UTC from web
        2. @redenchilada or me

          Tuesday, 02-Dec-14 18:19:48 UTC from web
        3. @redenchilada Try it through the cloudflare bypass. http://direct.rainbowdash.net

          Tuesday, 02-Dec-14 18:21:15 UTC from web
          1. @ceruleanspark No good, StatusNet sucks and pushes me back to the root domain when it switches pages anyway. It can upload the image just fine, though; it's processing it (scaling, cropping) that isn't working. Maybe check how GD is set up?

            Tuesday, 02-Dec-14 18:29:49 UTC from web
            1. @redenchilada Try it now? I've gotten it to fall back to your gravatar

              Tuesday, 02-Dec-14 18:48:59 UTC from web
              1. @ceruleanspark Still not working on-site. I guess I'll just set the gravatar here for now.

                Tuesday, 02-Dec-14 19:14:55 UTC from web
                1. @redenchilada omg what

                  Tuesday, 02-Dec-14 19:15:34 UTC from web
                  1. @mastertdi Now you know why I typically don't use gravatar

                    Tuesday, 02-Dec-14 19:16:52 UTC from web
                2. @redenchilada Bizarre. Even when I do incognito/cacheless refresh, I still get the thing fully working. I just reinstalled GD and restarted fpm just in case.

                  Tuesday, 02-Dec-14 19:58:43 UTC from web
                  1. @ceruleanspark It might be related to the fact that I changed my avatar between the site backup being created and being restored to? So it could be trying to delete a file that doesn't exist. But then removing my avatar from the database should've fixed that...

                    Tuesday, 02-Dec-14 20:35:35 UTC from web
                    1. @redenchilada Also it doesn't delete the old files anyway.

                      Tuesday, 02-Dec-14 20:37:10 UTC from web
                    2. @redenchilada Or even old rows from the database.

                      Tuesday, 02-Dec-14 20:39:53 UTC from web
                      1. @ceruleanspark It's... supposed to. Weird. Try deleting all avatar database entries where profile_id = 798?

                        Tuesday, 02-Dec-14 20:53:41 UTC from web
                        1. @redenchilada Way ahead of you.

                          Tuesday, 02-Dec-14 20:54:00 UTC from web
                          1. @ceruleanspark You mind if I push something to the GitHub repo to add a few debugging messages around the avatar cropping function?

                            Tuesday, 02-Dec-14 21:07:11 UTC from web
                            1. @redenchilada Not at all

                              Tuesday, 02-Dec-14 21:13:15 UTC from web
                              1. @ceruleanspark Lemme know when it's up.

                                Tuesday, 02-Dec-14 21:17:06 UTC from web
                              2. @ceruleanspark Actually, never mind. I tried a smaller image and it's working now. Must be a size limitation that needs enforced better.

                                Tuesday, 02-Dec-14 21:19:53 UTC from web
                              3. @ceruleanspark Just out of curiosity, what's PHP's memory_limit? I'm gonna add maximum image dimensions to the avatar form.

                                Tuesday, 02-Dec-14 21:26:20 UTC from web
                                1. @redenchilada According to: http://rainbowdash.net/phpinfo.php, it's 128mb

                                  Tuesday, 02-Dec-14 21:27:39 UTC from web
                                  1. @ceruleanspark I added a 3000x3000 image dimensions limit to avatar uploads. (That was around the highest size I seemed to be able to make work.)

                                    Tuesday, 02-Dec-14 21:40:08 UTC from web