As the header says, these two sites display just blank, like if it was a php error.

Anyone else with this error?

Comments

hadsie’s picture

Can 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.

ngusta’s picture

Thank 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?

hadsie’s picture

Sounds like it's not retrieving any contacts or something... what provider are you trying to pull them in from?

ngusta’s picture

From OpenInviter, and that worked when I used the drupal version of OpenInviter.
Is there any bug prints I can switch on?

hadsie’s picture

i meant which provider as in gmail, yahoo, etc.? it probably won't work with social networks yet, since each one has their own intricacies.

ngusta’s picture

Ah sorry, I use hotmail

hadsie’s picture

Category: bug » support
Status: Active » Fixed

I believe this is fixed in the latest dev versions now. hotmail is tested and working at least.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.