PATH:
root
/
ROOT-TESTdup-installer
{ "globalData": { "uniqueCountId": 0 }, "nextStep": [], "finalReport": { "wptest_fatal_error_wp_login_php": { "shortMsg": "Fatal error on WordPress login tests!", "level": 5, "longMsg": "SCRIPT FILE TEST: \/\/wp-login.php\n\nEXCEPTION test script file \/\/wp-login.php doesn't exist\n\tFILE: \/wp-content\/wp_test_script_c4e5620-18090209.php[119]\n\t--- TRACE ---\n\n-----\n\nFor solutions to these issues see the online FAQs \nhttps:\/\/duplicator.com\/knowledge-base\/ \n\n", "sections": [ "general" ], "faqLink": null, "priority": 10, "open": false, "longMsgMode": "pre" }, "wptest_fatal_error_index_php": { "shortMsg": "Fatal error on WordPress front-end tests!", "level": 4, "longMsg": "SCRIPT FILE TEST: \/index.php\n\nEXCEPTION test script file \/index.php doesn't exist\n\tFILE: \/wp-content\/wp_test_script_c4e5620-18090209.php[119]\n\t--- TRACE ---\n\n-----\n\nFor solutions to these issues see the online FAQs \nhttps:\/\/duplicator.com\/knowledge-base\/ \n\n", "sections": [ "general" ], "faqLink": null, "priority": 10, "open": false, "longMsgMode": "pre" }, "htaccess-changes": { "shortMsg": "htaccess changes", "level": 0, "longMsg": " <span class=\"link-style dup-ligthbox-link\" data-dup-ligthbox=\"dup-html-id-4-1689679674-6623\" >.htaccess changes<\/span>\n <div id=\"dup-html-id-4-1689679674-6623\" class=\"dub-ligthbox-content close\">\n <div class=\"wrapper\" >\n <h2 class=\"title\" >HTACCESS COMPARE<\/h2>\n <div class=\"content\" ><div class=\"row-cols-2\"><div class=\"col col-1\"><b>Original .htaccess<\/b><pre>:Location \/*.php\nUse php74\n:Location\n# BEGIN WordPress\n# Dyrektywy zawarte mi\u0119dzy "BEGIN WordPress" oraz "END WordPress"\n# s\u0105 generowane dynamicznie i powinny by\u0107 modyfikowane tylko za pomoc\u0105\n# filtr\u00f3w WordPressa. Zmiany dokonane bezpo\u015brednio tutaj b\u0119d\u0105 nadpisywane.\n<IfModule mod_rewrite.c>\nRewriteEngine On\nRewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\nRewriteBase \/joga\/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/joga\/index.php [L]\n<\/IfModule>\n\n# END WordPress<\/pre><\/div><div class=\"col col-2\"><b>New .htaccess<\/b><pre><\/pre><\/div><\/div><\/div> <button class=\"close-button\" title=\"Close\" ><i class=\"fa fa-2x fa-times\"><\/i><\/button>\n <\/div>\n <\/div>\n ", "sections": [ "changes" ], "faqLink": null, "priority": 10, "open": true, "longMsgMode": "html" }, "wp-config-changes": { "shortMsg": "wp-config.php changes", "level": 0, "longMsg": " <span class=\"link-style dup-ligthbox-link\" data-dup-ligthbox=\"dup-html-id-3-1689679674-6621\" >wp-config.php changes<\/span>\n <div id=\"dup-html-id-3-1689679674-6621\" class=\"dub-ligthbox-content close\">\n <div class=\"wrapper\" >\n <h2 class=\"title\" >WP-CONFIG.PHP COMPARE<\/h2>\n <div class=\"content\" ><div class=\"row-cols-2\"><div class=\"col col-1\"><b>Original wp-config.php<\/b><pre><?php\n\/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the installation.\n * You don't have to use the web site, you can copy this file to "wp-config.php"\n * and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * Database settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/documentation\/article\/editing-wp-config-php\/\n *\n * @package WordPress\n *\/\n\n\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', '**OBSCURED**' );\n\n\/** Database username *\/\ndefine( 'DB_USER', '**OBSCURED**' );\n\n\/** Database password *\/\ndefine( 'DB_PASSWORD', '**OBSCURED**' );\n\n\/** Database hostname *\/\ndefine( 'DB_HOST', '**OBSCURED**' );\n\n\/** Database charset to use in creating database tables. *\/\ndefine( 'DB_CHARSET', 'utf8mb4' );\n\n\/** The database collate type. Don't change this if in doubt. *\/\ndefine( 'DB_COLLATE', '' );\n\n\/**#@+\n * Authentication unique keys and salts.\n *\n * Change these to different unique phrases! You can generate these using\n * the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.\n *\n * You can change these at any point in time to invalidate all existing cookies.\n * This will force all users to have to log in again.\n *\n * @since 2.6.0\n *\/\ndefine( 'AUTH_KEY', '**OBSCURED**' );\ndefine( 'SECURE_AUTH_KEY', '**OBSCURED**' );\ndefine( 'LOGGED_IN_KEY', '**OBSCURED**' );\ndefine( 'NONCE_KEY', '**OBSCURED**' );\ndefine( 'AUTH_SALT', '**OBSCURED**' );\ndefine( 'SECURE_AUTH_SALT', '**OBSCURED**' );\ndefine( 'LOGGED_IN_SALT', '**OBSCURED**' );\ndefine( 'NONCE_SALT', '**OBSCURED**' );\n\n\/**#@-*\/\n\n\/**\n * WordPress database table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n *\/\n$table_prefix = 'wp_';\n\n\/**\n * For developers: WordPress debugging mode.\n *\n * Change this to true to enable the display of notices during development.\n * It is strongly recommended that plugin and theme developers use WP_DEBUG\n * in their development environments.\n *\n * For information on other constants that can be used for debugging,\n * visit the documentation.\n *\n * @link https:\/\/wordpress.org\/documentation\/article\/debugging-in-wordpress\/\n *\/\ndefine( 'WP_DEBUG', false );\n\n\/* Add any custom values between this line and the "stop editing" line. *\/\n\n\n\n\/* That's all, stop editing! Happy publishing. *\/\n\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( 'ABSPATH' ) ) {\n\tdefine( 'ABSPATH', __DIR__ . '\/' );\n}\n\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . 'wp-settings.php';\n<\/pre><\/div><div class=\"col col-2\"><b>New wp-config.php<\/b><pre><?php\n\/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the installation.\n * You don't have to use the web site, you can copy this file to "wp-config.php"\n * and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * Database settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/documentation\/article\/editing-wp-config-php\/\n *\n * @package WordPress\n *\/\n\n\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', '**OBSCURED**' );\n\n\/** Database username *\/\ndefine( 'DB_USER', '**OBSCURED**' );\n\n\/** Database password *\/\ndefine( 'DB_PASSWORD', '**OBSCURED**' );\n\n\/** Database hostname *\/\ndefine( 'DB_HOST', '**OBSCURED**' );\n\n\/** Database charset to use in creating database tables. *\/\ndefine( 'DB_CHARSET', 'utf8mb4' );\n\n\/** The database collate type. Don't change this if in doubt. *\/\ndefine( 'DB_COLLATE', '' );\n\n\/**#@+\n * Authentication unique keys and salts.\n *\n * Change these to different unique phrases! You can generate these using\n * the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.\n *\n * You can change these at any point in time to invalidate all existing cookies.\n * This will force all users to have to log in again.\n *\n * @since 2.6.0\n *\/\ndefine( 'AUTH_KEY', '**OBSCURED**' );\ndefine( 'SECURE_AUTH_KEY', '**OBSCURED**' );\ndefine( 'LOGGED_IN_KEY', '**OBSCURED**' );\ndefine( 'NONCE_KEY', '**OBSCURED**' );\ndefine( 'AUTH_SALT', '**OBSCURED**' );\ndefine( 'SECURE_AUTH_SALT', '**OBSCURED**' );\ndefine( 'LOGGED_IN_SALT', '**OBSCURED**' );\ndefine( 'NONCE_SALT', '**OBSCURED**' );\n\n\/**#@-*\/\n\n\/**\n * WordPress database table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n *\/\n$table_prefix = 'wp_';\n\n\/**\n * For developers: WordPress debugging mode.\n *\n * Change this to true to enable the display of notices during development.\n * It is strongly recommended that plugin and theme developers use WP_DEBUG\n * in their development environments.\n *\n * For information on other constants that can be used for debugging,\n * visit the documentation.\n *\n * @link https:\/\/wordpress.org\/documentation\/article\/debugging-in-wordpress\/\n *\/\ndefine( 'WP_DEBUG', false );\n\n\/* Add any custom values between this line and the "stop editing" line. *\/\n\n\n\ndefine( 'WP_SITEURL', 'http:\/\/root.maciej.kaczka.com\/' );\n\/* That's all, stop editing! Happy publishing. *\/\n\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( 'ABSPATH' ) ) {\n\tdefine( 'ABSPATH', dirname(__FILE__) . '\/' );\n}\n\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . 'wp-settings.php';\n<\/pre><\/div><\/div><\/div> <button class=\"close-button\" title=\"Close\" ><i class=\"fa fa-2x fa-times\"><\/i><\/button>\n <\/div>\n <\/div>\n ", "sections": [ "changes" ], "faqLink": null, "priority": 10, "open": true, "longMsgMode": "html" } } }
[+]
ctrls
[+]
original_files_61e76f7-18090209
[+]
..
[-] dup-installer-csrf__61e76f7-18090209.txt
[edit]
[+]
src
[+]
templates
[+]
vendor
[-] dup-installer-extraction__61e76f7-18090209.json
[edit]
[-] php_error__61e76f7-18090209.log
[edit]
[-] dup-database__61e76f7-18090209.sql
[edit]
[-] dup-archive__61e76f7-18090209.txt
[edit]
[+]
libs
[-] dup-installer-chunk__61e76f7-18090209.json
[edit]
[-] dup-scanned-dirs__61e76f7-18090209.txt
[edit]
[+]
classes
[-] dup-installer-log__c4e5620-18090209.txt
[edit]
[-] dup-installer-s3data__61e76f7-18090209.json
[edit]
[-] dup-installer-dbinstall__61e76f7-18090209.json
[edit]
[-] .htaccess
[edit]
[-] dup-scanned-files__61e76f7-18090209.txt
[edit]
[+]
favicon
[-] dup-scan__61e76f7-18090209.json
[edit]
[+]
assets
[-] main.installer.php
[edit]
[-] dup-installer-notices__61e76f7-18090209.json
[edit]
[+]
addons
[-] index.php
[edit]
[-] dup-params__61e76f7-18090209.json
[edit]