Cacti / plugin_reportit

ReportIt Plugin for Cacti
GNU General Public License v2.0
7 stars 9 forks source link

missing DB fields to save template #57

Closed Amitaybi closed 5 years ago

Amitaybi commented 5 years ago

in table plugin_reportit_templates 2 fields are missing:

  1. author
  2. version

after I add manually this 2 fields, I'm able to create new templates

netniV commented 5 years ago

What version of reportit were you coming from?

netniV commented 5 years ago

Please try again with the latest development sources. If you can also run the following SQL command before visiting the Plugin Management Page, it should run through a series of upgrades for you.

UPDATE plugin_config SET version = '1.0.2' WHERE directory = 'reportit';
Amitaybi commented 5 years ago

I use ver 1 and 1.0.1 than 1.0.2 all on top without any upgrade. Ill try it first thing in the morning. I also face a problem with adding email address for distribution.

ikorzha commented 5 years ago

First upgrade to version 1.12 current GIT development, second the email of report is currently under development by netniV, if moon and sun align me might have a solution later tonight:)

netniV commented 5 years ago

Follow #63 for updates on the emailing part. It's a slightly more complex job than I had hopped.

But yes, anything less than 1.1.2 (not 1.12 😱 🙀 😨 ) will not be properly functional. Once I have the mailing sorted, there will be a release marker for 1.1.2 and then it'll be whatever @ikorzha, @rchen29 and @smiles1969 can dream up next.

rchen14b commented 5 years ago

Thank you so much for all the hard work.

On Thu, Oct 4, 2018 at 1:39 PM Mark Brugnoli-Vinten < notifications@github.com> wrote:

Follow #63 https://github.com/Cacti/plugin_reportit/issues/63 for updates on the emailing part. It's a slightly more complex job than I had hopped.

But yes, anything less than 1.1.2 (not 1.12 😱 🙀 😨 ) will not be properly functional. Once I have the mailing sorted, there will be a release marker for 1.1.2 and then it'll be whatever @ikorzha https://github.com/ikorzha, @rchen29 https://github.com/rchen29 and @smiles1969 https://github.com/smiles1969 can dream up next.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Cacti/plugin_reportit/issues/57#issuecomment-427126209, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfWebJCLyF-TG34ECyCxycqQF0I1Uzjks5uhlW6gaJpZM4XEPh5 .

Amitaybi commented 5 years ago

Hi. Fresh 112 is fine. Im not able to import a template exported on 110 ver. Anything i can do to import it?

netniV commented 5 years ago

What is the problem when importing?

netniV commented 5 years ago

Open an issue for that as it's nothing to do with this issue.