Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the skill-farm-finance
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-3k27aq/customers-el-3801902-31162-talvana-wordpress-pvc-62abd68adec448001f8d1f0e/wp-content/wp-includes/functions.php on line 6121
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the elementor
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /mnt/customers/customers-bh-3k27aq/customers-el-3801902-31162-talvana-wordpress-pvc-62abd68adec448001f8d1f0e/wp-content/wp-includes/functions.php on line 6121
WordPress database error: [Table 'epzNl_sffc_user_profiles' already exists]CREATE TABLE epzNl_sffc_user_profiles (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
profile_completion_percentage int(3) DEFAULT 0,
profile_picture_url varchar(500) DEFAULT '',
headline varchar(255) DEFAULT '',
summary longtext,
career_stage varchar(50) DEFAULT 'Graduate',
years_experience int(2) DEFAULT 0,
current_title varchar(255) DEFAULT '',
current_company varchar(255) DEFAULT '',
salary_current int(10) DEFAULT 0,
salary_target_min int(10) DEFAULT 0,
salary_target_max int(10) DEFAULT 0,
currency_preference varchar(10) DEFAULT 'USD',
notice_period varchar(50) DEFAULT '1 month',
visa_status varchar(100) DEFAULT 'Citizen',
availability_date date DEFAULT NULL,
open_to_relocation tinyint(1) DEFAULT 0,
willing_to_travel varchar(50) DEFAULT 'No',
preferred_locations longtext,
preferred_industries longtext,
preferred_company_size varchar(100) DEFAULT '',
preferred_work_environment varchar(100) DEFAULT 'Hybrid',
preferred_contract_type varchar(100) DEFAULT 'Full-time',
languages_spoken longtext,
professional_memberships longtext,
regional_expertise longtext,
career_goals longtext,
target_role_level varchar(100) DEFAULT '',
career_transition_interest varchar(255) DEFAULT '',
work_style_preference varchar(100) DEFAULT '',
company_culture_fit varchar(100) DEFAULT '',
membership_level varchar(50) DEFAULT 'free',
subscription_status varchar(50) DEFAULT 'inactive',
subscription_expires datetime DEFAULT NULL,
premium_features_enabled tinyint(1) DEFAULT 0,
last_updated datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
UNIQUE KEY user_id (user_id),
KEY career_stage (career_stage),
KEY years_experience (years_experience),
KEY availability_date (availability_date),
KEY target_role_level (target_role_level),
KEY membership_level (membership_level),
KEY subscription_status (subscription_status)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'epzNl_sffc_user_skills' already exists]CREATE TABLE epzNl_sffc_user_skills (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
skill_name varchar(255) NOT NULL,
skill_category varchar(100) DEFAULT 'Technical',
proficiency_level varchar(50) DEFAULT 'Intermediate',
years_experience int(2) DEFAULT 1,
verified tinyint(1) DEFAULT 0,
source varchar(100) DEFAULT 'User Added',
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY skill_category (skill_category),
KEY proficiency_level (proficiency_level),
UNIQUE KEY user_skill (user_id, skill_name)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'epzNl_sffc_user_experience' already exists]CREATE TABLE epzNl_sffc_user_experience (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
company_name varchar(255) NOT NULL,
job_title varchar(255) NOT NULL,
industry varchar(100) DEFAULT '',
department varchar(100) DEFAULT '',
start_date date NOT NULL,
end_date date NULL,
description longtext,
achievements longtext,
skills_gained longtext,
is_current tinyint(1) DEFAULT 0,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY industry (industry),
KEY is_current (is_current)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'epzNl_sffc_user_education' already exists]CREATE TABLE epzNl_sffc_user_education (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
institution_name varchar(255) NOT NULL,
degree_type varchar(100) NOT NULL,
field_of_study varchar(255) NOT NULL,
graduation_year int(4) NOT NULL,
grade varchar(50) DEFAULT '',
relevant_coursework longtext,
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY degree_type (degree_type)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
WordPress database error: [Table 'epzNl_sffc_user_certifications' already exists]CREATE TABLE epzNl_sffc_user_certifications (
id bigint(20) NOT NULL AUTO_INCREMENT,
user_id bigint(20) NOT NULL,
certification_name varchar(255) NOT NULL,
issuing_organization varchar(255) NOT NULL,
issue_date date NOT NULL,
expiry_date date NULL,
credential_id varchar(255) DEFAULT '',
verification_url varchar(500) DEFAULT '',
created_at datetime DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (id),
KEY user_id (user_id),
KEY issuing_organization (issuing_organization)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci