Upgraded to 7.5.1 breaks activity stream

We upgraded from 7.4.3 to 7.5.1 and it broke the activity stream dashlet. No activities show since the upgrade. Also if you try to go into admin/system/activity streams it crashes the http server.
[Tue Feb 02 18:20:35 2016] [error] [client 192.168.101.10] File does not exist: /var/www/html/suite751/custom/include/MySugar/javascript/AddRemoveDashboardPages.js, referer: http://192.168.101.55/suite751/
[Tue Feb 02 18:20:35 2016] [error] [client 192.168.101.10] File does not exist: /var/www/html/suite751/custom/include/MySugar/javascript/retrievePage.js, referer: http://192.168.101.55/suite751/
[Tue Feb 02 18:20:57 2016] [error] [client 192.168.101.10] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 30720 bytes) in /var/www/html/suite751/modules/SugarFeed/views/view.adminsettings.php on line 98, referer: http://192.168.101.55/suite751/index.php?module=Administration&action=index

I also downloaded a clean install and ran it with the same results.

Thanks in advance for any assistance.

My Activity Stream has disappeared from most users home page and there seems to be no way to re-select it after 7.5.1 upgrade.

Seems to be the Default home page which has dropped the activity stream and the Admin activity stream option no longer works.

We have the same issue.
Seems to be the Default home page which has dropped the activity stream and the Admin activity stream option no longer works.

Adding a new tab doesn’t work either.

I have replace the new view.adminsettings.php with the old one and it now works. The new way uses a new class.

I think the problem might be around this

require(‘modules/SugarFeed/views/view.adminsettings.php’);

class customViewAdminsettings extends ViewAdminsettings

In the old file the following was used

class ViewAdminsettings extends SugarView

there is an error on file include\MySugar\tpls\MySugar.tpl on line 179

this is de original code:

note the missing " between src= and include

the correcto code is

1 Like

That fixes it.
I hope it is fixed permanently going forward.
You would think more than the few people here had this problem.

THANK YOU for the SOLUTION

You should also check this link because there are some errors regarding SuiteR theme (the blue one)

https://github.com/salesagility/SuiteCRM/commit/340948f8c9f4946c1314c44752265b7668d9ca85

I have replaced the view.adminsettings.php with the old one and made the changes from Fixed #852 and run a Repair and Rebuild but still don’t have an Activity Stream on the Dashboard…

~eric
:frowning:

you also modified include\MySugar\tpls\MySugar.tpl as I suggested?

Yes, I just checked it.

~eric

I don t know how to help you, perhaps you must restore de original view.adminsettings.php

I followed your instruction and the first post, but it did not help. I had to roll back to 7.4.x. Going through the many posts, it appears that 7.5.1 has a lot of issues.

Can it be that I have the same issue with suitecrm 7.8.5. ?
I only see the posts showing in my activity stream dashlet… Do I need to configure it to add the activities to be published there?

Thank you for your reply