PHP Fatal error: Call to undefined function submit_button()
-
This is an odd one.
I get the error:
[20-Sep-2015 09:05:57 UTC] PHP Fatal error: Call to undefined function submit_button() in /xxx/wp-admin/includes/file.php on line 1207
recorded in my php error logs.
The only time it occurs is when the wp-cron is called:
192.168.0.1 - - [20/Sep/2015:10:05:56 +0100] "POST /wp-cron.php?doing_wp_cron=1442739956.9766309261322021484375 HTTP/1.0" 500 955 "-" "WordPress/4.3.1; https://xxxxxxk" xxxxxx
The line of code is:
submit_button( __( 'Proceed' ), 'button', 'upgrade', false );
which seems to be part of the code related to updating the code base
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘PHP Fatal error: Call to undefined function submit_button()’ is closed to new replies.