Question
Access.pm allways report maketext undefined.
Can't call method "maketext"on an undefined value at .../Access.pm
I've solved this error in a previos instalation (other box) moving from rc2 to 4.0.2 but I'm shore i've the latest 4.0.2 installed.
This problem persist including if the internationalizacion and locale are uncheked
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2]
******************************, referer:
http://dba-server/twiki/bin/view
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2] Can't call method "maketext" on an undefined value at /srv/www/htdocs/twiki/lib/TWiki/Access.pm line 174., referer:
http://dba-server/twiki/bin/view
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2] , referer:
http://dba-server/twiki/bin/view
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2]
******************************, referer:
http://dba-server/twiki/bin/view
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2] Can't call method "maketext" on an undefined value at /srv/www/htdocs/twiki/lib/TWiki/Access.pm line 174., referer:
http://dba-server/twiki/bin/view
[Mon Apr 24 13:39:26 2006] [error] [client 127.0.0.2] Premature end of script headers: view, referer:
http://dba-server/twiki/bin/view
- Required Perl modules:
- CGI (3.05)
- CGI::Carp (1.28)
- File::Copy (2.08)
- File::Spec (3.01)
- FileHandle (2.01)
- Digest::SHA1 (2.10)
- MIME::Base64 (3.05)
- Net::SMTP (2.29)
- Optional Perl modules:
- Algorithm::Diff (1.1901)
- MIME::Base64 (3.05)
- POSIX (1.08)
- Encode (2.08)
- Unicode::MapUTF8 (1.11)
- Unicode::Map (0.112)
- Unicode::Map8 (0.12)
- Jcode (2.04)
- Digest::MD5 (2.33)
$cfg{LogDir} = $cfg{DataDir};
$TWiki::cfg{DataDir} = '/srv/www/htdocs/twiki/data';
$TWiki::cfg{Password} = '??????';
$TWiki::cfg{ConfigurationLogName} = '/var/log/twiki/configurationlog.log';
$TWiki::cfg{LocalesDir} = '/srv/www/htdocs/twiki/locale';
$TWiki::cfg{WarningFileName} = '/var/log/twiki/warn2012-05-28.log';
$TWiki::cfg{DebugFileName} = '/var/log/twiki/debug.log';
$TWiki::cfg{DefaultUrlHost} = 'http://dba-server';
$TWiki::cfg{PubDir} = '/srv/www/htdocs/twiki/pub';
$TWiki::cfg{TemplateDir} = '/srv/www/htdocs/twiki/templates';
$TWiki::cfg{LogFileName} = '/var/log/twiki/log2012-05-28.log';
$TWiki::cfg{Plugins}{XpTrackerPlugin}{Enabled} = 1;
$TWiki::cfg{DisplayTimeValues} = 'servertime';
$TWiki::cfg{UserInterfaceInternationalisation} = 0;
$TWiki::cfg{Site}{CharSet} = 'iso-8859-15';
$TWiki::cfg{Site}{Locale} = 'C';
$TWiki::cfg{UseLocale} = 1;
$TWiki::cfg{Site}{FullLang} = 'us';
$TWiki::cfg{Site}{Lang} = 'us';
Environment
--
ManuelSoto - 24 Apr 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
After creating a new installation it works. I believe an installation .sh script is missing
--
ManuelSoto - 07 May 2006
I don't find where to "to edit the page and set the status to answered". It make no sense, why is so difficult to check as answered
--
ManuelSoto - 07 May 2006
Glad it worked out.
The table at the bottom changes into a picklist when you edit the topic. Set to answered now.
--
PeterThoeny - 07 May 2006
Hi, I'm seeing the same thing, but reinstalling doesn't seem to fix the problem. This is only happening for me in the TWiki web, all others seem fine. Any idea?
--
TWikiGuest - 14 May 2006
I was able to work around this problem by enabling sessions (don't know if that helped) and also logging in as an indentified user.
--
TWikiGuest - 22 Nov 2006