tsnoad / Irondata

Data warehouse report generator
4 stars 1 forks source link

Report access requires LDAP even if the LDAP module is disabled. #26

Closed eleybourn closed 14 years ago

eleybourn commented 14 years ago

[Wed Jul 14 15:46:09 2010] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function ldap_connect() in /home/evan/Projects/irondata_tsnoad/Irondata/trunk/www/modules/ldap/ldap.php on line 297, referer: http://localhost/irondata/tabular/add/2/preview

tsnoad commented 14 years ago

looks like you need to install php-ldap

but the dependancy still needs to be fixed

eleybourn commented 14 years ago

Its the dependancy which is the issue

eleybourn commented 14 years ago

Crap I closed this ticket. How do I reopen?

eleybourn commented 14 years ago

It's in actions (where else duh)

tsnoad commented 14 years ago

lols

tsnoad commented 14 years ago

it shouldn't be thowing the error - i think it's trying to call the php-ldap function

eleybourn commented 14 years ago

That is exactly what its doing, but that should be tied into the ldap module (through some sort of hook).

eleybourn commented 14 years ago

And this is now fixed. There was one point it was hard coded. Very small fix