Appnitro Software Forums » MachForm

Loading Data ... How to fix

(3 posts)
  • Started 3 years ago by irockdayellup
  • Latest reply from redityo

  1. irockdayellup
    Member

    I have machforms installed and working fine except that i cant save the form data to my Database.

    The submit does nothing, my config.php is correct and my DB is correct.

    At the bottom of the screen it says "Loading Data ..."
    What is the fix for this?

    Posted 3 years ago #
  2. Give us some background - when you say your config.php is correct, are you saying you have tested it to assure so.

    Here is a php routine that will assure that your at least connected to your database (please excuse me if your past this type of basic, I just want to help if I can):

    <?php
    mysql_connect("localhost", "php_user", "user_pass") or die(mysql_error());
    echo "Connected to MySQL
    ";
    ?>

    Of course you must replace the php_user and user_pass with your info (and localhost is not always correct - your host may have another connect method).

    Ron

    Posted 3 years ago #
  3. Hi,

    There are some reason why this happened, you have to make sure your "java script" files uploaded correctly and your web server not in safe mode.

    You also can find similar problem in this post :

    http://www.appnitro.com/forums/topic/loading-data-?replies=7

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.