Error code: -32700
-
Something which should never happen, happened. Sorry about that. If you try again, maybe it will work.
Error code: -32700
here is the test
TEST: Integer Tests
Array
(
[$value = “d0000000”;] => (string) d0000000
[$value = hexdec( $value );] => (double) 3489660928
[$value = abs( $value );] => (double) 3489660928
[$min = 0;] => (integer) 0
[$max = 61;] => (integer) 61
[4294967295 + 1] => (double) 4294967296
[$value / (4294967295 + 1)] => (double) 0.8125
[$max – $min + 1] => (integer) 62
[($max – $min + 1) * ($value / (4294967295 + 1))] => (double) 50.375
[$out = $min + (($max – $min + 1) * ($value / (4294967295 + 1)));] => (double) 50.375
[$out = intval( $out );] => (integer) 50
[$out = abs( $out );] => (integer) 50
)TEST: wp_generate_password()
Array
(
[0] => 1 -> 1:h
[1] => 5 -> 5:0y7zf
[2] => 10 -> 10:dcaZsoSp4P
[3] => 16 -> 16:Is5RFt66abwD8Dul
[4] => 32 -> 32:kYlpschViM8lwnbXekZRI95Oj943L76p
[5] => 32 -> 32:5tdmwjvEmoeo1iBQOtCOm0y9hwVGNke2
[random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
[steps] => Array
(
[0] => 14 -> o
[1] => 51 -> Z
[2] => 53 -> 1
[3] => 32 -> G
[4] => 49 -> X
[5] => 50 -> Y
[6] => 53 -> 1
[7] => 8 -> i
[8] => 13 -> n
[9] => 20 -> u
[10] => 40 -> O
[11] => 36 -> K
[12] => 14 -> o
[13] => 37 -> L
[14] => 54 -> 2
[15] => 1 -> b
[16] => 57 -> 5
[17] => 55 -> 3
[18] => 0 -> a
[19] => 12 -> m
[20] => 61 -> 9
[21] => 37 -> L
[22] => 36 -> K
[23] => 24 -> y
[24] => 9 -> j
[25] => 51 -> Z
[26] => 31 -> F
[27] => 36 -> K
[28] => 37 -> L
[29] => 22 -> w
[30] => 41 -> P
[31] => 60 -> 8
)[ReflectionFunction] =>
/**
* Generates a random password drawn from the defined set of characters.
*
* @since 2.5
*
* @param int $length The length of password to generate
* @param bool $special_chars Whether to include standard special characters. Default true.
* @param bool $extra_special_chars Whether to include other special characters. Used when
* generating secret keys and salts. Default false.
* @return string The random password
**/
Function [ <user> function wp_generate_password ] {
@@ /home/www/dkar/greekcarnival.gr/www/wp-includes/pluggable.php 1485 – 1499– Parameters [3] {
Parameter #0 [$length = 12 ]
Parameter #1 [$special_chars = true ]
Parameter #2 [$extra_special_chars = false ]
}
})
TEST: wp_rand()
Array
(
[0] => ‘8a7648db2832998e7528c1e640e334a9fec58e44ae8fe14032027bf2d75006de6794f3edc409f8cca77a851e506dcb80’
[1] => 33:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023041ef8ea44e85cef9a433e046e1c8257e8992382
[2] => 9:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023041ef8ea44e85cef9a433e046e1c8257
[3] => 28:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023041ef8ea44e85cef9a433e04
[4] => 15:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023041ef8ea44e85cef
[5] => 61:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023041ef8ea
[6] => 42:08bcd605e158a77acc8f904cde3f4976ed60057d2fb72023
[7] => 12:08bcd605e158a77acc8f904cde3f4976ed60057d
[8] => 52:08bcd605e158a77acc8f904cde3f4976
[9] => 25:08bcd605e158a77acc8f904c
[10] => 47:08bcd605e158a77a
[11] => 40:08bcd605
[12] => 19:
[13] => 51:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee7585659563b792bf7edebd107789787999163c1672
[14] => 9:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee7585659563b792bf7edebd107789787999
[15] => 37:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee7585659563b792bf7edebd1077
[16] => 28:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee7585659563b792bf7e
[17] => 56:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee7585659563
[18] => 13:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1955cee75
[19] => 21:43671ec2e481e43e919735dce5225bb347afcac4aefe0068c5e57eb1
[20] => 6:43671ec2e481e43e919735dce5225bb347afcac4aefe0068
[MIN] => 6
[MAX] => 61
[ReflectionFunction] =>
/**
* Generates a random number
*
* @since 2.6.2
*
* @param int $min Lower limit for the generated number
* @param int $max Upper limit for the generated number
* @return int A random number between min and max
*/
Function [ <user> function wp_rand ] {
@@ /home/www/dkar/greekcarnival.gr/www/wp-includes/pluggable.php 1512 – 1546– Parameters [2] {
Parameter #0 [$min = 0 ]
Parameter #1 [$max = 0 ]
}
})
TEST: HTTP Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Wed, 09 Jan 2013 09:41:10 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: HTTPS Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Wed, 09 Jan 2013 09:41:11 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: Self Connection
Array
(
[headers] => Array
(
[x-powered-by] => PHP/5.3.19
[expires] => Wed, 02 Jan 2013 09:33:37 GMT
[last-modified] => Wed, 09 Jan 2013 09:33:37 GMT
[cache-control] => no-cache, must-revalidate, max-age=0
[pragma] => no-cache
[content-type] => text/plain
[content-length] => 45
[connection] => close
[date] => Wed, 09 Jan 2013 09:33:38 GMT
[server] => lighttpd/1.4.32
)[body] => XML-RPC server accepts POST requests only.
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)The blog I need help with is: (visible only to logged in users)
-
Could you try and disable all other plugins and reactivate Jetpack. This way we can see if other plugins interfere with Jetpack.
Also make sure you are running the latest WordPress and Jetpack version:
http://www.wordpress.org
http://www.jetpack.meLooking forward to your reply.
-
Its ok!i have disabled l the lugins nd i found the one that is faults.everyyhing is okk now.thnaks again for the answer
Jim
- The topic ‘Error code: -32700’ is closed to new replies.