claudio
Forum Replies Created
-
I’m closing this after a month without feedback
Forum: Plugins
In reply to: [WP Business Intelligence Lite] UserIDHi Craig did you test the query in MySQL? Shouldn’t you have an AND in your WHERE clause? Otherwise what is “form_name”? I guess a column in table wp_cf7dbplugin_submits.
Maybe try first a simple query with userID and then make it more complex in order to understand if the problem is the variable or the query syntaxForum: Plugins
In reply to: [WP Business Intelligence Lite] SQL query appears incorrect?I think there might be a problem with the data format. You can have a look at the page source (ctrl+U) and see the json file with the data series.
You can as well reduce the time span just to see if it works with less data and then you increase it little by little.Forum: Plugins
In reply to: [WP Business Intelligence Lite] SQL query appears incorrect?When displaying the chart do you get any error message in the JS console? (shift+ctrl+I)
Forum: Plugins
In reply to: [WP Business Intelligence Lite] SQL query appears incorrect?Hi, when you test the query do you get a correct result? You should see the result in a table with the first 20 elements.
Closed
I close this after a month with no news
Hi, please check that the wp-config.php file in your production server contains the DB connection parameters in the canonical form:
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'database_name_here' ); /** MySQL database username */ define( 'DB_USER', 'username_here' ); /** MySQL database password */ define( 'DB_PASSWORD', 'password_here' ); /** MySQL hostname */ define( 'DB_HOST', 'localhost' );sometimes some hosting environments have weird configurations. As an alternative you can directly edit the DB entry for the DB credentials. Just look at your dev setup and mimic it (with the production credentials)
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Download PDF & Image does not workI close this as I got no news for a month
Forum: Plugins
In reply to: [WP Business Intelligence Lite] Multiple bars in chartHi this is not supported by Lite. Pro or Enterprise only.
http://www.wpbusinessintelligence.com/products-and-services/
cheers,
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] How to change db connection?You can’t, the plugin uses the credentials found in the wp-config.php file.
You can configure several db connection in the Pro or Enterprise version.http://www.wpbusinessintelligence.com/products-and-services/
Hi Roberto,
do you have any error message in the JS console?
You have to press ctrl+shift+I to open the browser dev tools and then select “console”.Additionally, please make sure that you have given a name and title to all charts.
cheers,
ClaudioDear Roberto,
are you sure you are not trying to insert the same chart twice? This seems to be the only reason why you might have this behaviour.
Cheers
ClaudioForum: Plugins
In reply to: [WP Business Intelligence Lite] Charts not working on IExplorer 11Dear Loic,
please continue the conversation using the customer support email address you already used.
Kind regards,
ClaudioHi,
this should work.
Do you have a page where we can see what’s happening?
DO you have any error in the JS console?
cheers,
Claudio