Hi Dave! How did you make the modules work? I have same problem. Our server was formatted and then installed FEDORA. Before it was UBUNTU. Now I have re-installed mediawiki and copied wiki directory to var/www/html/wiki But I have this message:
[Wed Oct 24 13:24:15 2012] [error] [client 172.17.1.44] PHP Fatal error: Call to undefined function mysql_error() in /var/www/html/wikipcs/includes/db/DatabaseMysql.php on line 245 I checked modules: [root@servtel /]# php -m [PHP Modules] bz2 calendar .... .... libxml mbstring mhash mysql .... It seems for me, that they are okey. But I don't know if this command is the right one. Could you or anyone in the list helpme? Thank you very much Best regards Lorena Baruch -----Mensaje original----- De: [email protected] [mailto:[email protected]] En nombre de Dave Hunsberger Enviado el: Viernes, 29 de Junio de 2012 02:19 p.m. Para: MediaWiki announcements and site admin list Asunto: Re: [MediaWiki-l] problems upgrading from 13.2 to 19.1 In case it helps anyone else, I was able to get the upgrade to work. Apparently, most of my webserver php modules had been turned off, and while I would think that mediawiki installer should be smart enough to not try to use pdo/sqlite if I don't have them turned on, turning on most all of the pdo functions enable the upgrade to go through. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Hunsberger Sent: Tuesday, June 26, 2012 7:23 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] problems upgrading from 13.2 to 19.1 The current mw is running on mysql, and the upgrade should too, no desire to run an sqlite anything -------- Original Message -------- From: Platonides <[email protected]> Sent: Tue, 26/06/2012 07:19 PM To: [email protected] CC: Subject: Re: [MediaWiki-l] problems upgrading from 13.2 to 19.1 On 27/06/12 00:42, Dave Hunsberger wrote: > * Edited /htdocs/mw119/localSettings.php to point to /mw119 > folder and new db ('mediawiki_1_19') Note it should be LocalSettings.php (capital L). If it can't > Errors when running [URL]/mw119/mw-config/: > > * Blank page with error message "Warning: Cannot load module > 'pdo_sqlite' because required module 'pdo' is not loaded in Unknown on > line 0" > > MediaWiki 1.19.1 Updater > PHP Fatal error: Call to undefined function mysql_error() in > /[PATH]/mw119/includes/db/DatabaseMysql.php on line 305 Fatal error: > Call to undefined function mysql_error() in > /[PATH]/mw119/includes/db/DatabaseMysql.php on line 305 So, are you trying to use a sqlite database or a mysql one? Seems you have a problem with php.ini configuration there. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
