[Bug 25818] unserialize() error when using Oracle

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

Krinkle  changed:

   What|Removed |Added

Version|1.16.0  |1.16.x

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #8 from Roan Kattouw  2010-11-11 13:15:11 
UTC ---
Bugzilla is not a support forum. Don't reopen tangentially related to ask for
help.

If you need help installing MediaWiki, ask on IRC (#mediawiki on
irc.freenode.net) or on the mediawiki-l mailing list.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

javigreen  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||franciscoj.carrillo@jun
   ||tadeandalucia.es
 Resolution|FIXED   |

--- Comment #7 from javigreen  
2010-11-11 13:06:31 UTC ---
hello. I am trying to install mediawiki with a database server is in a external
database Oracle 10g. Could you tell me the steps to install and configure
mediawiki. Thank you very much

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

Jure Kajzer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #6 from David D'Acquisto  2010-11-10 21:31:29 
UTC ---
Jure, I can confirm that applying patch and executing ...

SQL> truncate table objectcache;

Table truncated.

SQL>

the issue apprears to be solved. You can mark this bug as fixed. :-)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #5 from David D'Acquisto  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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #4 from Jure Kajzer  2010-11-09 08:29:52 UTC ---
Created attachment 7805
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7805
blob temporary descriptors added +en/decodeBlob

Could you please try applying this patch ...

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #3 from Jure Kajzer  2010-11-08 15:07:16 UTC ---
Could you attach exception details http://www.mediawiki.org/wiki/Debugging

... and if possible the procedure to recreate that situation.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com
  Component|Page rendering  |Database

--- Comment #2 from Bawolff  2010-11-07 21:55:40 UTC ---
Switching component to DB.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

--- Comment #1 from David D'Acquisto  2010-11-07 10:39:40 
UTC ---
Oops I missed to add the line number where the error occurs. It is line number
437.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25818] unserialize() error when using Oracle

2010-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25818

Max Semenik  changed:

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |fr...@drajv.si
   |org |
   Severity|enhancement |normal

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

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l