elconejito said:just curious. is there a reason the port changed to 81? can we change the port just like before or is it untouchable?
You change in httpd.conf in Apache and also in functions/functions.php
httpd.conf:
Change Listen 81 to Listen XXX
functions/functions.php:
$wsdl_url = 'http://localhost:81/MPExtControlWS/service.asmx?WSDL';
Change 81 to XXX
XXX = Port
Restart Apache...I think that this should do it.
The port change is because users might have a webserver already running, and that would lead to a problem.