I've used the Xoops downgrade script to revert my Xoops 2.2.5 site to a table format that looks more like Xoops 2.0.x.

When I run the Xoops_Import Module all it get is a blank screen. Here is the error that is showing up in my log file:

[client 216.63.105.146] PHP Fatal error: Cannot redeclare db_status_report() (previously declared in /var/www/vhosts/templeofthejediorder.com/subdomains/drupal51/httpdocs/includes/database.mysql.inc:18) in /var/www/vhosts/templeofthejediorder.com/subdomains/drupal51/httpdocs/includes/database.mysqli.inc on line 21, referer: http://drupal51.templeofthejediorder.com/?q=admin/build/xoops_import

Any help would be appreciated.

Comments

mariuss’s picture

Status: Active » Fixed

This was a bug in xoops import, it was using a hard coded database protocol. The protocol has to match the one used for the drupal database.

It nows extracts the protocol used for the drupal database and uses that.

Please try again.

mariuss’s picture

Category: support » bug
Status: Fixed » Closed (fixed)