You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
@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);
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.
The text was updated successfully, but these errors were encountered: