Closed (fixed)
Project:
User Import
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2005 at 15:57 UTC
Updated:
13 Dec 2005 at 01:21 UTC
Using Drupal v 4.6.3 and User_import
// $Id: user_import.module,v 1.9.2.1 2005/11/28 02:33:55 MegaGrunt Exp $
Loading /admin/settings/user_import returns a blank page (using clean URLs).
Not having this problem with other modules. Tested with default themes.
Not a noob error. MySQL tables installed. Modules turned on, etc.
Comments
Comment #1
robert castelo commentedDo you get the tabs at the top of the content section: 'list imports', 'add import', 'configure'?
Do you get any of the Drupal page, header, sidecontent,...?
Comment #2
agentrickardNope. Nothing. Totally blank. As in: there is a PHP error somewhere and this page has loaded null.
Tested while running bluemarine theme to be sure I hadn't broken anything themewise.
Any other specs you need for debugging?
Comment #3
agentrickardHm.. I've been in a rush, so I installed on my test box. And got a different error. Page loads, but with this error at top:
This is after I have loaded the user_import.mysql file through PHPMyAdmin.
Strange. The code executes, but no table is being created.
When I loaded the file using PHPMyAdmin's textfile browser, the tables were not created. When I omitted the comments and just loaded the SQL statements manually, then the tables were created.
Here's what I loaded successfully:
So I think this is user error compounded by a bad MYSQL file. Will check on my other installation.
Comment #4
agentrickardYup. It works now. I was wrong initially (didn't check for table creation).
The problem is in the MYSQL file in the current distro.
Nice module! ++
Comment #5
agentrickardThis module is really sweet. Great stuff. Really. Especially the "test import" and error capture.
Love it.
Comment #6
robert castelo commentedComment #7
robert castelo commented