Forum

Thread tagged as: Problem, Configuration, Discussion

Multiple listing of apps in sidebar

I just upgraded from Perch 2 to Perch 3.1.2 and updated all my apps to the latest version (Podcasts, Members, Gallery). Within the Perch control panel, the sidebar displays each of my installed apps 4 times. This is even after I rebuilt the sidebar menu from Settings -> Diagnostics -> Add-ons

Screenshot: https://snag.gy/Dvm34z.jpg

Any idea if this a bug or if there's something additional I need to change after having upgraded? Thanks!

Diagnostics:

Perch: 3.1.2, PHP: 5.6.27, MySQL: 5.5.19, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (3.1.2), assets (3.1.2), categories (3.1.2), perch_gallery (2.8.9), perch_members (1.6.4), perch_podcasts (1.3), perch_backup (1.2)
App runtimes: <?php $apps_list = [ 'perch_gallery', 'perch_members', 'perch_podcasts', ];
PERCH_LOGINPATH: /perch
PERCH_PATH: /home/content/63/6912763/html/perch
PERCH_CORE: /home/content/63/6912763/html/perch/core
PERCH_RESFILEPATH: /home/content/63/6912763/html/perch/resources
Image manipulation: GD Imagick
PHP limits: Max upload 100M, Max POST 128M, Memory: 128M, Total max file upload: 100M
F1: 3b606135b33e6a102526838f4152a807
Resource folder writeable: Yes
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
REQUEST_URI: /perch/core/settings/diagnostics/
DOCUMENT_ROOT: /var/chroot/home/content/63/6912763/html
Marvin Wong

Marvin Wong 0 points

  • 2 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Do you have multiple copies of the apps in the addons/apps folder?

Nope, just one copy (the most recent version) of each app in the apps folder.

Drew McLellan

Drew McLellan 2638 points
Perch Support

I would expect the rebuilding of the sidebar to fix that.

I'll play around with it and let you know if I figure it out.

Drew McLellan

Drew McLellan 2638 points
Perch Support

It's all stored in a database table, so if necessary we can go that route to clean it up.

Drew McLellan said:

It's all stored in a database table, so if necessary we can go that route to clean it up.

Thanks! I found the duplicate rows in perch2_menu_items and removed them! All is looking good in the sidebar now :)