Hi xnau
Thanks for your answer.I have unable the debug in config.php and here is what i get before running the trigger.
———————————————————————-
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 init hooks. Please see Debugging in WordPress
for more information. (This message was added in version 3.3.) in
/usr/www/users/nalibrxvyr/wp-includes/functions.php on line 3587 Notice:
get_usermeta is deprecated since version 3.0! Use get_user_meta() instead.
in /usr/www/users/nalibrxvyr/wp-includes/functions.php on line 3467 Notice:
get_usermeta is deprecated since version 3.0! Use get_user_meta() instead.
in /usr/www/users/nalibrxvyr/wp-includes/functions.php on line 3467
———————————————————————–
Bellow is what I get after inserting a new user
———————————————————————–
WordPress database error: [Column count doesn’t match value count at row 1]
INSERT INTO wp_participants_database SET date_updated = NOW(), first_name
= ‘ted’,
last_name
= ‘eda’, email
= ‘[email protected]’, password
= ‘qwerty’, i_am_signing_up_as
= ‘a:1:{i:0;s:6:
\”Parent\”;}’,
member_of
=
‘Community’, mailing_list
= ‘Yes’,
reading_club_
= ‘Yes’, contact_permission
= NULL,
https://wwwnalibaliorg/sign_up/
= NULL, private_id
= ‘XJBKT’,
club_name
= NULL, where
= NULL, when
= ‘1333929600’, average_number_of_members
=
‘0-5’, contact_person
= NULL, contact_email
= NULL, are_you_a_member?
= ‘Yes’,
language_i_speak_at_home
= ‘English’, tell_us_more
= NULL, additional_hard_copies
=
‘Yes’, hall_of_fame
= ‘Yes’, address
= NULL, city
= NULL, state
= NULL, country
=
‘South Africa’, zip
= NULL, phone
= NULL, photo
= NULL, see_your_profile
= NULL, donations
= NULL,
volunteered
= NULL, resources
= NULL
Warning: Cannot modify header information – headers already sent
by (output started at /usr/www/users/nalibrxvyr/wp-includes/functions.php:3587)
in /usr/www/users/nalibrxvyr/wp-includes/pluggable.php on line 866 Notice: get_usermeta
is deprecated since version 3.0! Use get_user_meta() instead. in /usr/www/users/nalibrxvyr/wp-includes/functions.php
on line 3467
———————————————————————-
The only problem is that I don’t seem to locate this get_usermeta in /usr/www/users/nalibrxvyr/wp-includes/functions.php
on line 3467. So I am just wondering what should I actually be doing?
Thanks again xnau