| Answer: |
Double check that setup.cgi and all the other .cgi and .pm files have the permission setting of 755
If it's not the above then you most likely don't have the Perl DBI modules installed that enables Perl to communication with MySQL. This module enables Perl to communicate with MySQL. Contact your host and ask them to install the DBI modules so that your Perl scripts can communicate with mysql. If you're on your own server, install the DBI modules with the accompanying modules to enable Perl (Perl scripts) to communicate with MySQL.
|