
PK 
{
"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-1755781274-6896\" >wp-config.php changes<\/span>\n <div id=\"dup-html-id-3-1755781274-6896\" 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\ndefine( 'WP_CACHE', true ); \/\/ WP-Optimize Cache\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 * * Localized language\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/support\/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**' );\ndefine( 'WP_CACHE_KEY_SALT', 'xSgce2SwVL~].0F4EZ)9iq*MHvM4<^N{`g4YIq+8*,yA?.}HXZuiPC)[>\/e93:J<' );\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\/* Add any custom values between this line and the "stop editing" line. *\/\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\/support\/article\/debugging-in-wordpress\/\n *\/\nif ( ! defined( 'WP_DEBUG' ) ) {\n\tdefine( 'WP_DEBUG', false );\n}\ndefine( 'WP_ENVIRONMENT_TYPE', 'local' );\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\ndefine( 'WP_CACHE', true ); \/\/ WP-Optimize Cache\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 * * Localized language\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/support\/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**' );\ndefine( 'WP_CACHE_KEY_SALT', 'xSgce2SwVL~].0F4EZ)9iq*MHvM4<^N{`g4YIq+8*,yA?.}HXZuiPC)[>\/e93:J<' );\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\/* Add any custom values between this line and the "stop editing" line. *\/\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\/support\/article\/debugging-in-wordpress\/\n *\/\nif ( ! defined( 'WP_DEBUG' ) ) {\n\tdefine( 'WP_DEBUG', false );\n}\ndefine( 'WP_ENVIRONMENT_TYPE', 'local' );\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-1755781274-6897\" >.htaccess changes<\/span>\n <div id=\"dup-html-id-4-1755781274-6897\" 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>\nRewriteEngine on\nCacheLookup on\nRewriteRule .* - [E=Cache-Control:no-autoflush]\nRewriteRule litespeed\/debug\/.*\\.log$ - [F,L]\nRewriteRule \\.litespeed_conf\\.dat - [F,L]\n\n### marker ASYNC start ###\nRewriteCond %{REQUEST_URI} \/wp-admin\/admin-ajax\\.php\nRewriteCond %{QUERY_STRING} action=async_litespeed\nRewriteRule .* - [E=noabort:1]\n### marker ASYNC end ###\n\n### marker DROPQS start ###\nCacheKeyModify -qs:fbclid\nCacheKeyModify -qs:gclid\nCacheKeyModify -qs:utm*\nCacheKeyModify -qs:_ga\n### marker DROPQS end ###\n\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## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\n# END NON_LSCACHE\n# This file was updated by Duplicator on 2025-06-06 04:24:37.\n# See the original_files_ folder for the original source_site_htaccess file.\n# BEGIN WordPress\n<IfModule mod_rewrite.c>\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n<\/IfModule>\n# END WordPress<\/pre><\/div><div class=\"col col-2\"><b>New .htaccess<\/b><pre># This file was updated by Duplicator on 2025-08-21 13:01:14.\n# See the original_files_ folder for the original source_site_htaccess file.\n# BEGIN WordPress\n<IfModule mod_rewrite.c>\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n<\/IfModule>\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\/questend\/public_html\/domains\/sinaxis.in\/index.php\n\nE_WARNING unlink(\/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/wflogs\/template.0620048001755781283.tmp): No such file or directory\n\tFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2254]\n\t--- TRACE ---\n\tFUNCTION: call_user_func_array FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[377]\n\tCLASS___: WPForms\\ErrorHandler->fallback_error_handlerFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[271]\n\tCLASS___: WPForms\\ErrorHandler->error_handlerFILE: [-1]\n\tFUNCTION: unlink FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2254]\n\tCLASS___: wordfence::veryFirstAction FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/class-wp-hook.php[324]\n\tCLASS___: WP_Hook->apply_filters FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/class-wp-hook.php[348]\n\tCLASS___: WP_Hook->do_action FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/plugin.php[517]\n\tFUNCTION: do_action FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-settings.php[578]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-config.php[86]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-load.php[50]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-blog-header.php[13]\n\tFUNCTION: require FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/index.php[17]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/wp_test_script_b93163e-24122245.php[117]\n\n-----\n\nFor solutions to these issues see the online FAQs \nhttps:\/\/duplicator.com\/knowledge-base\/ \n\nE_WARNING unlink(\/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/wflogs\/template.0620048001755781283.tmp): No such file or directory\n\tFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2275]\n\t--- TRACE ---\n\tFUNCTION: call_user_func_array FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[377]\n\tCLASS___: WPForms\\ErrorHandler->fallback_error_handlerFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[271]\n\tCLASS___: WPForms\\ErrorHandler->error_handlerFILE: [-1]\n\tFUNCTION: unlink FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wordfence\/lib\/wordfenceClass.php[2275]\n\tCLASS___: wordfence::veryFirstAction FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/class-wp-hook.php[324]\n\tCLASS___: WP_Hook->apply_filters FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/class-wp-hook.php[348]\n\tCLASS___: WP_Hook->do_action FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-includes\/plugin.php[517]\n\tFUNCTION: do_action FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-settings.php[578]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-config.php[86]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-load.php[50]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-blog-header.php[13]\n\tFUNCTION: require FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/index.php[17]\n\tFUNCTION: require_once FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/wp_test_script_b93163e-24122245.php[117]\n\n-----\n\nFor solutions to these issues see the online FAQs \nhttps:\/\/duplicator.com\/knowledge-base\/ \n\nE_NOTICE ob_end_clean(): Failed to delete buffer. No buffer to delete\n\tFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/dup-installer\/src\/Utils\/Tests\/WP\/TestsErrorHandler.php[156]\n\t--- TRACE ---\n\tFUNCTION: call_user_func_array FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[377]\n\tCLASS___: WPForms\\ErrorHandler->fallback_error_handlerFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/wpforms-lite\/src\/ErrorHandler.php[271]\n\tCLASS___: WPForms\\ErrorHandler->error_handlerFILE: [-1]\n\tFUNCTION: ob_end_clean FILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/dup-installer\/src\/Utils\/Tests\/WP\/TestsErrorHandler.php[156]\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"
},
"wptest_fatal_error_index_php": {
"shortMsg": "Fatal error on WordPress front-end tests!",
"level": 4,
"longMsg": "SCRIPT FILE TEST: \/home\/questend\/public_html\/domains\/sinaxis.in\/index.php\n\nE_ERROR Allowed memory size of 134217728 bytes exhausted (tried to allocate 36864 bytes)\n\tFILE: \/home\/questend\/public_html\/domains\/sinaxis.in\/wp-content\/plugins\/neuros-plugin\/elements\/testimonial-carousel.php[696]\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"
}
}
}


PK 99