Closed (fixed)
Project:
Xoops Import
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2007 at 15:13 UTC
Updated:
19 Aug 2007 at 23:43 UTC
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
Comment #1
mariuss commentedThis 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.
Comment #2
mariuss commented