Yes.I did not delete the previous installation of Joomla. I just overwrote it. Should I have deleted all of the old folders and files before I did the Kickstart restore?
The variable $live_site in the file configuration.php in the main Joomla folder needs to be empty, that is just two single quotation marks, as shown here:LiveSite: Is Not Empty
Code:
public $live_site = '';
The error may originate from the template or one of the third party extensions. Get a full error message with the name of the script and its line number, followed by a numer of lines from the PHP call stack by changing the 'Error Reporting' to 'Maximum' and 'Debug System' to 'Yes' in the Global Configuration. Post the error message and the PHP call stack here for advice.0 Class "MenusHelper" not found
JCK Editor is an abandoned extension. There are also a number of other third party extensions that are incompatible with Joomla 4, like RokPad and RokBooster. The list of extensiona in the FPA report above marks them with ? instead of 0 or 1. If the uninstallation fails, remove them from the filesystem (check the contents of each .xml manifest file to get the list of files) and delete their row from the _extensions table.
The site has a number of templates from Joomla 2.5 and Joomla 3. They can all be uninstalled, manually, if necessary.
Statistics: Posted by toivo — Sat Oct 12, 2024 12:54 am