jd0991 / wordpress-job-manager

Automatically exported from code.google.com/p/wordpress-job-manager
0 stars 0 forks source link

Wordpress 3.6 update breaks job manager! #562

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Uodate to the newest WP
2. visit you site

What is the expected output? What do you see instead?
You get al lot of warning messages

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 128

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 137

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 152

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 128

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 137

Warning: array_key_exists() [function.array-key-exists]: The second argument 
should be either an array or an object in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php on 
line 152

Warning: session_start() [function.session-start]: Cannot send session cache 
limiter - headers already sent (output started at 
/kunden/264955_26122/HR_Portal/wp-content/plugins/job-manager/frontend.php:128) 
in 
/kunden/264955_26122/HR_Portal/wp-content/plugins/si-contact-form/si-contact-for
m.php on line 1949

What version of Job Manager are you using?
latest Version 0.7.20

What version of WordPress are you using?
latest 3.6

Please provide any additional information below.

Original issue reported on code.google.com by frank.do...@gmail.com on 2 Aug 2013 at 7:57

GoogleCodeExporter commented 8 years ago
put the this code end of the wp-config.php

error_reporting(0);

Original comment by kochas...@gmail.com on 19 Dec 2014 at 1:34