I have the debug.log message which I feel puzzled. It goes like this:
[19-Jul-2012 16:58:55] PHP Parse error: syntax error, unexpected T_IF, expecting ',' or ';' in /my_path/create_post.php on line 83
The concerned code is in this line: L83:
if ( empty( $latlon ) )
{
$adOK = 0;
$post_new_error['latlon'] = __( 'You cannot leave the location blank!', 'SpW );
}
Any clue?