WEBLINKS-CORE-001
com_weblinks in core
Weblinks (and other) moved out of core
Joomla 4 removed several core extensions. A 3→4 upgrade will drop them unless you install the separate package.
com_weblinks in core → Install from JED / TED if you still need it
Symptoms people search
weblinks missing after upgrade · com_weblinks
Replace this code
Swap com_weblinks in core for Install from JED / TED if you still need it.
Joomla 3
Remove or stop calling this
Joomla 3 core Weblinks componentJoomla 4 / 6
Use this instead
Install the Weblinks package for Joomla 4+. Same for some other former-core extensions.How to fix it
- 1Inventory core components you used.
- 2Install the J4+ package before cutover or accept data loss.
Also known as
com_weblinks · TED · core extension removed
There is no 1:1 swap for this one. The architecture changed. If you cannot rewrite it, Infyways can.
Related issues
- Joomla 3 → 4Manifest / installer
Missing <namespace> in the manifest
<extension> without namespace → <namespace path="src">Vendor\Component\Name</namespace>
- Joomla 3 → 4Manifest / installer
Updater client 0 / 1 integers
<client>0</client> → site / administrator strings
- Joomla 3 → 4Joomla API
JWeb
JWeb → WebApplication
- Joomla 3 → 4Manifest / installer
_QQ_ language placeholder
_QQ_ → Escaped quotes in INI files
- Joomla 4 → 5Manifest / installer
en-GB.com_foo.ini language filenames
en-GB.com_lms.ini → com_lms.ini + langmetadata.xml
- Joomla 3 → 4Joomla API
JFormWrapper / JHttpWrapper / language wrappers
JFormWrapperHelper → Call the static methods on the real class