[SMW-devel] Small bug for RAP store

2009-06-10 Thread Laurent Alquier
Hi all I'm not sure if it is worth reporting a formal bug for this one. I found out SMW_GlobalFunctions.php tests for 'SMWRAPStore2' at line 591. However, SMW_Settings.php defines 'SMW_STORE_RAP' as SMWRAPStore at line 340. As a result, enabling SMW_STORE_RAP throws PHP errors about missing

Re: [SMW-devel] Small bug for RAP store

2009-06-10 Thread Laurent Alquier
hmmm... this could lead to a bigger bug after all. Initializing the RAP store throws this error : Opening connection to DB for RAP ... Check if DB schema is already set up for RAP ... Creating DB schema for RAP ... Unexpected non-MediaWiki exception encountered, of type Exception exception

Re: [SMW-devel] Small bug for RAP store

2009-06-10 Thread Markus Krötzsch
On Mittwoch, 10. Juni 2009, Laurent Alquier wrote: hmmm... this could lead to a bigger bug after all. Actually, the constants that you refer to were only defined for backwards compatibility, and they should probably have been removed when these old options vanished altogether. If you want to