Viewing 15 replies - 1 through 15 (of 24 total)
  • I have got the same problem. The forms work on the website but it does not appear in the admin.

    solved there is an minor upgrade available.

    Baikare Sandip

    (@baikaresandeep007-1)

    Yes I am also facing that problem since 2 days ago. The form entries and forms are not showing in the admin, but it is showing in the database

    Baikare Sandip

    (@baikaresandeep007-1)

    It works for me!
    The class variable are not public in these three files, class-forms-list.php, class-entries-list.php and class-entries-detail.php located in the plugins >includes directory. Do the variable “public” in the class so it’ll work perfectly.

    Yes, I lost the ability to update and existing form after updated to WP 4.2.1. The form renders fine on the website.

    I tried to update Visual Form Builder Pro by clicking VFBP box on plugin page and selecting “update” in Bulk Actions. I got this error message:

    “An error occurred while updating Visual Form Builder Pro: Download failed. Not Found”

    Any ideas on what to do to fix this.

    Thanks!

    Can you let me know where should we add the “public” on the file to fix the issue.

    I am unable to Update the plug in as well. I click on Update, but nothing happens. All of my other plug ins are able to be updated without any difficulty. Anyone have any suggestions?

    Looks like a common issue and it’s not be addressed here. I will start a new thread.

    Baikare Sandip

    (@baikaresandeep007-1)

    Hi Sony Merlin,
    I was using the 4.2 version of Visual Form Builder, I have not updated the plugin, I just updated the my wordpress. Just find the above three files in plugins include directory and do change in the immidiate class.
    So it’ll show the entries in the admin.

    Like:

    class VisualFormBuilder_Pro_Entries_List extends WP_List_Table {
    
    	public $errors;
    	public $field_table_name;
    	public $form_table_name;
    	public $entries_table_name;
    }

    just I have added sample code for one file, do same in three files.

    And in the new plugin all table names has been changed by the Visual Form Builder, So make sure the table names are same in database and in the plugin files.

    Hello. I am not having the pro version.
    Form shows fine in front-end but when submitted nothings is listed in entries plus no confirmation appears or send to subscribers.
    WP 4.2.2. This started recently. Is there a solid solution or must we remove the plugin?

    https://agreekadventure.com/register-your-business/

    Hey someone from Visual Form Builder… Will you reply?
    Still we are having issues with the form. Entries do not display.

    @Baikare Sandip:

    Works like a charm!!!…. Thanks alot mate, you saved my day ??

    I have the same issue, no forms or entries are being displayed. I have a pro version of plugin which I purchased few years ago and I’ve sent a support request but still no answer from the dev after 23 days…

    VFB dev where are you? Don’t disappoint me after so many years!

    Hello everyone

    Is there any feedback from the developer on this? Updating to WP 4.2 breaks all of my current form.

    Do I need to update Visual Form Builder first and then WordPress as it seems to break the other way?

    I’d like to clarify @Baikare Sandip’s post for the non-pro users out there.

    There are three files to update. In each case, this block of code needs to be copied & pasted:

    public $errors;
    public $field_table_name;
    public $form_table_name;
    public $entries_table_name;

    1. wp-content/plugins/visual-form-builder/includes/class-entries-detail.php
    Follow the before/after photos which explain where to put each block of code.

    Before: https://i.imgur.com/houHIhu.png
    After: https://i.imgur.com/iQoc2s2.png

    2. wp-content/plugins/visual-form-builder/includes/class-entries-list.php
    Follow the before/after photos which explain where to put each block of code.

    Before: https://i.imgur.com/0FDMZJ9.png
    After: https://i.imgur.com/wju4ei2.png

    3. wp-content/plugins/visual-form-builder/includes/class-forms-list.php
    Follow the before/after photos which explain where to put each block of code.

    Before: https://i.imgur.com/ChxIrPO.png
    After: https://i.imgur.com/NpWuSMv.png

    Making these changes will bring back the missing views.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘admin problem after update wordpress to 4.2’ is closed to new replies.