Entry tags:
Can't connect to database
I finally, gloriously, got hamsterjournal.com to work. I have begun to dig my fingers into the *swearword* BML, and now I've got a persistent error that has to go away to continue the process of making HamJournals HamJournals and not DW. It is as follows:
Use of uninitialized value in concatenation (.) or string at /home/[username]/dw/cgi-bin/DBI/Role.pm line 230.
Use of uninitialized value in concatenation (.) or string at /home/[username]/dw/cgi-bin/DBI/Role.pm line 230.
Can't connect to the database.
I have rebooted the apache. I have recreated and re-edited config.private.pl. I even went to the extent of placing the user|pass into Role.pm, which eliminated those lines but not 'Can't connect to the database.' Is this like the frustrating two hours I spend while the Hubbub source was down, and I just have to wait, or did I broked something?
Use of uninitialized value in concatenation (.) or string at /home/[username]/dw/cgi-bin/DBI/Role.pm line 230.
Use of uninitialized value in concatenation (.) or string at /home/[username]/dw/cgi-bin/DBI/Role.pm line 230.
Can't connect to the database.
I have rebooted the apache. I have recreated and re-edited config.private.pl. I even went to the extent of placing the user|pass into Role.pm, which eliminated those lines but not 'Can't connect to the database.' Is this like the frustrating two hours I spend while the Hubbub source was down, and I just have to wait, or did I broked something?
no subject
$ perl -c etc/config-private.pl
That will tell you if there are any errors.
no subject
no subject
no subject
$ mysql -hHOST -uUSER -p DBNAME
Password: PASS
That should work. Can you make sure that it does?
no subject
no subject