[00:05:42] You are trusted and identified by the name .*@wikimedia/.* [00:05:42] @whoami [00:07:51] hey all -- I'm getting an incredibly vague DBQueryError immediately after installing wikimedia in nearlyfreespeech.net... I followed the install guide closely and didn't get any db errors when I configuring wikimedia, but immedaitely after uploacting LocalSettings.php I could only see this error [00:08:00] error here, stack trace at bottom: http://dpaste.de/cyyk [00:09:03] anyone recognize this problem? this is the first time I've tried to install mediawiki and I don't know php [00:09:53] spectranaut: Do you have SSH? [00:11:13] I do have ssh access to the sever I'm running this on [00:11:28] what you thinking, MacFan4000? :) [00:11:48] Try running update.php from the maintenance directory [00:11:55] ahhh I did try that already XD [00:11:56] didn't work [00:12:11] Not sure than [00:12:16] or the script work but it didn't fix anything :/ [00:12:27] !debug [00:12:27] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [00:12:52] !error [00:12:52] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [00:32:38] ok hmm thanks MacFan4000 -- I enabled some more debugging information from those links [00:32:58] I realize the error (just by looking at the error again...) is Error: 1118 The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size. [00:33:21] which I suppose I should try to incread the log size on my end.. [00:39:06] !debug is For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [00:39:06] This key already exists - remove it, if you want to change it [00:39:25] !debug Del [00:39:26] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [00:39:38] !debug del [00:39:39] Successfully removed debug [00:39:58] !debug is For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [00:39:58] Key was added [00:40:06] !debug [00:40:06] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [00:41:24] !error del [00:41:25] Unable to find the specified key in the database [00:41:45] !error [00:41:45] For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [15:09:51] Hi, the company I work for runs mediawiki v1.16.5 and I was told to upgrade it to current version (1.28.2) I tried (and I did) all that was on upgrade page - clean installation, move images folder, LocaleSettings.php and other stuff. I also upgraded or exchanged all the extensions and it all visualy looks good, without any problem, except one thing [15:10:17] Every time I load the page, I get alert "wiki.comapany.com says: DD" [15:10:59] everytime I load the page. I thought it had something to do with Mediawiki:Common.js/css but wrong. It looks like it is something with the Vector skin [15:12:56] I updated the Vector skin too, I correctly loaded it at LocaleSettings.php and as I said, visually all looks great. When I change the sking to something else (i tried cologneblue) the error disappeared. The error also disappear when $wgUseSiteJs = false; [15:13:40] I doubt there is something wrong with Vector itself, my guess would be some kind of combination of what we have either in DB or I dont know. I cant seem to find the cause [15:13:50] Any ideas about what I could look into? [15:14:51] it says "wiki.comapany.com says: DD" ? [15:14:56] like in a popup alert ? [15:15:05] thats right, exactly that [15:15:11] I can provide screenshot if you want [15:15:28] if possible. [15:15:43] did you check MediaWiki:Vector.js ? [15:17:12] http://imgur.com/a/QA6Nu [15:17:30] (this is my local version running, you would find only old version on the address on the screenshot) [15:17:39] eh. that's no Vector skin :) [15:17:40] I did not, Iam completely new to the meadiawiki [15:17:47] It is, with our css [15:18:05] I can post you screenshot without the css and you would see [15:18:11] also, this is on localesettings: [15:18:17] so it has CSS customizations ? where are those located ? [15:18:49] wfLoadSkin( 'Vector' ); [15:18:50] $wgDefaultSkin = 'Vector'; [15:19:03] in Mediawiki:Common.css [15:19:11] When I completely remove them, the error persists [15:19:22] Looks like Vector to me. [15:19:32] Just with tabs and logo hidden. [15:19:34] alert("DD"); [15:19:41] /* MediaWiki:Vector.js */ [15:19:46] /* Any JavaScript here will be loaded for users using the Vector skin */ [15:19:46] Oh, logo is there, just a bit weird. [15:20:06] So that's where I would look if i were you: [[MediaWiki:Vector.js]] [15:20:32] $wgDefaultSkin = 'Vector'; <-- looks wrong. [15:20:34] Isn't it lowercase? [15:20:37] really... how in the world that got there [15:20:40] it's also in the old site, but it never reaches that, because someone messed up Mediawiki:Common.js [15:20:47] s/reaches/reached [15:20:48] it really looks like this is it [15:21:30] your Mediawiki:common.js had