Forum

Thread tagged as: Problem, Configuration, Blog

Multiple 'Blog' entries in the left menu of Admin

Just updated from the last version of Perch 2 to Perch 3.0 (and then also to 3.0.1), and Blog (from 5.0 to 5.5.1) and Members (from 1.6 to 1.6). The end result is a menu item of 'Blog' repeating 4 times in the left column of 'My Site'. Everything still works ok, it seems.

I found Settings/Diagnostics/Add-ons and Menu Management with a button for Rebuild now. That reports 'menu successfully rebuilt' but it changes nothing.

As an aside, is the 'Newsfeed' still a valid app? All that does is display the contents of the apps/perch_newsfeed folder. Maybe there's a new version of this App? I couldn't find it under https://addons.perchcms.com/ but I think it was listed elsewhere on the site pre V3?

Short diagnostics ...

Perch: 3.0.1, PHP: 7.1.3, MySQL: mysqlnd 5.0.12-dev - 20150407 - $Id: b396954eeb2d1d9ed7902b8bae237b287f21ad9e $, with PDO
Server OS: Linux, cgi-fcgi
Installed apps: content (3.0.1), assets (3.0.1), categories (3.0.1), perch_blog (5.5.1), perch_newsfeed (1), perch_members (1.6)
App runtimes: <?php $apps_list = [ 'perch_members', 'perch_blog', ];
PERCH_LOGINPATH: /perch
PERCH_PATH: /home/streets/public_html/perch
PERCH_CORE: /home/streets/public_html/perch/core
PERCH_RESFILEPATH: /home/streets/public_html/perch/resources
Image manipulation: GD
PHP limits: Max upload 20M, Max POST 8M, Memory: 128M, Total max file upload: 8M
F1: 0c66c2e1f82f9e0b7617b2cb8270f2c7
Resource folder writeable: Yes
DOCUMENT_ROOT: /home/streets/public_html
HTTP_HOST: www.streets-ahead.com
REQUEST_URI: /perch/core/settings/diagnostics/
SCRIPT_NAME: /perch/core/settings/diagnostics/index.php
Graham Street

Graham Street 17 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Do you have multiple copies of blog inside your addons/apps folder?

Newsfeed is not currently available, no.

Multiple copies of perch_blog - no, not now*. Just one folder of each of perch_blog, perch_members, perch_newsfeed.

*When updating blog I did what I've always done ... copy the new /perch_blog over and rename the old one as /perch_blog_old (and then delete it later). This worked fine on Perch 2 for years, but obviously it messes with the menu on Perch 3. How do I fix it?

Thanks on 'newsfeed' - I've removed it for now (and did a rebuild of menu management that removed it)

Drew McLellan

Drew McLellan 2638 points
Perch Support

If you got dupes still, move perch_blog out of apps, rebuild the menu, then move it back.

Perfect - that fixed it, thanks. I'll change the way I do my app updates now. :-)