mmcfadd123
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Woocommerce Checkout Fields IntegrationRather not the “order” info but take the checkout form fields.
Forum: Plugins
In reply to: [Contact Form DB] Woocommerce Checkout Fields IntegrationYes. I would like my woocommerce checkout page form fields to update a contact form DB database just as if it was a Gravity form submitted(or other compatible form).
I really like your DB plugin with google live export and other fearures.
Thanks!
Forum: Plugins
In reply to: [Contact Form DB] Broken Export Google Live SpreadsheetGot a different error:
Missing Zend Framework
This function requires part of the Zend framework that interacts with Google.
It appears that either:The Zend Framework is not on the include_path or
You do not have the Zend Framework installed
include_path=”.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php”
php.ini file is “/opt/alt/php56/etc/php.ini ”
locate the the Zend directory on your computer
If found, here is one way to put it on the include path
copy the php.ini file to your WordPress installation to [wp-dir]/wp-content/plugins/contact-form-7-to-database-extension/php.ini
add a line to this new file:
include_path=”.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php:[Zend-parent-directory]”
If not found, install and configure Zend version 1.11.11 (or contact or administrator or host provider)
See: Getting Started with the Google Data PHP Client Library
To download the part of Zend 1.11.11 required, see: Zend GDataForum: Plugins
In reply to: [Contact Form DB] Broken Export Google Live SpreadsheetActually I am not even able to simple export CSV.
It gives me: is currently unable to handle this request. HTTP ERROR 500
any ideas?