Closed (fixed)
Project:
Drupal Contact List Importer
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 13:22 UTC
Updated:
14 May 2010 at 11:10 UTC
As the header says, these two sites display just blank, like if it was a php error.
Anyone else with this error?
Comments
Comment #1
hadsie commentedCan you enable error display in php? This will show the actual error message instead of just a WSOD...
In php.ini set the following:
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
Then restart apache and try it again.
Comment #2
ngusta commentedThank you, I had too small cache.
But when I activated
DCL Importer,
Friendlist connector
and
OpenInviter Importer Engine
I visit the tab at the profile page, but when I try to "Get my contacts" I just return to same page with a possibility to write a message to contacts, but no list of friends the importer found?
Comment #3
hadsie commentedSounds like it's not retrieving any contacts or something... what provider are you trying to pull them in from?
Comment #4
ngusta commentedFrom OpenInviter, and that worked when I used the drupal version of OpenInviter.
Is there any bug prints I can switch on?
Comment #5
hadsie commentedi meant which provider as in gmail, yahoo, etc.? it probably won't work with social networks yet, since each one has their own intricacies.
Comment #6
ngusta commentedAh sorry, I use hotmail
Comment #7
hadsie commentedI believe this is fixed in the latest dev versions now. hotmail is tested and working at least.