Closed kkiotes closed 5 years ago
Looks like you are trying to manually import it. I would make sure you are referencing the proper autoload.php file and location. There is no SoapClient.php in this repo. The only reference to SoapClient is the to the native SoapClient. You could try deleting everything and attempting again.
If you could use composer, I would recommend that.
Good Morning,
thank you for your response.
Thats what i did actually. But i will give it another shot!
Mit freundlichen Grüssen / Best regards
tecRacer GmbH & Co. KG Konstantinos Kiotes Teamlead AWS Managed Services Vahrenwalder Str. 156 30165 Hannover, Germany
Phone: +49 511 59095-964 E-Mail: kkiotes@tecracer.demailto:kkiotes@tecracer.de Internet: https://www.tecracer.de
Registergericht Hannover HRA 200331 Geschäftsführer: Markus P. Herrlich, Sven Ramuschkat, Torsten Höpfner Komplementär: tecRacer Verwaltungs GmbH, Hannover HRB 200935
Von: Devin Hyden notifications@github.com Antworten an: opendns/autotask-php reply@reply.github.com Datum: Freitag, 31. August 2018 um 17:42 An: opendns/autotask-php autotask-php@noreply.github.com Cc: Konstantinos Kiotes - tecRacer ☁ kkiotes@tecracer.de, Author author@noreply.github.com Betreff: Re: [opendns/autotask-php] PHP Error (#122)
Looks like you are trying to manually import it. I would make sure you are referencing the proper autoload.php file and location. There is no SoapClient.php in this repo. The only reference to SoapClient is the to the native SoapClient. You could try deleting everything and attempting again.
If you could use composer, I would recommend that.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/opendns/autotask-php/issues/122#issuecomment-417704590, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ao4URP-xPlTw4afjkyBMVU7lST6yXz9Rks5uWVl3gaJpZM4WVCmf.
@kkiotes Any luck?
Thank you for asking but i didn’t have the time to test it.
Mit freundlichen Grüssen / Best regards
tecRacer GmbH & Co. KG Konstantinos Kiotes Teamlead AWS Managed Services Vahrenwalder Str. 156 30165 Hannover, Germany
Phone: +49 511 59095-964 E-Mail: kkiotes@tecracer.demailto:kkiotes@tecracer.de Internet: https://www.tecracer.de
Registergericht Hannover HRA 200331 Geschäftsführer: Markus P. Herrlich, Sven Ramuschkat, Torsten Höpfner Komplementär: tecRacer Verwaltungs GmbH, Hannover HRB 200935
Von: Devin Hyden notifications@github.com Antworten an: opendns/autotask-php reply@reply.github.com Datum: Dienstag, 11. September 2018 um 15:42 An: opendns/autotask-php autotask-php@noreply.github.com Cc: Konstantinos Kiotes - tecRacer ☁ kkiotes@tecracer.de, Mention mention@noreply.github.com Betreff: Re: [opendns/autotask-php] PHP Error (#122)
@kkioteshttps://github.com/kkiotes Any luck?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/opendns/autotask-php/issues/122#issuecomment-420279022, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ao4URJJMfKIGdlv-R33pIuLip_Jg9y1mks5uZ73NgaJpZM4WVCmf.
@kkiotes any update? If not, can you close this issue?
Apologies if this is uncouth, but I have additional information re: this error and thought it might help anyone else that runs into this thread, as it is the only result on Google currently for "autotask-php SoapClient.php".
tl;dr make sure you have the appropriate php-soap package installed for your system.
The server we utilize this software on was running OpenSUSE 13.1. It was working so I left it alone, but was recently compelled to update the server. Updated to 13.2 without much issue. When I updated to OpenSUSE 42.1 however, I started receiving the exact same error as stated by OP.
mrtg:/srv/www/htdocs # php autotask_import.php PHP Warning: require_once(/srv/www/htdocs/autotask-php/src//SoapClient.php): failed to open stream: No such file or directory in /srv/www/htdocs/autotask-php/src/autoload.php on line 9 PHP Fatal error: require_once(): Failed opening required '/srv/www/htdocs/autotask-php/src//SoapClient.php' (include_path='.:/usr/share/php7:/usr/share/php7/PEAR') in /srv/www/htdocs/autotask-php/src/autoload.php on line 9
After much trial, error, and gnashing of teeth I discovered that phpinfo() no longer included a section for "soap". After reinstalling that via zypper, my scripts started working again.
Hello,
maybe i just have a "thinking" error but i get the following error: [:error] [pid xxxxx] [client x.x.x.x] PHP Fatal error: require_once(): Failed opening required '/../../../src//SoapClient.php' (include_path='.:/usr/share/php') in /../../../src/autoload.php on line 9
I think that the problem is the double "//".
Maybe you can provide me some help :)
best regards