I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
On Fri, 2012-07-20 at 14:38 +0000, Ed Swing wrote:
I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
A suggestion would be to install the mediawiki plain vanilla, as in no extra extensions than what it comes packaged with: then after its working, put the semantic extensions in place. That is what I did. Good luck! frosty
OK - I did that, and then edited my LocalSettings.php to include the SMW extensions. Now, when I try to "enter my wiki" to do the tables setup, I get the following error:
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "SMWSQLStore2::getSMWPageIDandSort". Database returned error "1146: Table 'faa_wiki.faasmw_ids' doesn't exist (localhost)".
Any help would be appreciated. Thanks
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of John W. Foster Sent: Friday, July 20, 2012 11:53 AM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] Trouble installing new wiki
On Fri, 2012-07-20 at 14:38 +0000, Ed Swing wrote:
I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
A suggestion would be to install the mediawiki plain vanilla, as in no extra extensions than what it comes packaged with: then after its working, put the semantic extensions in place. That is what I did. Good luck! frosty
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Fri, 2012-07-20 at 16:16 +0000, Ed Swing wrote:
OK - I did that, and then edited my LocalSettings.php to include the SMW extensions. Now, when I try to "enter my wiki" to do the tables setup, I get the following error:
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "SMWSQLStore2::getSMWPageIDandSort". Database returned error "1146: Table 'faa_wiki.faasmw_ids' doesn't exist (localhost)".
Any help would be appreciated. Thanks
----------------------------- have you run
mediawiki-1.19.0/maintenance/update.php You need to do that.
Many thanks. That seemed to fix it.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of John W. Foster Sent: Friday, July 20, 2012 6:22 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] Trouble installing new wiki
On Fri, 2012-07-20 at 16:16 +0000, Ed Swing wrote:
OK - I did that, and then edited my LocalSettings.php to include the SMW extensions. Now, when I try to "enter my wiki" to do the tables setup, I get the following error:
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "SMWSQLStore2::getSMWPageIDandSort". Database returned error "1146: Table 'faa_wiki.faasmw_ids' doesn't exist (localhost)".
Any help would be appreciated. Thanks
----------------------------- have you run
mediawiki-1.19.0/maintenance/update.php You need to do that.
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You can copy the content of each MySQL query file in the SMW extension folder, and run them through phpMyAdmin.
On Fri, Jul 20, 2012 at 11:38 AM, Ed Swing Ed.Swing@sas.com wrote:
I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Since I don't know what the SQL command it's trying to execute is, that wouldn't work.
I am not familiar enough with PHP to trace the entire sequence of SQL calls.
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Brandon Pimenta Sent: Friday, July 20, 2012 1:04 PM To: MediaWiki announcements and site admin list Subject: Re: [MediaWiki-l] Trouble installing new wiki
You can copy the content of each MySQL query file in the SMW extension folder, and run them through phpMyAdmin.
On Fri, Jul 20, 2012 at 11:38 AM, Ed Swing Ed.Swing@sas.com wrote:
I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 20/07/12 18:04, Brandon Pimenta wrote:
You can copy the content of each MySQL query file in the SMW extension folder, and run them through phpMyAdmin.
This will not work. Instead, you can follow the installation instructions [1]. In a nutshell, go to Special:SMWAdmin and click on the button under "Database installation and upgrade". If this fails, make sure that you use stable, compatible versions of the extensions.
A good place to get answers about SMW and its extensions is the user mailing list [2].
Markus
[1] http://semantic-mediawiki.org/wiki/Help:Installation [2] http://semantic-mediawiki.org/wiki/Mailing_list
On Fri, Jul 20, 2012 at 11:38 AM, Ed Swing Ed.Swing@sas.com wrote:
I am trying to install a new wiki using Mediawiki 1.19. After downloading the SMW extensions, and setting up the database, I'm going through the install process through the MW install pages. I click on the Install after selecting the extensions (and other features), and it seems to hang, never completing the installation. Where would I start diagnosing the problems?
Edward Swing Applied Research Technologist Vision Systems + Technology, Inc. 6021 University Boulevard * Suite 360 * Ellicott City * Maryland * 21043 Tel: 410.418.5555 Ext: 919 * Fax: 410.418.8580 Email: Ed.Swing@vsticorp.commailto:Ed.Swing@vsticorp.com Web: http://www.vsticorp.comhttp://www.vsticorp.com/
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org