Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Yesterday at 01:29 PM
rllmukforum Posted May 3 Share Posted May 3 We have a locked task (updaterecords) apparently due to an issue with the Pages application. We stopped using Pages quite some time ago, it shows as version 4.1.15 under the list of installed applications. Unfortunately, it shows as locked and will not let me uninstall it: Selecting Uninstall from the dropdown menu causes the admin panel to render a blank screen. Perhaps it's safe to leave the old version partially installed (I don't see a directory for pages under /applications) and this task locked, but I'd rather clear up the error if possible. Has anyone else encountered this and know of a remedy? Link to comment Share on other sites More sharing options...
Marc Stridgen Posted May 3 Share Posted May 3 You would be best to upgrade it to the latest release, and then you can uninstall it once you have done this. Its likely the issue you are having is that its not compatible with PHP 8 Link to comment Share on other sites More sharing options...
rllmukforum Posted May 5 Author Share Posted May 5 On 5/3/2023 at 8:27 AM, Marc Stridgen said: You would be best to upgrade it to the latest release, and then you can uninstall it once you have done this. Its likely the issue you are having is that its not compatible with PHP 8 Thanks, Marc. I also need to upgrade to the latest point release, and usually do so using the delta file the upgrade process creates. Is there a recommended way to upgrade using the complete package? Files I shouldn't overwrite, etc.? Link to comment Share on other sites More sharing options...
Marc Stridgen Posted May 5 Share Posted May 5 You should upload all files and overwrite any in the package, merging folders. Any files which shouldnt be overwritten, were created (therefore not in the download) rllmukforum 1 Link to comment Share on other sites More sharing options...
rllmukforum Posted May 5 Author Share Posted May 5 3 hours ago, Marc Stridgen said: You should upload all files and overwrite any in the package, merging folders. Any files which shouldnt be overwritten, were created (therefore not in the download) Unfortunately, the full package (obtained through the client area) did not include the Pages app. During the upgrade to the most recent release, it noted Pages would be disabled as it's not compatible. Is there a way to just download the Pages app so I can upload the relevant files? Or some manual means of disabling it? Link to comment Share on other sites More sharing options...
Adlago Posted May 5 Share Posted May 5 54 minutes ago, rllmukforum said: Unfortunately, the full package (obtained through the client area) did not include the Pages app. During the upgrade to the most recent release, it noted Pages would be disabled as it's not compatible. Is there a way to just download the Pages app so I can upload the relevant files? Or some manual means of disabling it? Try this - log in via ftp Open Applications folder Delete the Pages folder. You can download this folder to your computer before deleting. You will no longer see it in your admin panel. Link to comment Share on other sites More sharing options...
rllmukforum Posted May 5 Author Share Posted May 5 2 minutes ago, Adlago said: Try this - log in via ftp Open Applications folder Delete the Pages folder. You can download this folder to your computer before deleting. You will no longer see it in your admin panel. There is already no pages folder within /applications. Appreciate the suggestion, though. Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 5 Share Posted May 5 You would need to delete the correspondent row from the core_applications table and clear the cache after that. That will make it no longer appear. Adlago 1 Link to comment Share on other sites More sharing options...
Adlago Posted May 5 Share Posted May 5 You can, in addition to what Adriano wrote, also remove all tables in a database that have a "cms_" prefix. Link to comment Share on other sites More sharing options...
Adriano Faria Posted May 5 Share Posted May 5 Also, there will be, probably, records in other tables, such as core_follow, core_reputation_index, core_permission_index, etc. Basically, that's not the right way to do it... Make sure you make a backup of your database before you touch it. Link to comment Share on other sites More sharing options...
rllmukforum Posted May 5 Author Share Posted May 5 2 minutes ago, Adlago said: You can, in addition to what Adriano wrote, also remove all tables in a database that have a "cms_" prefix. I was about to give Adriano's suggestion a whirl when I saw your post and realized there is, in fact, a cms folder within /applications. I assume that's the actual folder name of the Pages application? If so, I'll delete that after backing it up. Link to comment Share on other sites More sharing options...
Solution Adriano Faria Posted May 5 Solution Share Posted May 5 Yes, the folder is cms. rllmukforum 1 Link to comment Share on other sites More sharing options...
rllmukforum Posted May 5 Author Share Posted May 5 9 minutes ago, Adriano Faria said: Yes, the folder is cms. That did it, removing the cms folder moved it from being listed as locked under Applications down to a new section where it was shown as needing to be upgraded. The X alongside that entry allowed me to remove it, and now there is no trace of the Pages app. Thanks! Adlago 1 Link to comment Share on other sites More sharing options...
Recommended Posts