Bug: $TWiki::StoreTopicImp is not set in Store.pm
An 'Edit' returns the message
Software error:
Can't locate object method "new" via package "TWiki::Store::" at ../lib/TWiki/Store.pm line 69.
Preliminary fix is to include the following into lib/TWiki/Store.pm at line 44:
$TWiki::storeTopicImpl ||= 'RcsWrap';
Test case
Go to TWiki.TWiki.TWikiSite and select 'Edit'.
Environment
| TWiki version: |
20020414beta |
| TWiki plugins: |
none |
| Server OS: |
Debian GNU/Linux |
| Web server: |
Apache 1.3.24 |
| Perl version: |
5.6.1 |
| Client OS: |
Debian GNU/Linux |
| Web Browser: |
Galeon 1.2.0 |
--
JanIvarPladsen - 04 Jul 2002
Follow up
Fix record
Thanks for logging and fixing - best if
JohnTalintyre looks at this, as this is his code.
--
RichardDonkin - 05 Jul 2002
My feeling is that this is actually a configuration failure and rather than defaulting the value, a configuration error message should be given. Additionally the
testenv tool could check for problems in this area.
--
JohnTalintyre - 05 Jul 2002
No response to comment above, so I'm marking this as
BugRejected. I'm also removing the patch category, as I believe correct behaviour is seen by the default setting in
TWiki.cfg
--
JohnTalintyre - 28 Sep 2003