Site icon Hip-Hop Website Design and Development

Problem with wp_enqueue_script [closed]

I’ve spent a lot of time trying to solve this problem and am really lost.

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.0.) in /home/rockygir/www/wp-includes/functions.php on line 4986

Notice: wp_enqueue_style 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.0.) in /home/rockygir/www/wp-includes/functions.php on line 4986

Notice: Undefined variable: callback in /home/rockygir/www/wp-content/plugins/pinterest-pin-it-button-for-images/ppibfi_pinterest.php on line 378

So I figure that something is wrong here but I don’t know what to do.

function ppibfi_enqueue_scripts() {
wp_enqueue_script( 'jquery' );

wp_enqueue_script( 'thickbox' );
wp_enqueue_style( 'thickbox' );

wp_enqueue_script( 'media-upload' );
}

Can someone give me a hand ?

Cheers