https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #5 from David D'Acquisto <[email protected]> 2010-11-09 22:00:39 
UTC ---
I tried the patch but without success. If you want you can try to reproduce the
error with the following procedure:

Install Oracle Enterprise Linux 5.5 (free)
Install Oracle Express Edition
Install Apache 2.2.17
Install PHP 5.3.3
Untar Mediawiki 1.16
Execute maintenance/ora/user.sql
Install Mediawiki with Parameters like ...

$wgDBtype           = "oracle";
$wgDBserver         = "localhost";
$wgDBname           = "//loclahost:1521/XE";
$wgDBuser           = "USERNAME";
$wgDBpassword       = "PASSWORD";

and then you should see it on every page after successful installation. As I am
not anymore highly interested in this issue take your time in fixing it. I hope
someone else will contribute to the solution.

Bye, David

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to