Hi everyone just tried to approve purchace order, i have end up with this:
Fatal error: Cannot redeclare timestamp_to_iso8601() (previously declared in /home/xxx/domains/xxx.com/public_html/biznes/includes/nusoap/lib/nusoap.php:904) in /home/xxx/domains/xxx.com/public_html/biznes/custom/splash/vendor/splash/phpcore/Components/NuSOAP/nusoap.php on line 96
So just for test i have chenged the name of the functions
which gave me another error for the next 2 functions in line saying that it can not redeclare
- iso8601_to_timestamp
-usleepWindows
after changing those i end up with
nusoap_fault class which apparently is already in use?
any idea what happend there?
there are two nusoap.php files in two different locations declaring the same functions and running the same clases?
Please help im trying to finish set up for production
Thank you!