Last modified: 2010-05-15 15:52:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T12302, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10302 - Config page does not appear
Config page does not appear
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.10.x
Macintosh Mac OS X 10.4
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-06-18 12:40 UTC by stjoa
Modified: 2010-05-15 15:52 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description stjoa 2007-06-18 12:40:17 UTC
I have installed mediawiki 1.10 under Fedora linux and it works fine. I have tried using same procedure to install mediawiki 1.10 under Mac OS X 10.4. I have used XAMPP to load the MySQL and PHP modules. Everything works fine till when I click on setup for first time initialization, it jumps to next page and check for dependencies and it lists PHP 5.22 installed. And that's it. No more further information or first setup form appeared. I have set chmod a+w for the config directory. 

I have checked the error logs, and this is what it has shown :
[Mon Jun 18 12:50:28 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Mon Jun 18 12:50:28 2007] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Mon Jun 18 12:50:29 2007] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Mon Jun 18 12:50:29 2007] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name!?
[Mon Jun 18 12:50:30 2007] [notice] Digest: generating secret for digest authentication ...
[Mon Jun 18 12:50:30 2007] [notice] Digest: done
[Mon Jun 18 12:50:30 2007] [notice] Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 PHP/5.2.2 configured -- resuming normal operations
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/lib/libpq.5.dylib
  Referenced from: /Applications/xampp/xamppfiles/lib/php/php5/extensions/no-debug-non-zts-20060613/pgsql.so
  Reason: image not found


I don't really understand what happen here. Please assist me.

thanks
Comment 1 Brion Vibber 2007-06-18 19:19:04 UTC
There seems to be something broken in your system's installation such that attempting to check for the postgres PHP module dies when trying to load a nonexistent postgres support library.

You might try commenting out these lines from config/index.php:

$ourdb['postgres']['fullname']   = 'PostgreSQL';
$ourdb['postgres']['havedriver'] = 0;
$ourdb['postgres']['compile']    = 'pgsql';
$ourdb['postgres']['bgcolor']    = '#aaccff';
$ourdb['postgres']['rootuser']   = 'postgres';
Comment 2 Aaron Schulz 2008-09-12 10:08:08 UTC
No activity and assumed to be config error

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links