• Resolved Thorworx

    (@thorworx-1)


    This plugin looks like exactly what I need, but does not work.

    The generated sql dump only contains the header:

    -- MySQL dump 10.13  Distrib 5.7.41, for Linux (x86_64)
    --
    -- Host: localhost    Database: _wpdb
    -- ------------------------------------------------------
    -- Server version	5.7.41-cll-lve
    
    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;
    /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
    /*!40103 SET TIME_ZONE='+00:00' */;
    /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
    /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
    /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
    /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
    

    Enabling the log seems to write the log to an encoded URL, instead of writing to a log file(?):

    wp/wp-admin/%3Cb%3EWordPress%20Version%3C/b%3E%20:%204.9.22%3Cbr%3E%20%3Cb%3EDatabase%20Version%3C/b%3E%20:%205.7.41-cll-lve%3Cbr%3E%20%3Cb%3EActive%20Theme%20Name%3C/b%3E%20:%20Theme%3Cbr%3E%20%3Cb%3ETheme%20Version%3C/b%3E%20:%201.0.0%3Cbr%3E%20%3Cb%3EPlugin%20Count%3C/b%3E%20:%2024%3Cbr%3E%20%3Cb%3EActive%20Plugins%3C/b%3E%20:%2023%20%3Cbr%3EUpload%20Database%20Backup%20on%20/home/public_html/wp/wp-content/backups

    … which results in a 404 when you click on it to view.

    Setting a local directory seems to work, but checking the “Enable .htaccess File In Storage Directory” box does absolutely nothing. No .htaccess file is created.

    Deleting the created zip deletes it from the plugin UI, but does NOT delete the file from the server.

    • This topic was modified 1 year, 8 months ago by Thorworx.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Looks good, but doesn’t work’ is closed to new replies.