I have sent him an email, hopefully he will get back soon. I am hoping to speak with him tomorrow as well.
Regarding the top link.
1 I have tried it in Chrome, Firefox and Safari on a Mac. I have even updated my Java to see if that was an issue. I have also tried it on Chrome on a Windows machine and Firefox on CentOS. Same issue on all three computers.
2 I have added the script debug, but no error is coming up.
3 I’m not getting any errors on the Web/Error console. The only output I am seeing is:
[Log] JQMIGRATE: Logging is active (jquery-migrate.js, line 21)
[Warning] JQMIGRATE: jQuery.fn.live() is deprecated (jquery-migrate.js, line 41)
[Log] console.trace()
migrateWarn (jquery-migrate.js, line 43)
live (jquery-migrate.js, line 471)
(anonymous function) (akismet.js, line 35)
j (jquery.js, line 2)
fireWith (jquery.js, line 2)
ready (jquery.js, line 2)
J (jquery.js, line 2)
For the second link, the only error I get is:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/worldspo/public_html/worldsportscommunications.com/wp-includes/functions.php on line 3547
Line 3547 on the functions.php file is:
trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
The whole section is:
if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
if ( function_exists( '__' ) ) {
$version = is_null( $version ) ? '' : sprintf( __( '(This message was added in version %s.)' ), $version );
$message .= ' ' . __( 'Please see <a href="https://codex.www.ads-software.com/Debugging_in_WordPress">Debugging in WordPress</a> for more information.' );
trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
} else {
$version = is_null( $version ) ? '' : sprintf( '(This message was added in version %s.)', $version );
$message .= ' Please see <a href="https://codex.www.ads-software.com/Debugging_in_WordPress">Debugging in WordPress</a> for more information.';
trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
}
}
}
This is the error I see worldsportscommunications.com/vid/WPErrorGridView.png
Any assistance is greatly received.
I have turned off the debug for now.