MySites.guru has launched a new feature - the Team Feature. You can now add team members to help you manage some or all of the Joomla sites you are responsible for.
Β
MySites.guru has launched a new feature - the Team Feature. You can now add team members to help you manage some or all of the Joomla sites you are responsible for.
Updating from Joomla 4 to Joomla is not that big of a deal, but you should test your site before actually doing so. I was happy to cover this topic at a recent meeting of the Website Design Company Owners - using Joomla! Facebook Group.
(Please hotlink to the FB group using this link - https://www.facebook.com/groups/7290653694341766)
You can help Joomla (and yourself) by testing new features and bug fixes in new versions of Joomla before they are released!
If you are getting a "Error SQL Duplicate column name 'catid'" message after trying to update update from SP Page Builder v3.x or v4.x to v5.0.x in Joomla, here is how to fix your site and complete the update.
BTW, you might also be getting an error that looks like this:
"Failed opening required '/home/sitename/public_html/stageit/components/com_sppagebuilder/builder/classes/base.php' (include_path='.:/opt/cpanel/ea-php81/root/usr/share/pear')
If you are getting the "Unknown column 'bsky_app' in 'field list" error in Kunena, here is the fix.
Also, here is the sql code to run from the video:
ALTER TABLE `#__kunena_users` ADD `bsky_app` VARCHAR(75) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL AFTER `reddit`;
This is the forum post the fix was found in βΊ https://www.kunena.org/forum/k6-3-0-support-archive/168423-error-when-editing-user-profile#231258
#kunena_users #joomla #basicjoomla