Fixes for Submission Views
-
There is an issue with the submission page timing out and the form giving errors.
To fix the form error, find and delete the following in includes/form.php on line 320
$currentJobs = $wpdb->get_results( $wpdb->prepare( 'SELECT * FROM ' . JOBTABLE . ' WHERE archive != "%d" ORDER BY title DESC', '1' ) );
To fix the timeout error with submissions when there is a lot of data, comment out the following line as a quick fix in inlcudes/submissions.php on line 434
exportSubToCSV();
- The topic ‘Fixes for Submission Views’ is closed to new replies.