Conversation:
Notices
-
@vinzv Do you have XMPP? Could you add me mmn@hethane.se then? I would like to have a full trace (to know what is hidden behind the "...") and perhaps if you could do some COUNTs on other tables' restricted fields.
-
Still getting errors with checkschema :( Any hints how to solve that? http://pastebin.com/dMdw2FBC !gnusocial !snbugs !fediverse
-
@vinzv sorry!! Haven't sat down with it yet!
-
@vinzv a quick fix for you would be to find entries with more than 191 characters in the "url" field or so and then shorten them (as they might be broken anyway due to max 255chars in previous versions).
-
I read your log on http://status.hackerposse.com/url/7101 again and saw that (why didn't I see it before?!) that it was even _after_ file_redirection (how did I ever even think it was the 'file' table????). Because it says: "Updating urlhash fields in file_redirection table...DONE. Resuming core schema upgrade..." it is _done_ with file_redirection. So the next step …
-
@vinzv can you try nightly please? I'm having trouble pushing to Gitorious (timeouts etc.), but you could try either the githost.io repo or #notabug: https://notabug.org/mmn/gnusocial.git
-
Alright, managed to push to Gitorious too.
-
Nope, it puked in the last moment. Gitorious is not reliable.
-
@vinzv Then do the recent commit I pushed fix your upgrade error? .)
-
then I think I can fix it tomorrow. Thanks for your patience .)
-
Haven't had time yet, but remind me .)
-
@vinzv Aye aye cap'n!
-
@mmn @vinzv To get the full SQL error message - so we know for sure which table it's related to - I guess you could add common_debug(var_export($debuginfo, true)); into extlib/DB.php in the beginning of the function DB_Error (line 965).