Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: Ran into a problem - please help

Quote Reply
Re: Ran into a problem - please help In reply to
Contact your hosting company and ask them if they have strict.pm installed. If not, ask them to install it. If they won't, then try installing strict.pm from www.cpan.org in your admin directory.

Then change the following codes in the Template.pm file:

Code:
use strict;

to the following codes:

Code:
require strict;

Regards,

------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------











Subject Author Views Date
Thread Ran into a problem - please help zeedy 4234 Feb 16, 2000, 3:19 PM
Post Re: Ran into a problem - please help
Eliot 4155 Feb 16, 2000, 3:28 PM
Post Re: Ran into a problem - please help
Eliot 4158 Feb 16, 2000, 9:26 PM
Post Re: Ran into a problem - please help
zeedy 4168 Feb 16, 2000, 9:38 PM
Post Re: Ran into a problem - please help
zeedy 4160 Feb 16, 2000, 10:48 PM
Post Re: Ran into a problem - please help
zeedy 4153 Feb 17, 2000, 3:12 AM
Thread Re: Ran into a problem - please help
makker 4158 Apr 18, 2000, 6:12 PM
Post Re: Ran into a problem - please help
skipper 4145 Aug 4, 2000, 8:06 AM