Announcement

Collapse
No announcement yet.

Advanced BlueVoda Form Processor 2

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    When you created the username and password for the ABVFP database, did you grant this user permissions to access the database itself ?

    Leave a comment:


  • germansin
    replied
    Re: Advanced BlueVoda Form Processor 2

    Originally posted by navaldesign View Post
    Please continue using BV10 until BV11 becomes stable.
    Hello Naval

    I stayed with BV10 as per your suggestion. However I have not been able to install AVBFP. This is what I did:
    1) I uploaded the AVBFP files to a folder named AVBFP, created in the public area.
    2) I created the "AVBFP" database in my site using Cpanel. I assigned the name, user and password for this database.
    3) I went to the form opened in the page "http://www.alfil-sa.com/ABVFP/dbts_install.php"
    4) I assigned new user's name and password (supposed to be valid only for this operation)
    5) I provided the other information asked for (copied from the CPanel database management) and accepted the EULA.
    6) I tried then to install the ABVFP in my site but I keep receiving this error message:
    "Could not connect to the database. Please check Database details !"
    I checked and repair the database within CPanel, just in case, but the result is the same.

    Did I misunderstand some step? Please advise.

    --------------
    German

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Please continue using BV10 until BV11 becomes stable.

    Leave a comment:


  • germansin
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hello Naval

    I have to build a "Contact Us" page for my site ( www.alfil-sa.com ) but I have not yet started with it.
    I am using BV-10.1. I have read in other posts that BV-11 has problems with form pages built within BV-10.
    Is this BV-11's issue still valid or was already solved? Or, should I build this page using VB-10 and do not switch yet to VB-11? Or else?

    Thanks in advance for guiding me ... once again.


    ----------------
    German

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Unfortunately it is 2 MB

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi again
    I find this information:
    post_max_size 8M - Is this value for my Form (with File upload) ?

    upload_max_filesize 2M - or this one?

    Thank you Eva

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi, that is so smart.
    Thank you
    Eva

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    create the following file in Notepad:

    <?
    phpinfo();
    ?>

    Save As, select File Type: All files, and save it as "phpinfo.php"

    Upload it on your server and run it through your browser

    It will display your server settings

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi,
    How do I check my server settings for limits?
    Thank you Eva

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    Yes, simply change the value in the ABVFP control panel.

    Of course, the maximum allowed size is the one set in your server settings. Currently VH has some servers set at 4, some at 8, some at 12 MB. Can't know your server limits.

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi Navaldesign,
    I have other question. In my form I have File Upload for pictures.
    Up to what size of file could be uploaded. I know that in ABVFP manual
    show 200 KB, how I can increase size? I changed number in form set up but I don’t thing that did make any difference.
    Thank you Eva

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi Navaldesign,
    Thank you very much, you are great. I am learning from you by reading all your posts.
    I just test it and it is working now.
    Thank you Eva

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    <?php
    session_start();
    $error = $_SESSION['error'];
    ?>

    Please copy / paste the code from here, your quotes in 'error' are the ones Word ads (which are not correctly interpreted by PHP)

    Leave a comment:


  • emka@verizon.net
    replied
    Re: Advanced BlueVoda Form Processor 2

    Hi,
    I am sorry tu bug you again

    In box I put <?php echo $error; ?>
    and in start of the page
    <?php
    session_start();
    $error = $_SESSION[‘error’];
    ?>

    Page show up but without inside error mesages
    Thank you Eva

    Leave a comment:


  • navaldesign
    replied
    Re: Advanced BlueVoda Form Processor 2

    You can use BV 10 to create the errorpage and only that, if you wish.

    If the error doesn't display, you have either NOT added the necessary code in the text area (initial value) OR you have not pasted the necessary code in the Start of Page.

    I can't see anything from your page, php code is not visible in the page code.

    Leave a comment:

Working...
X