[00:17:38] @LucasWerkmeister posted in Edit conflicts by tool not detected - https://discourse-mediawiki.wmflabs.org/t/edit-conflicts-by-tool-not-detected/1223/1 [01:24:25] hi, i have installed mediawiki in w/ and working fine with .htaccess in root / but right now i want to move .htaccess to the w/ dir and keep mediawiki in this dir by url mydomain.com/wiki [01:26:01] here my .htaccess inside the w/ dir https://dpaste.de/SLOw [08:22:36] Hi, i have my wiki installed in w/ and the .htaccess in the root /. can't move the .htaccess to the w/ then doesn't work. it's possible to keep both .htaccess and wiki in /w folder and use the root for other script? [08:24:30] here my .htaccess https://dpaste.de/w7r3/raw [08:31:53] sorry for my disconnection. Any iodea? [09:08:46] Hi, i have my wiki installed in w/ and the .htaccess in the root /. can't move the .htaccess to the w/ then doesn't work. it's possible to keep both .htaccess and wiki in /w folder and use the root for other script? [09:08:56] here my .htaccess https://dpaste.de/w7r3/raw [09:09:56] hi [09:10:19] hi [10:24:46] Sia-, afaik the .htaccess should stay in root web folder. if you want to get rid of it, you could handle the stuff which the .htaccess does in .conf settings of your apache [10:25:38] bedah but the htaccess for wordpress in the root crashes together [10:26:01] you can merge both [10:26:54] try to simple add that to wordpress' .htaccess: [10:26:58] RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L] [10:29:08] that's why i'm here, how merge it? :) [10:35:14] bedah i did it maybe :-) https://dpaste.de/nsPm/raw [10:42:00] some extension have $wgExtensionCredits[$type][] = array() and other have $wgExtensionCredits['other'][] = array(), is this for different mediawiki versions? [13:14:07] Greg Rundlett @freephile posted in All images are inaccessible - https://discourse-mediawiki.wmflabs.org/t/all-images-are-inaccessible/1225/1 [14:08:20] Hello, Im getting the following error after installing mediawiki and attempting to upload an image:Could not store upload in the stash (UploadStashFileException): "Could not create directory "mwstore://local-backend/local-temp/a/a2" [14:10:43] I ensured that /images was chmod to 775 [15:02:08] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @nuria & @Thiemo_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [15:07:34] Hi all, not sure if this is the right place to ask this: Does Mediawiki have a functional test suite utilising Puppeteer? [15:51:37] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @nuria & @Thiemo_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [16:26:26] Hello, im attempting to install visualcomposer on 1.32 but its telling me that VC is not compatible with my version. So im attempting to download a new branch from git [16:26:37] do i need to place it in the extensions folder? [16:26:46] the instructions say to use the directory mediawiki [16:26:58] https://www.mediawiki.org/wiki/Download_from_Git [16:27:39] for this part of the command, can i change mediawiki to public_html or extensions? "--branch REL1_32 mediawiki" [16:37:12] sorry, i realize now i misread those instructions. How can i update VisualCEditor from Command Line [16:53:41] cd extensions/VisualCEditor; git fetch --all --prune --tags; git checkout -B REL1_32 origin/REL1_32 [16:53:54] and then run update.php [16:55:27] if you get errors about .git missing you probably installed it from a zip [17:07:06] N3X15: That allowed me to install it now. Now im getting errors while attempting to use it on the page: Error loading data from server: apierror-visualeditor-docserver-http: HTTP 404. Would you like to retry? [17:12:31] It allows me to create new pages but cant edit existing pages with Visual Composer [17:13:25] actually it doesnt let me save new pages either [17:17:05] I think visualeditor needs parsoid [17:17:16] so make sure you have that installed and running [17:23:34] N3X15: I do have parsoid running [17:48:33] Do i need to modify my virtual host or open a port or something? Now im getting curl error 35 when attempting to save pages with VisualEditor [21:44:07] Where is the /www dir in unbuntu 18.04 Linux? Trying to install Mediawiki on it [21:48:24] BurningPrincess, /var/www/ ? [21:48:43] or was it /var/www/html/ [21:49:11] one of those [21:49:44] Let me try that thanks [21:50:11] Its not in /var [21:54:33] I wonder if it would work now I have mkade www [21:57:06] error logs will tell, if it doesn't find a file, where it was expecting to find it on filesystem [21:58:20] I have no idea where the logs [22:06:14] ubuntu's apache2 contains /var/www/html/, so if you can't find it, it may be an indicator of wider issues (eg, instead of "dude, where's my wwwroot" - where's my httpd?!) [22:10:15] Eh, I forgot that I did not install a web server [22:10:24] Sorry too be a pain [22:14:07] ERROR 1698 (28000): Access denied for user 'theburningprincess'@'localhost' - trying to get into maradb [22:17:02] Ah, worked with sudo [22:25:20] The requested URL /index.php was not found on this server. -what do I do now? [22:38:33] make it exist :) create a file that contains simply: [22:39:24] by time you get from that file, to the server giving you a page with meaningful info in it, you'll have ticked several hurdles off your list [22:39:39] Now I am up to You are missing a required extension to PHP that MediaWiki requires to run. Please install: mbstring and xml installed both and still getting error [22:40:47] I did sudo apt-get install php7.0-mbstring and sudo apt-get install php-mbstring [22:42:55] restart apache after installing php modules [22:43:23] sometimes, installing such modules doesn't *enable* them in php.ini [22:43:30] !php.ini [22:43:30] There is no such key, you probably want to try: !errors, !filesize, !memory, !session, [22:43:43] https://www.mediawiki.org/wiki/Manual:Php.ini [22:44:36] Thanks [22:51:39] Its so satisfying to get stuff like this working [23:01:45] LocalSettings.php not found. after placing it in the mediawiki folder [23:02:26] hi again! some extension have $wgExtensionCredits[$type][] = array() and other have $wgExtensionCredits['other'][] = array(), is this for different mediawiki versions? [23:02:39] BurningPrincess: greetings! is it your first time installing mediawiki? [23:03:02] Oh wait, maybe I placed it in the wrong place [23:03:42] Its in /var/www/mediawiki-1.32.0 [23:05:25] Sveta: I have installed it two times before, once on IWndows and Once on Linux [23:50:32] Hey, question for y'all: if I'm running multiple MediaWiki servers against the same database and getting a bunch of log messages along the lines of "Expectation (writes <= 0) by ApiMain::setRequestExpectations not met (actual: 5)", is that a sign that I have misconfigured something?