Right now I have the "Kfunctions.php" as:
There is no message, no flash, the upload calls for a xml error, and the form itself is closing the page when hitting submit, without record anything inside the backend as well as closing the form without any message.
I have gone trough the whole documentation and can't find a reason why it dosn't work.
- Code: Select all
<?php if ( !defined('K_COUCH_DIR') ) die(); // cannot be loaded directly require_once( K_COUCH_DIR.'addons/cart/session.php' ); require_once( K_COUCH_DIR.'addons/cart/cart.php' ); require_once( K_COUCH_DIR.'addons/data-bound-form/data-bound-form.php' ); //require_once( K_COUCH_DIR.'addons/inline/inline.php' );
There is no message, no flash, the upload calls for a xml error, and the form itself is closing the page when hitting submit, without record anything inside the backend as well as closing the form without any message.
I have gone trough the whole documentation and can't find a reason why it dosn't work.