Conversation
Notices
-
!feds if your attachments don't work, check for this line in config.php: $config['site']['profile'] = 'private'; and co…
-
I guess that's why I've never had that attachment problem. Good to know, though.
-
@gomerx did you not have that line, or was it already commented out? I think the install script generates it.
-
@jk also you can increase upload limits and/or allow ogg files in the config
-
@parlementum really? I've always done upload size in php.ini or htaccess. Can you post example?
-
It's a check bock in the install.php page I believe. I just thought making my site private sounded like a bad idea. :)
-
I think I meant box, not bock. Bock is funnier, though.
-
@gomerx yeah I think it's checked by default & then if you uncheck it in GUI admin panel later, the line remains in config.php.
-
There's usually a limit in /etc/php.ini as well. I think it defaults to 8 megs for uploads.
-
@gomerx let's just start calling it bock then.
-
Well, that's an anoying bug then. The initial configuration is kinda like playing roulette anyway. :)
-
@gomerx I think some people leave it private initially, until it's working right, then make it public. Must be a way to…
-
The moral of StatusNet seems to be "Get it right the first time, because changing it later breaks the world."
-
@jk @gomerx there are internal file size, user, & monthly limits. See near the bottom of my config http://2tu.us/5bui
-
@gomerx haha certainly the case with domain names and fancy urls.
-
@gomerx I should confirm this behavior by doing fresh install and unchecking the "private" bock.
-
Right, but there are still separate per-attachment limits that php enforces. I don't believe StatusNet can override them.
-
Yes. N00bs need to know what bocks they gotta check.
-
@parlementum wow thanks there are a bunch of plugins I didn't know about. I should poke in the plugin dir I guess :)
-
@gomerx you reckon bock == singular and box == plural?
-
I was thinking maybe "bocken" was plural. I'm not a linguist, though.
-
You know. Like oxen.
-
@parlementum @gomerx just discovered that if using #nginx you need to set upload size limit in nginx vhost config block as well.
-
HOLY SHIT, that did the trick! FragDev has attachments now! XD
-
@windigo WOOHOO!!! /me takes a bow...
-
I owe you big time, man. Never in a million years would I ever have thought to comment that out!
-
@windigo no kidding,not the least bit obvious. I only found it b/c i was comparing my testing nginx site w/my main site, saw that one diff.
-
@windigo btw do you think this is a bug or intended behavior?
-
I'm not sure - I would guess it's a bug, but I don't have any idea what that config option does. Must look into it after work. #notetoself
-
@jk I thought SN was setup to be private by default on initial install.
-
@jpope it is. it puts that line in the config file but doesn't remove the line if you change it to public later.
-
@jk I’m not sure there. Your site wasn’t private before changing that as I could see the notices you had on there. …
-
I'd agree with that. I don't know much about that config option, though...
-
@jpope but my Nginx site *was* private at first. My first hello world message doesn't show on public timeline.
-
@x1101 @evan I've discovered something about attachments on SN, trying to find out if it's a bug. First post in this th…
-
Ah, gotcha.
-
@windigo @jk OMG this is fucking awesome. I cannot believe this. And here it is gents: The Attachment Button ... http://morphtown.de/statusnet/attachment/108
-
Ha ha ha, your first attachment was the attachment button? That's very... meta. :D
-
@morph yay!!!
-
So very bizarre...
-
Everybody be tryin to tell you how much you can upload, I guess.
-
@gomerx it does seem like a lot of places to keep track of for upload size settings.
-
I've never seen a setting in httpd.conf, but it could be there. I've not heard of .user.ini either.
-