View Full Version : Updated Software
I'm getting this error:
ShopWindow Client v1.0 status
WSDL access check: NO (The WSDL file cannot be loaded from [PS_WSDL])
Any ideas?
I appreciate that this may be obvious to some - but it doesn't mean anything to me, so I'm not sure what to do about it.
I can get rid of the check so the site runs, but why is it there then?
digitalwindow
17-07-07, 09:54
Hi Bud.
It looks like you're missing a constant.
check line 33 in line "includes/soap/constants.inc.php", it should contain:
define('PS_WSDL', 'http://api.productserve.com/v1/ProductServeService?wsdl');
Cheers
Ok, finally found time to mess with the updates.
Had to play around as some of the old files had essential edits.
Anyhoo, my feedback:
It's notibly faster. I don't even have to time it to see that whatever Kostas has done, has worked wonderfully. Well done!
However, Ive found one problem, and it's quite a big one too.
When browsing to a merchant level, the links in the Nav menu are now merchant specific.
ie, every link has the &m={} parameter
Apart from that, excellent job.
Confuscius
17-07-07, 12:34
Hi Andy
See this: http://www.shopwindowforum.com/showthread.php?t=266
Can you confirm that you have some files in your tmp directory?
Can you explain the merchant issue a little more? I cannot see what you are getting at - it may be that one of my mods is interfering!
Paul
It looks like you're missing a constant.
check line 33 in line "includes/soap/constants.inc.php", it should contain:
define('PS_WSDL', 'http://api.productserve.com/v1/ProductServeService?wsdl');
Thanks - but that isn't it. Line 33 wasn't missing and is there exactly as described.