Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ec->init($username, $password) NOT WORKING #12

Open
bozior opened this issue Nov 14, 2012 · 2 comments
Open

$ec->init($username, $password) NOT WORKING #12

bozior opened this issue Nov 14, 2012 · 2 comments

Comments

@bozior
Copy link

bozior commented Nov 14, 2012

Every time I call the function: $ec->init($username, $password); my webpage STOPS loading and remains white.
when I comment that line, everything is fine.
I even commented out the contents of the init() function and still the same white page.

Am I calling the init function wrong? Is there something I am missing?

PLEASE HELP!!!

and yes, all the necessary files are in the correct locations.

@Chakuma89
Copy link

bozior did you find a solution for this issue?
I'm also struggling with the same issue. The execution will break when the parent constructor is called in the NTLMSoapClient.php page.

parent::__construct($wsdl, $options); //This is where the execution stops

Can you please let me know if you have found a solution for this matter.

Thank you

@mconrado
Copy link

@Chakuma89 on your code to connect, try to set php error display:
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);

See the error and try to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants