forum datadump stopped working [message #162277] |
Tue, 20 April 2010 13:41 |
michiamano
Messages: 9 Registered: April 2009
Karma: 0
|
Junior Member |
|
|
When I try to run forum datadump from the admin menu I get this error. Get the same error from the nightly datadump cronjob.
Usage: php admdump.php /path/to/dump_file [compress]
What's changed: we had a series of issues at Bluehost following their systems upgrade, filesystem move, and then a DDoS on the shared server.
The most recent fix is what broke the datadump. It involved manually changing $DBHOST_DBTYPE in GLOBAL.php
$DBHOST_DBTYPE = "pdo_mysql";
After this change, the datadump broke. Running db backup manually from phpMyAdmin works fine.
Running 2.7.7 and yes, I know I should upgrade to the latest version but have put it off out of dread since it has to happen live on the production site and I've far had too many upgrade catastrophes (not with FUDforum) lately.
Thanks.
[Updated on: Tue, 20 April 2010 13:51] Report message to a moderator
|
|
|
|
|
|