Gene Howard
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I tried changing it to:
define('JETPACK_SIGNATURE__HTTP_PORT', '9898' );
to match the existing format this prevents the configuration error but still have the connection error.- This reply was modified 5 years, 5 months ago by Steven Stern (sterndata).
so this caused the following error:
( ! ) Parse error: syntax error, unexpected ‘&’ in C:\wamp64\www\site2\wp-config.php on line 58this is what I added:
define('AUTH_KEY', 'xxxxxxx'); define('SECURE_AUTH_KEY', 'xxxxx'); define('LOGGED_IN_KEY', 'xxxxx'); define('NONCE_KEY', 'xxxxxxx'); define('AUTH_SALT', 'xxxxxxx'); define('SECURE_AUTH_SALT', 'xxxxxxx'); define('LOGGED_IN_SALT', 'xxxxxx'); define('NONCE_SALT', 'xxxxxx'); define( 'JETPACK_SIGNATURE__HTTP_PORT', 9898 );- This reply was modified 5 years, 5 months ago by Steven Stern (sterndata).
Ok so is there a way to turn off the health check warning that you know of?
Sorry this is not on the default port 80
http://blogger.howardstx.com:9898
This has been up and working fine.I tested the xmlrpc with curl and was able to get a response as well.
So not really sure what is going on.
Viewing 4 replies - 1 through 4 (of 4 total)