in reply to Re: HTML::Mason problems in Apache 2.2 (Windows)
in thread HTML::Mason problems in Apache 2.2 (Windows)

This didn't do any good. The component directories do all exist and have the necessary permission settings.
  • Comment on Re^2: HTML::Mason problems in Apache 2.2 (Windows)

Replies are listed 'Best First'.
Re^3: HTML::Mason problems in Apache 2.2 (Windows)
by Anonymous Monk on Apr 06, 2009 at 20:48 UTC
    Then its a bug in your code.
    Use of uninitialized value $file in concatenation... Must specify either 'comp_source' or 'comp_file' parameter to 'make_co +mponent()
    are pretty specific
      The code is as simple as <%perl>print "It works!";</%perl>. The make_component method is internal in Mason and I didn't mingle with it any way.

      I have made several installations of Apache+mod_perl+Mason in various kinds of systems, but it was first time that Apache 2.2.11+mod_perl 2.0+Mason 1.40 failed so badly in a Windows system.
        Same problem here.