I am using TWiki version 4.3.2 under Fedora Core 6 with Apache 2.2.3
I am getting this error from configure:
Undefined subroutine &TWiki::Configure::Item called at /var/www/path-to-wikiwiki/bin/configure.pl line 410, <DATA> line 1.
The funny thing is it seems to come and go.
--
TWiki:Main/DaveAngulo
- 02 Oct 2009
hmm... sounds strange.. i checked on "trunk" and release branch code. The <verbatim> my $stub = new TWiki::Configure::Item(); </verbatim> should be able to call
TWiki::Configure::Item
modules
new
subroutine.
Its working on my a few test instances on trunk as well as release branch code.
Can you check your warnings log and apache/web servers log.. and try to paste it here..
--
TWiki:Main.SopanShewale
- 05 Oct 2009
The apache error_log contains the lines below. I am
fairly sure that I had looked at the error_log at other times and it did
NOT have these - so it might come and go too, but I won't swear to that:
<code>
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$localLibFailure" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 172.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$sanityStatement" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 538.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$badLSC" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 559.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$expertsMode" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 619.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$scriptName" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 632.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$localLibFailure" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 172.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$sanityStatement" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 538.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$badLSC" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 559.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$expertsMode" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 619.
[Fri Oct 9 11:36:46 2009] configure.pl: Variable "$scriptName" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 632.
[Fri Oct 9 11:37:57 2009] configure.pl: Variable "$localLibFailure" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 172.
[Fri Oct 9 11:37:57 2009] configure.pl: Variable "$sanityStatement" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 538.
[Fri Oct 9 11:37:57 2009] configure.pl: Variable "$badLSC" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 559.
[Fri Oct 9 11:37:57 2009] configure.pl: Variable "$expertsMode" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 619.
[Fri Oct 9 11:37:57 2009] configure.pl: Variable "$scriptName" will not stay shared at /var/www/vhosts/___.com/httpdocs/wiki/bin/configure.pl line 632.
</code>
--
TWiki:Main.DaveAngulo
- 09 Oct 2009
hmm... you using mod_perl? i might have to setup that in my test environment
--
TWiki:Main.SopanShewale
- 12 Oct 2009