-
Actually, I figured that out and successfully installed the database! Wow, what a great feeling! Everything is set up properly (on my end) from what I can tell.
However, when I enter the admin page, and enter my username and password (which is correct), it doesn't get me into the admin panel. It just dies. I'm wondering if the URL isn't entered correctly in the script. (The permission of 755...
2007-12-06 19:15:39 UTC by bluemoon62
-
Lol. Forget that about the cpan. Helps if I read the error correctly. ;-)
I guess the driver you want is mysql if you have access to a MySQL database.
Brian.
2007-12-06 19:10:18 UTC by bcraigie
-
If you have your own server with command-line access, you should install DBD::password by doing the following:
cpan
install DBD::password
It will then look for dependencies and install the relevant perl modules.
If you have a hosted server, probably you are stuck. You might be able to ask your host to install the missing perl modules, but more than likely they'll refuse...
2007-12-06 19:05:56 UTC by bcraigie
-
What do I put for db_driver? My host didn't give me an answer. I just put the db_name and db_password (added that field) but don't know what the driver is.
Also, I'm not sure what to put for the cookie IP. Do I put my general host IP in there?
Please advise. Thanks.
2007-12-06 16:10:23 UTC by bluemoon62
-
I'd love to try this script but it won't install. What do I put for the install_driver? I entered my username for the database and the password where it says install_driver but that must be wrong.
I get the following message:
Software error:
install_driver(password) failed: Can't locate DBD/password.pm in @INC (@INC contains: $wanted_path /usr/local/lib/perl5/5.8.8/BSDPAN...
2007-12-06 03:58:43 UTC by bluemoon62
-
I'd love to try this script but it won't install. What is an install_driver? I entered my username for the database and the password where it says install_driver but that must be wrong.
I get the following message:
Software error:
install_driver(password) failed: Can't locate DBD/password.pm in @INC (@INC contains: $wanted_path /usr/local/lib/perl5/5.8.8/BSDPAN...
2007-12-06 03:56:41 UTC by bluemoon62
-
Whenever I try to run install I get:
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have checked to make sure that admin, install, and public are all chmod'd to 775. Any ideas?.
2007-06-27 17:59:19 UTC by nobody
-
Hi,
After much messing about editing dbi.pm I managed to get my database to create and install to run but now I cannot get admin.cgi to run... I suspect it cannot see my config.txt but it could be anything.
The error is:-
could not open form at /admin_login.html at Freedom/Forms.pm line 59.
Any ideas?
CG.
2007-04-03 13:48:56 UTC by classicglory
-
unpacked the 1.1.0 zip file into my /var/www/shop/
folder, and gave that to apache as my webroot
I edited my config.txt and manually created a blank
DB called "neshop". When I ran teh install.cgi I got
Can't connect to data source dbi:mysql
:database=neshop
;host=localhost;, no database driver specified and
DBI_DSN env var not set at /var/www/shop/cgi-
bin/install.cgi line 34...
2006-11-12 23:12:39 UTC by nellson
-
The script returns my path with these error messages install.cgi line 24, near "use Freedom::DBI." and install.cgi aborted due to compilation errors
I have trie putting .pm in install.cgi
such as use Freedom::DBI.pm;
use Freedom::Config.pm;
to no avail
Thank you for your help.
2006-08-01 18:15:57 UTC by tbeagle