File: /home/mykopera/adhakoop.mykoperasi.coop/dup-installer/dup-installer-notices__35e9bf8-18084445.json
{
"globalData": {
"uniqueCountId": 0
},
"nextStep": [],
"finalReport": {
"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-1758946795-0436\" >wp-config.php changes<\/span>\n <div id=\"dup-html-id-3-1758946795-0436\" 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\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', '**OBSCURED**' );\n\/** Database username *\/\ndefine( 'DB_USER', '**OBSCURED**' );\n\/** Database password *\/\ndefine( 'DB_PASSWORD', '**OBSCURED**' );\n\/** Database hostname *\/\ndefine( 'DB_HOST', '**OBSCURED**' );\n\/** Database charset to use in creating database tables. *\/\ndefine( 'DB_CHARSET', 'utf8mb4' );\n\/** The database collate type. Don't change this if in doubt. *\/\ndefine( 'DB_COLLATE', '' );\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 * 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 * 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\/* Add any custom values between this line and the "stop editing" line. *\/\n\/* That's all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( 'ABSPATH' ) ) {\n\tdefine( 'ABSPATH', __DIR__ . '\/' );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . 'wp-settings.php';<\/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\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( 'DB_NAME', '**OBSCURED**' );\n\/** Database username *\/\ndefine( 'DB_USER', '**OBSCURED**' );\n\/** Database password *\/\ndefine( 'DB_PASSWORD', '**OBSCURED**' );\n\/** Database hostname *\/\ndefine( 'DB_HOST', '**OBSCURED**' );\n\/** Database charset to use in creating database tables. *\/\ndefine( 'DB_CHARSET', 'utf8mb4' );\n\/** The database collate type. Don't change this if in doubt. *\/\ndefine( 'DB_COLLATE', '' );\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 * 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 * 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\/* Add any custom values between this line and the "stop editing" line. *\/\n\/* That's all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( 'ABSPATH' ) ) {\n\tdefine( 'ABSPATH', __DIR__ . '\/' );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . 'wp-settings.php';<\/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"
},
"htaccess-changes": {
"shortMsg": "htaccess changes",
"level": 0,
"longMsg": " <span class=\"link-style dup-ligthbox-link\" data-dup-ligthbox=\"dup-html-id-4-1758946795-0437\" >.htaccess changes<\/span>\n <div id=\"dup-html-id-4-1758946795-0437\" 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># BEGIN LSCACHE\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\n<IfModule LiteSpeed>\n\tRewriteEngine on\n\tCacheLookup on\n\tRewriteRule .* - [E=Cache-Control:no-autoflush]\n\tRewriteRule litespeed\/debug\/.*\\.log$ - [F,L]\n\tRewriteRule \\.litespeed_conf\\.dat - [F,L]\n\t\n### marker ASYNC start ###\n\tRewriteCond %{REQUEST_URI} \/wp-admin\/admin-ajax\\.php\n\tRewriteCond %{QUERY_STRING} action=async_litespeed\n\tRewriteRule .* - [E=noabort:1]\n### marker ASYNC end ###\n\t\n### marker CACHE RESOURCE start ###\n\tRewriteRule wp-content\/.*\/[^\/]*(responsive|css|js|dynamic|loader|fonts)\\.php - [E=cache-control:max-age=3600]\n### marker CACHE RESOURCE end ###\n\t\n### marker DROPQS start ###\n\tCacheKeyModify -qs:fbclid\n\tCacheKeyModify -qs:gclid\n\tCacheKeyModify -qs:utm*\n\tCacheKeyModify -qs:_ga\n### marker DROPQS end ###\n\t\n<\/IfModule>\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\n# END LSCACHE\n# BEGIN NON_LSCACHE\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\n### marker BROWSER CACHE start ###\n<IfModule mod_expires.c>\n\tExpiresActive on\n\tExpiresByType application\/pdf A31557600\n\tExpiresByType image\/x-icon A31557600\n\tExpiresByType image\/vnd.microsoft.icon A31557600\n\tExpiresByType image\/svg+xml A31557600\n\t\n\tExpiresByType image\/jpg A31557600\n\tExpiresByType image\/jpeg A31557600\n\tExpiresByType image\/png A31557600\n\tExpiresByType image\/gif A31557600\n\tExpiresByType image\/webp A31557600\n\t\n\tExpiresByType video\/ogg A31557600\n\tExpiresByType audio\/ogg A31557600\n\tExpiresByType video\/mp4 A31557600\n\tExpiresByType video\/webm A31557600\n\t\n\tExpiresByType text\/css A31557600\n\tExpiresByType text\/javascript A31557600\n\tExpiresByType application\/javascript A31557600\n\tExpiresByType application\/x-javascript A31557600\n\t\n\tExpiresByType application\/x-font-ttf A31557600\n\tExpiresByType application\/x-font-woff A31557600\n\tExpiresByType application\/font-woff A31557600\n\tExpiresByType application\/font-woff2 A31557600\n\tExpiresByType application\/vnd.ms-fontobject A31557600\n\tExpiresByType font\/ttf A31557600\n\tExpiresByType font\/otf A31557600\n\tExpiresByType font\/woff A31557600\n\tExpiresByType font\/woff2 A31557600\n\t\n<\/IfModule>\n### marker BROWSER CACHE end ###\n\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\n# END NON_LSCACHE\n\n# BEGIN WordPress\n# The directives (lines) between "BEGIN WordPress" and "END WordPress" are\n# dynamically generated, and should only be modified via WordPress filters.\n# Any changes to the directives between these markers will be overwritten.\n\n# END WordPress<\/pre><\/div><div class=\"col col-2\"><b>New .htaccess<\/b><pre># This file was updated by Duplicator on 2025-09-27 04:19:54.\n# See the original_files_ folder for the original source_site_htaccess file.\n# BEGIN WordPress\n# The directives (lines) between `BEGIN WordPress` and `END WordPress` are\n# dynamically generated, and should only be modified via WordPress filters.\n# Any changes to the directives between these markers will be overwritten.\n\n# END WordPress<\/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"
},
"wptest_notice_index_php": {
"shortMsg": "Warnings or notices on WordPress front-end tests!",
"level": 1,
"longMsg": "SCRIPT FILE TEST: \/home\/mykopera\/adhakoop.mykoperasi.coop\/index.php\n\nE_WARNING unlink(\/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/wflogs\/template.0094124001758946804.tmp): No such file or directory\n\tFILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2245]\n\t--- TRACE ---\n\tFUNCTION: call_user_func_array FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[259]\n\tCLASS___: WPForms\\ErrorHandler->fallback_error_handlerFILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[241]\n\tCLASS___: WPForms\\ErrorHandler->error_handlerFILE: [-1]\n\tFUNCTION: unlink FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2245]\n\tCLASS___: wordfence::veryFirstAction FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-includes\/class-wp-hook.php[324]\n\tCLASS___: WP_Hook->apply_filters FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-includes\/class-wp-hook.php[348]\n\tCLASS___: WP_Hook->do_action FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-includes\/plugin.php[517]\n\tFUNCTION: do_action FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-settings.php[578]\n\tFUNCTION: require_once FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-config.php[80]\n\tFUNCTION: require_once FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-load.php[50]\n\tFUNCTION: require_once FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-blog-header.php[13]\n\tFUNCTION: require FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/index.php[17]\n\tFUNCTION: require_once FILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/wp_test_script_cb1c09b-18084445.php[117]\n\n-----\n\nFor solutions to these issues see the online FAQs \nhttps:\/\/duplicator.com\/knowledge-base\/ \n\nE_WARNING unlink(\/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/wflogs\/template.0094124001758946804.tmp): No such file or directory\n\tFILE: \/home\/mykopera\/adhakoop.mykoperasi.coop\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2266]\n\t--- TRACE ---\n\tCLASS___: Duplicator\\Installer\\Utils\\Tests\\WP\\TestsErrorHandler::shutdownFILE: [-1]\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"
}
}
}