• Resolved jmcconocha

    (@jmcconocha)


    Hi,
    I’ve been unable to backup to Dropbox since I first installed this plugin. It would always give me a permissions error writing to C:\….\Dropbox_Backup. The folder was there and permissions were fine. Local backup worked so I just used that.

    Today I decided to revisit the issue. When there was no joy trying to adjust permissions again, I went ahead and upgraded the plugin to the most current version, 1.5.1.

    Now I can not backup locally either.

    When I try Dropbox or Local backup I now get this:
    function (divId) { var r = new Array(); var duplicateFound = false; o:for(var i = 0, n = this.length; i < n; i++) { if(trim(this[i])!==””) { var valone=trim(this[i]); if(divId !== “verifyEmail”) { for(var x = 0, y = r.length; x < y; x++) { var valnext = trim(r[x]); var temp = valnext.toLowerCase(); if(temp.match(‘(script).*(/script)’)) { valnext = temp.replace(//g,’>’); } if(valone.toUpperCase() === valnext.toUpperCase()) { duplicateFound=true; continue o; } } } if(divId === “verifyEmail”) { if(!emailFormatCheck(valone)) { alert(Resource.getRealTrimmedValue(“zc_js_enter_valid_email”)); return false; } else if(senderYahooDomainCheck(valone)) { $(“#verifyEmailError”).show(); $(“#verifyEmail”).addClass(“left redfield”); return false; } } else if(divId === “BulkContactText”) { //email Validation if(!emailPatternCheck(valone,”Contact Email”)) { alert(Resource.getRealTrimmedValue(“zc_js_enter_valid_email”)); return false; } } else if(divId === “contactBulkText”) { if(!emailPatternCheck(valone,”Contact Email”)) { $(“#contactBulkText”).addClass(“redfield”); $(“#error_noEmail”).html(Resource.getRealTrimmedValue(“zc_js_enter_valid_email”)); return false; } } else if(divId === “campaignBulkContact”) { if(!emailPatternCheck(valone,”Contact Email”)) { $(“#campaignBulkContact”).addClass(“redfield”); $(“#error_noEmail”).html(Resource.getRealTrimmedValue(“zc_js_enter_valid_email”)); return false; } } else if(divId === “picklistText”) { if(valone.length >100) { alert(Resource.getRealValue(“zc_js_pick_list_length_not_greater_$1”,’100′)); return false; } } r[r.length] = valone; } } var totalLength = r.length; if(duplicateFound) { //just an info to the user regarding the duplicate entries. alert(Resource.getRealTrimmedValue(“zc_js_duplicate_entries_found”)); } if(totalLength > 20 && divId !== “picklistText” && divId!==”CFpicklistText” && divId !== “contactBulkText” && divId !== “campaignBulkContact”) { alert(Resource.getRealTrimmedValue(“zc_js_number_of_contacts_not_greater_than”)); return false; } else if(totalLength > 20 && divId === “contactBulkText”) { $(“#contactBulkText”).addClass(“redfield”); $(“#error_noEmail”).html(Resource.getRealTrimmedValue(“zc_js_number_of_contacts_not_greater_than”)); return false; } else if(totalLength > 20 && divId === “campaignBulkContact”) { $(“#campaignBulkContact”).addClass(“redfield”); $(“#error_noEmail”).html(Resource.getRealTrimmedValue(“zc_js_number_of_contacts_not_greater_than”)); return false; } else if(totalLength > 150 && (divId ===”picklistText” || divId===”CFpicklistText”)) { alert(Resource.getRealValue(“zc_js_cannot_add_more_$1_items_to_pick_list”,’150′)); return false; } else if(totalLength > 5 && divId ===”verifyEmail”) { $(“#verifyEmailError”).html(Resource.getRealValue(“zc_js_cannot_verify_more_than_$1_sender_email_addresses”,’5′)).show().fadeOut(7500); return false; } return r; }
    2017-01-20 22:27:57 Database Dump was successfully created ( 1.76 Mb) : C:\Users\ngage.works_NEW-SITE\ngage.com_NEW\ngage.com_NEW\wp-ngage/wp-content/Dropbox_Backup/mysqldump.sql

    It creates the SQL dump just fine and writes the file then seems to blow up.

    Doing the update has removed my ability to backup at all.

    Does anyone have a clue from looking at the output above as to just what might be going wrong?

    Thanks in advance,
    Jeff

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author backup-dropbox

    (@backup-dropbox)

    Hello Jeff,

    First:
    This couple of code, which you sent here – is NOT from our plugin.

    Second:
    Please, remove your personal information from WordPress open forum. It’s NOT secure to post such code there.

    Your opened ticket was responded in our support ticket-system.

    Best Regards,
    Backup & Restore Dropbox Support Team

    Thread Starter jmcconocha

    (@jmcconocha)

    Wow! Sorry… How do I delete a topic in your forum?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not backup to Dropbox and now not Local either’ is closed to new replies.