Hi, I was trying to post a comment to an article and am getting an error:
Error - key format error!
The comment I was trying to post was:
Hi, there is an error in wsdl_proxy_generator.php, you need to add $name = $matches[2]; after $type = $matches[1]; to get this to work properly.
Hi, there is an error in wsdl_proxy_generator.php, you need to add
$name = $matches[2];
after
$type = $matches[1];
to get this to work properly.
to this page:
http://www.phpbuilder.com/columns/adam_delves20060606.php3
If I were to hazard a guess, the error is arising because the server is trying to interpret your comment as PHP code. Try removing the semi-colons when posting the comment and it may work.