AUZ Posted June 4, 2014 Report Share Posted June 4, 2014 Hello All, It appears my chats are not working again in phpvms, I have a dev install updated to v2.1.935 My live site is running v2.1.936 Neither of the sites are showing charts but they were last week and I have not had a security breech from what I can see. Also, the activity feed works fine on the earlier version 2.1.935 but its failing to work on v2.1.936 Is anyone running v2.1.936 and have the activity feed working ? Any help on these matters would be most appreciative, Thanks Quote Link to comment Share on other sites More sharing options...
magicflyer Posted June 4, 2014 Report Share Posted June 4, 2014 Hi! This is a long shot, but I remember getting this type of issue back when I was with Virgin Virtual Group. If I remember correctly, I found out that app.config.php found in /core had a big portion of its code missing. Crosscheck that file with the one here: https://github.com/n.../app.config.php using this: http://www.diffnow.com/ ...and see if you find something missing. Again, this is a longshot. Quote Link to comment Share on other sites More sharing options...
AUZ Posted June 4, 2014 Author Report Share Posted June 4, 2014 Hello magicflyer, Thanks for your reply, I shall compare both files and see if there is any missing code, Most appreciated, Cheers Quote Link to comment Share on other sites More sharing options...
AUZ Posted June 4, 2014 Author Report Share Posted June 4, 2014 Hello Again, Checked the files and they are the same, its still not working, Does anyone have the OFC charts working at the present time ? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 6, 2014 Administrators Report Share Posted June 6, 2014 I have been in the thought process that it was an issue of PHP versions but some have seemed to get it working other ways. Might want to go through these two threads and see if any of these fixes work for your site. http://forum.phpvms.net/topic/21025-admin-panel-broken/page__st__20 http://forum.phpvms.net/topic/8192-solution-strict-standards-errornew-php/ Quote Link to comment Share on other sites More sharing options...
AUZ Posted June 6, 2014 Author Report Share Posted June 6, 2014 Thanks very much Simpilot, It appears that commenting out Line 49 of the admin/action.php ( //error_reporting(E_ALL ^ E_NOTICE); ) and adding the following line ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); Fixed it. The charts are now working again. Thanks again for pointing me to those threads, Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 8, 2014 Administrators Report Share Posted June 8, 2014 Looks like you are just suppressing the errors with that code, which is fine if it works for you, but I think that a different charting system should be incorporated into the system for future releases. From what I can tell even the version 2 of OFC was last updated in July 2009. Quote Link to comment Share on other sites More sharing options...
AUZ Posted June 8, 2014 Author Report Share Posted June 8, 2014 Totally agree, but until such times, its nice to have the charts working once again even if it is suppressing the errors. Unfortunately I am not that good with programming and I wouldn't know the first thing about implementing it into phpvms. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.