-
Website
http://apocryph.org/ -
Original page
http://apocryph.org/got_laconica_installed_my_dreamhost_account -
Subscribe
All Comments -
Community
-
Top Commenters
-
anelson
53 comments · 1 points
-
Daniel Ha
3 comments · 405 points
-
Uzzi
1 comment · 2 points
-
Coldice4678 Aka JRameau
1 comment · 3 points
-
paulside
1 comment · 1 points
-
-
Popular Threads
One question: I have things set up, but when my page loads (http://mbtest.unjournalism.com), I see this error up top:
"DB_DataObject Error: Connect failed, turn on debugging to 5 see why"
I, too, am on Dreamhost, if that matter. Any ideas off the top of your head? I don't expect full-on Laconi.ca support from you, but if you have any ideas on where to start, I'd appreciate it.
For what it's worth, when you say, "I then ran the MySQL command line client to run the db/laconica.sql script to populate the database" -- I haven't been able to figure out exactly how to do that, but I used Dreamhost's phpMyAdmin to "import" the laconica.sql file into the database I created for Laconi.ca. I'm not sure if that's the right thing to do or not.
Thanks again...
phpMyAdmin import should work fine too. The MySQL command line is
mysql -u username -p -h mysqlhostname databasename < db/laconica.sql
As long as the database objects got created, you're fine.
Good luck w/ the DB error!
pear install DB_DataObject#mysql
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
Skipping package "pear/DB_DataObject", already installed as version 1.8.8
No valid packages found
install failed