As the title says, when I'm trying to execute install.cgi I get the 500 error, internal server error.
The Apache error log says:
Code: Select all
Can't locate XFileConfig.pm in @INC
How do I add XFileConfig.pm to INC or how do I specify in the code where to look for it?
I've searched the forum for a similar issue but I couldn't find any therefore I've decided to post my problem here.
Thank you,
Nick
***Later edit***
I've solved the issue by adding the path to the directory containing the XFileConfig.pm file to the "use lib" but now I have a different error:
Code: Select all
[Thu Aug 07 13:21:00 2008] [error] [Thu Aug 7 13:21:00 2008] -e: Can't call method "f" on an undefined value at /***/***/******/****/cgi-bin/install.cgi line 25.\n
Any help would be appreciated.
Thank you!