methnen
Forum Replies Created
-
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableAh, that helps actually.
The button gets disabled while the plugin waits for the image version of the chart to be generated. Normally that happens pretty quickly, but if something were to circumvent that somehow that could prevent it from finishing.
Can you check the error console in your browser?
Here’s how to get to it in Chrome if you have that available:
https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui?hl=en#opening-the-consoleAppreciate you continuing to work through this with me.
If you don’t care about the image version you could also go to Charts -> Settings in the WP Admin panel and choose the third performance option which would skip the instant preview/image generation stuff and thus the button would never be disabled.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableVersion 1.3 is now available:
https://downloads.wordpress.org/plugin/m-chart.latest-stable.zip
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableHey lordanti,
So I spent a little time on this this morning. I’m running WP 4.5.2 with the Twentysixteen theme and the latest version of M Chart (1.2.1) and I’m not receiving any of those errors.
The line 172 one is a simpler error, that I’ve fixed in the version that will likely come out sometime today. The other one is strange.
It’s happening where the nonce is being checked to make sure you’ve got a valid submission. The error is implying that the $_POST data doesn’t include any M Chart related fields. Which would be really surprising. I’ll add an additional check to prevent the warning but that doesn’t explain how you’re hitting save and not getting any data in your $_POST object.
When I get M Chart version 1.3 up later today I’d really appreciate you taking a look and letting me know if it’s still broken. I’ll see what I can do to look into it further if it is.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableThanks for the follow up. I’ll take a look at reproducing this tomorrow morning.
Forum: Plugins
In reply to: [M Chart] Blank page wfor the chartMarking as resolved since there’s been no feedback from the OP.
Forum: Plugins
In reply to: [M Chart] Line chart with values wrongMarking as resolved since there’s been no feedback from the OP.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableHey lordanti,
Bug reports are much easier for me to follow on GitHub:
https://github.com/methnen/m-chart/issues
That said can you give me a little more info? Version of WP the Theme you’re using? Etc…
I’m currently unable to duplicate either of those warnings on my test install.
Forum: Plugins
In reply to: [M Chart] change color of elementsThemes are now available in version 1.2.
Forum: Plugins
In reply to: [M Chart] Problem in latest versionMarking as resolved since there has been no follow up with the OP.
Forum: Plugins
In reply to: [M Chart] Line chart with values wrongHey Jay, sorry for the delay in getting back to you. I do not get alerts on these so I have to check manually and live gets in the way of remembering to do that from time to time. If you want the quickest answers try making an issue on Github. I get alerted to those instantly:
https://github.com/methnen/m-chart
A few things:
1. Can you attach the exported CSV for the data you’re trying to use?
2. A screenshot of the settings you’re using is also quite helpful.Just a note it’s easier to attach things to Github issues than it is here.
Forum: Plugins
In reply to: [M Chart] Blank page wfor the chartHey erioch, sorry for the delay I don’t get alerts on these which is why I prefer you make support requests to the github page:
https://github.com/methnen/m-chart
Without having more information I’m not sure what the issue might be. You’ve activated the plugin and seem to have created a chart.
A few questions:
1. Does the chart show when yo are editing/creating it?
2. What theme are using? Is it one I can download and test with?
3. Can you attach the exported CSV of the chart you are working on along with a screenshot of the edit panel for the chart? (Easier to do on Github).Forum: Plugins
In reply to: [M Chart] Problem in latest versionSubscribing to this in case you follow up with more info.
Forum: Plugins
In reply to: [M Chart] change color of elementsHey pleeman, you aren’t the first to suggest that.
There is already a way to do it using a filter hook.
See:
https://github.com/methnen/m-chart/wiki/Action-and-filter-hooks#m_chart_chart_args
https://github.com/methnen/m-chart/issues/42If that’s a little too involved for you I do plan to introduce a much simpler way to do this in the next version which I’m hoping to spend some time on next week actually. So consider your feature request heard. 🙂
Forum: Plugins
In reply to: [M Chart] Problem in latest version@momavujisic I need a bit more information to figure out what might be happening.
I’m unable to duplicate that error.
The error itself (if you’re on the latest version of M Chart) is happening at the point that M Chart checks a nonce value that WP should have generated to make sure the posts save/update submission is valid. Pretty standard stuff so it’s honestly quite weird that it’s failing at that point specifically.
Can you provide me with the version of WP you’re using as well as the version of M Chart and maybe even the data and chart type you’re trying to generate. I’ve got a fair number of users actively using the plugin and this is the first report of this issue so I’d like to chase it down if it’s repeatable.
Likewise with deleting charts. I’m not seeing any issues there either.
Forum: Plugins
In reply to: [M Chart] Extra plotOptionsClosing this since there’s been no feedback from the OP for some time.