claudio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Business Intelligence Lite] error on page or postHi,
actually I meant to set WP_DEBUG=false.
If you still get the warning with WP_DEBUG=false this has to come from somewhere else.
Are you using other plugins? if yes please try to deactivate them and try again.
What’s the theme you’re using?
We prepared a version with lots of warning fixed. Well be published as 1.0.3 in the next few days.
Cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] error on page or postHi,
I was actually able to reproduce the warning and it’s actually coming from WP_DEBUG = true in your wp-config file.
We can fix the warning for the next release, in the meantime you can simply disable WP_DEBUG mode.
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] error on page or postmmmh I noticed this is only a warning. Are you maybe running your WP instance with WP_DEBUG = TRUE in the wp-config file?
Forum: Plugins
In reply to: [WP Business Intelligence Lite] error on page or postHello,
I cannot reproduce the issue since the mentioned line is not generating errors on my box.
Are you using version 1.0.2 just downloaded from the repository?
Were you able to successfully test the charts in the admin dashboard and the error appears only when trying to embed it?
Have you modified the source of the plugin?
Last question, which version of PHP are you running?
thanks
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Other charting libraries?hi Mark,
another problem is that highcharts is commercial and if I want to integrate it we will incur in licenses fees that would make the plugin no more free. I want to keep the Lite version free and have a Premium one that costs much less than the existing solutions.
Now the Pro version is priced at 199 USD while existing solutions start at 599 USD/EUR for single developer licenses and go up to thousands of dollars.
If you know of any other open source library please feel free to let me know.
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Other charting libraries?Hi Mark,
good point. Your vision is correct, having a PHP wrapper that is able to integrate several JS charts libraries would be a great achievement, but of course this would require an heavy revision of the overall architecture. For now I’m trying to integrate visualisations such as those displayed here: http://www.logeeka.com/bi
We’d like to add not only extended charts but advanced visualisations and dashboards. Do you know Crossfilter?
Do you have any specific application in mind?
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Does the plug in do simple HTML tables?Hi,
FYI I just released v 1.0.2 where I integrated the Datatables tables.
For now they’re present with default options (zero-config) and support filtering, sorting and paging.
If you want to extend them you can edit the table.tpl file in templates/views
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Does the plug in do simple HTML tables?Yes, I see that datatables is a jQuery plugin (sorry I hadn’t got it earlier). I think that integration should be feasible. I’ll see if I can release it with version 1.1
cheers,
C.Forum: Plugins
In reply to: [WP Business Intelligence Lite] Does the plug in do simple HTML tables?Ciao,
probably the best solution is to include jQuery smart tables in WPBI. It shouldn’t be that hard. Otherwise the integration between two plugins would be a custom hack.Claudio
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Does the plug in do simple HTML tables?Hi, yes!
As you can see from this screenshot
http://www.wpbusinessintelligence.com/wp-content/uploads/assets/screenshot-3.pngWPBI supports simple HTML tables. You can set the size of the page and chose the style among 9 available. On the other hand sorting or column filtering is not supported.
regards,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] ErrorGreat, I’m happy you like it.
Please feel free to suggest any modification/improvement.
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] ErrorHi Tomarnst,
I found the bug and fixed it. Now I released v 1.0.1 with some other fixes. Please check it and let me know.
Thanks for the feedback!
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] ErrorHi,
in this case the conflict with another plugin can be an option. I use a lot of JS and tried to stick to WP best practices to include js files.
If you can, try to disable the plugins and then reactivate one by one.
Otherwise if you send me a list of plugins I can test on a clean WP instance.
I tested it on an existing WP instance with quite a lot of plugins (20) and got no problems, but this means nothing…
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] ErrorOK sorry I thought you hadn’t moved them yet.
Which version of WP are you using? From the topic description it seems 3.5.1, but I have no issues with 3.5.1 and I tested on several WP instances.
The error comes from wp_register_script that is supposed to be supported since WP 2.6, but I realised that it doesn’t work well with versions older than 3.4 (e.g. I got a similar error with 3.0.1)
Are you really on 3.5.1?
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] ErrorHi,
thank you for spotting this.
Actually the zip file is wrong. It contains assets, branches and trunk folder and not only the trunk content.
This is my first WP plugin so I think the problem is with SVN creating all these folder in the 1.0 tag.
I’ll correct it right away. In the meantime, if you can, you can simply move the content of “trunk” into “wp-business-intelligence-lite”.
I’ll let you know when this is fixed.
cheers,
Claudio