3
When I enable PHP debug I get these notices:
Guestbook:which are these lines:
184: $msgpost->setVar('photo', $photo);
186: $nb_removed_tmp = xfgb_clear_tmp_files( $photos_dir ) ;
Wordpress:which are these lines:
47: $postObject->setVar('post_excerpt', apply_filters('excerpt_save_pre',$excerpt));
50: $postObject->setVar('post_password', $post_password);
65: if (($user_level > 4) && $edit_date) {
But I'm not sure if this is related to the MySQL syntax error. I'm not that good with PHP.
I can post the full code for that part if needed.