Jump to content

Recommended Posts

Posted

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

Posted

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 ?

  • Administrators
Posted

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/

Posted

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,

  • Administrators
Posted

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.

Posted

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.

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...