• Hello,

    I’ve installed PDF Forms Filler for Contact From 7 and the Advanced Contact form 7 DB.
    In the past the file (photo) from the PDF Forms Filler was saved under /wp-content/uploads/advanced-cf7-upload.
    Everything worked fine until at least March 15, 2021
    How can I fixe this problem. I need a URL to the file in the DB and the files itself under /wp-content/uploads/advanced-cf7-upload.

    Thanks in advance!

    Patrick

Viewing 2 replies - 1 through 2 (of 2 total)
  • TimEv

    (@fantazer007)

    Hello. I have the same problem. Did you solve it somehow?

    TimEv

    (@fantazer007)

    This method does not help. Plugin author please suggest another solution

    If you haven’t already seen it, there’s a fix to this in a thread started by: Crescendo
    Subject: Uploaded files trough CF7 not working anymore in ACF7DB

    Edit the file in the below location:
    /wp-content/plugins/advanced-cf7-db/includes/vsz-cf7-db-function.php

    Add the below to Line 132:
    if (gettype($v) == ‘array’) {$v = reset($v);}

    So lines Lines 131, 132 and 133 should be:
    //Get file name
    if (gettype($v) == ‘array’) { $v = reset($v); }
    $file_name = basename($v);

    • This reply was modified 3 years, 6 months ago by TimEv.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘This plugin and PDF Forms Filler for Contact From 7 – No File-URL in the DB…’ is closed to new replies.