Jump to content

OFC Charts not working again v935 and v936


AUZ

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Administrators

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/

Link to comment
Share on other sites

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,

Link to comment
Share on other sites

  • Administrators

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...