1. Backup all site
2. Scan source Code, scan database
3. Cron Jobs: check and remove each job.
Beware: cron job backup site or statistics
Đối với site thông thường thì Cron Job là trống không có cái nào
Thứ Tư, 5 tháng 8, 2026
Cách xử lý Cron job hacked - Joomla - SOLVED
Chủ Nhật, 7 tháng 1, 2024
Fast check joomla version not login administrator
Fast check joomla version not login administrator
1. Open file administrator/manifests/files/joomla.xml
2. View <version>3.10.12 or ********</version>
Thứ Năm, 23 tháng 6, 2022
Joomla K2 article link 404
Vấn đề: load k2 category article, khi click link 404 không hiển thị
Kiểm tra: publish chưa, date create, date start, date end
Nếu vẫn ko hiển thị được thì kiểm tra: alias
Nguyên nhân: còn 1 khả năng là bị trùng lắp alias, để kiểm tra việc này có thể thêm ngày tháng phía sau alias
Thứ Tư, 15 tháng 9, 2021
joomla 3.x cache pages turn off
Detail: configuration admin cache off, but folder cache still have 'pages'
Solution: plugin turn off 'page cache'
Thứ Ba, 14 tháng 9, 2021
Joomla 3.10.2 install rsform 3.0 error
Setup: error table rsform no exist, access admin>rsform FAILED
Do install 3-5 times FAILED
Solution:
BACKUP BEFORE DO ANYTHING
1. Remove old version source: remove or change folder components/com_rsform + administrator/components/com_rsform
Step 2,3 is remove record at db relate rsform
2. administrator>component>manage find 'rsform' remove all
3. administrator>component>discover find 'rsform' remove all
4. administrator>configuration Check absolute path tmp + logs
5. Setup again
Status: SOLVED
Thứ Sáu, 3 tháng 9, 2021
Joomla Contact Form - turn off Consent Private text
Chi tiết: Contact Form joomla hiển thị field text
Privacy Note *
By submitting this form you agree to the Privacy Policy of this website and the storing of the submitted information.
Giải pháp: administrator >turn off plugin >Content - Confirm Consent
Thứ Sáu, 27 tháng 8, 2021
Joomla 3.x uninstall language
Ghi nhận: settup thêm DE language. Sau đó uninstall admin>manage 1 language ko được
Giải pháp: chọn language package rồi uninstall
Nguyên nhân: là theo package cả admin và site
Chủ Nhật, 4 tháng 4, 2021
Joomla upgrade 3.5.1 to 3.6.5 then 3.9.x
NOTE: REQUIRE BACKUP BEFORE CONTINUE
Step 1: upgrade 3.5.1 to 3.6.5
1.1: Upgrade direct from administator
1.2: Or download Joomla_3.6.5-Stable-Update_Package.zip then extract
Result require: version 3.6.5: DONE
Step 2: upgade joomla 3.6.5 to joomla 3.9.x
Upgrade direct at administrator
Result require: run 100%
Step 3: 1054 Unknown column a.client_id - Fix error from phpmyadmin
Replace # by database prefer
ALTER TABLE `#_menu_types` ADD COLUMN `client_id` int(11) NOT NULL DEFAULT 0;
UPDATE `#_menu` SET `published` = 1 WHERE `menutype` = 'main' OR `menutype` = 'menu';
Result require: Run site normal
Step4: Database error
Run database fix
Require required: articles, category, modules good work









