Jump to content

Total Hours


enti342

Recommended Posts

  • Administrators

I noticed the same thing on a fresh development install yesterday. Check your _settings table in your DB. In my install there was a row in the _settings table that was not created during the install. We had the same issue quite some time ago and if you insert the new row it works fine.

Old topic search here

in the settings table you want to insert a row using phpmyadmin or similar:

INSERT INTO `phpvms_settings` (`id` ,`friendlyname` ,`name` , `value` ,`descrip` ,`core`)
VALUES (NULL , 'Total VA Hours', 'TOTAL_HOURS', '0', 'Your VA''s Total Hours', '0');

Then use the reset hours in the admin panel, that is how I got it working.

If you have the same issue it probably should be added as a bug, I though it might have just been my install.

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