Program pelatihan K3 konstruksi yang dirancang secara berjenjang untuk meningkatkan kompetensi, profesionalisme, dan kesiapan kerja tenaga konstruksi.
Error
Error: Error: SQLSTATE[HY000] [1045] Access denied for user 'elearning'@'localhost' (using password: YES) (Connection: sitkon, SQL: SELECT w.id, wt.title, w.thumbnail, w.price, w.sell_price, w.duration, w.start_date, w.certificate, w.created_at, w.status, ct.title as category_name, u.full_name as instructor_name, u.avatar as instructor_avatar, wt.seo_description as short_description, COALESCE(AVG(r.rate), 0) as average_rating, COUNT(DISTINCT r.id) as total_ratings FROM webinars w LEFT JOIN webinar_translations wt ON w.id = wt.webinar_id AND wt.locale = 'id' LEFT JOIN category_translations ct ON w.category_id = ct.category_id AND ct.locale = 'id' LEFT JOIN users u ON w.teacher_id = u.id LEFT JOIN users uc ON w.creator_id = uc.id LEFT JOIN rating r ON w.id = r.webinar_id WHERE w.status = active AND (uc.full_name LIKE %LPK GATAKSINDO% OR uc.full_name LIKE %LPK GATAKSINDO%) GROUP BY w.id, wt.title, w.thumbnail, w.price, w.sell_price, w.duration, w.start_date, w.certificate, w.created_at, w.status, ct.title, u.full_name, u.avatar, wt.seo_description ORDER BY w.created_at DESC LIMIT 6 OFFSET 0 )