Page 1 of 1

Server Objects Problems

PostPosted: 29. July 2006 05:10
by said_fox
Hello,
Running any ASP script which uses server object such as ADO object always generates errors.
In general the error is like
Code: Select all
Errors Output

1. Can't call method "Fields" on unblessed reference at E:/Programs/xampp/htdocs/modperlasp/s/ado5.asp line 42. , E:/Programs/xampp/perl/site/lib/Apache/ASP.pm line 1514

Code: Select all
Debug Output

1. Can't call method "Fields" on unblessed reference at E:/Programs/xampp/htdocs/modperlasp/s/ado5.asp line 42. , E:/Programs/xampp/perl/site/lib/Apache/ASP.pm line 1514

So how can I solve this problem with XAMPP?
By the way, I have installed activestate perl 5.6. on my computer before installing XAMPP