PK

ADDRLIN : /home/questend/.trash/dup-installer/
FLL :
Current File : /home/questend/.trash/dup-installer/dup-installer-notices__e1bcb4d-24122245.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-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>&lt;?php\ndefine( &#039;WP_CACHE&#039;, 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&#039;t have to use the web site, you can copy this file to &quot;wp-config.php&quot;\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( &#039;DB_NAME&#039;, &#039;**OBSCURED**&#039; );\n\/** Database username *\/\ndefine( &#039;DB_USER&#039;, &#039;**OBSCURED**&#039; );\n\/** Database password *\/\ndefine( &#039;DB_PASSWORD&#039;, &#039;**OBSCURED**&#039; );\n\/** Database hostname *\/\ndefine( &#039;DB_HOST&#039;, &#039;**OBSCURED**&#039; );\n\/** Database charset to use in creating database tables. *\/\ndefine( &#039;DB_CHARSET&#039;, &#039;utf8mb4&#039; );\n\/** The database collate type. Don&#039;t change this if in doubt. *\/\ndefine( &#039;DB_COLLATE&#039;, &#039;&#039; );\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( &#039;AUTH_KEY&#039;,          &#039;**OBSCURED**&#039; );\ndefine( &#039;SECURE_AUTH_KEY&#039;,   &#039;**OBSCURED**&#039; );\ndefine( &#039;LOGGED_IN_KEY&#039;,     &#039;**OBSCURED**&#039; );\ndefine( &#039;NONCE_KEY&#039;,         &#039;**OBSCURED**&#039; );\ndefine( &#039;AUTH_SALT&#039;,         &#039;**OBSCURED**&#039; );\ndefine( &#039;SECURE_AUTH_SALT&#039;,  &#039;**OBSCURED**&#039; );\ndefine( &#039;LOGGED_IN_SALT&#039;,    &#039;**OBSCURED**&#039; );\ndefine( &#039;NONCE_SALT&#039;,        &#039;**OBSCURED**&#039; );\ndefine( &#039;WP_CACHE_KEY_SALT&#039;, &#039;xSgce2SwVL~].0F4EZ)9iq*MHvM4&lt;^N{`g4YIq+8*,yA?.}HXZuiPC)[&gt;\/e93:J&lt;&#039; );\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 = &#039;wp_&#039;;\n\/* Add any custom values between this line and the &quot;stop editing&quot; 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( &#039;WP_DEBUG&#039; ) ) {\n\tdefine( &#039;WP_DEBUG&#039;, false );\n}\ndefine( &#039;WP_ENVIRONMENT_TYPE&#039;, &#039;local&#039; );\n\/* That&#039;s all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( &#039;ABSPATH&#039; ) ) {\n\tdefine( &#039;ABSPATH&#039;, __DIR__ . &#039;\/&#039; );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . &#039;wp-settings.php&#039;;<\/pre><\/div><div class=\"col col-2\"><b>New wp-config.php<\/b><pre>&lt;?php\ndefine( &#039;WP_CACHE&#039;, 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&#039;t have to use the web site, you can copy this file to &quot;wp-config.php&quot;\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( &#039;DB_NAME&#039;, &#039;**OBSCURED**&#039; );\n\/** Database username *\/\ndefine( &#039;DB_USER&#039;, &#039;**OBSCURED**&#039; );\n\/** Database password *\/\ndefine( &#039;DB_PASSWORD&#039;, &#039;**OBSCURED**&#039; );\n\/** Database hostname *\/\ndefine( &#039;DB_HOST&#039;, &#039;**OBSCURED**&#039; );\n\/** Database charset to use in creating database tables. *\/\ndefine( &#039;DB_CHARSET&#039;, &#039;utf8mb4&#039; );\n\/** The database collate type. Don&#039;t change this if in doubt. *\/\ndefine( &#039;DB_COLLATE&#039;, &#039;&#039; );\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( &#039;AUTH_KEY&#039;,          &#039;**OBSCURED**&#039; );\ndefine( &#039;SECURE_AUTH_KEY&#039;,   &#039;**OBSCURED**&#039; );\ndefine( &#039;LOGGED_IN_KEY&#039;,     &#039;**OBSCURED**&#039; );\ndefine( &#039;NONCE_KEY&#039;,         &#039;**OBSCURED**&#039; );\ndefine( &#039;AUTH_SALT&#039;,         &#039;**OBSCURED**&#039; );\ndefine( &#039;SECURE_AUTH_SALT&#039;,  &#039;**OBSCURED**&#039; );\ndefine( &#039;LOGGED_IN_SALT&#039;,    &#039;**OBSCURED**&#039; );\ndefine( &#039;NONCE_SALT&#039;,        &#039;**OBSCURED**&#039; );\ndefine( &#039;WP_CACHE_KEY_SALT&#039;, &#039;xSgce2SwVL~].0F4EZ)9iq*MHvM4&lt;^N{`g4YIq+8*,yA?.}HXZuiPC)[&gt;\/e93:J&lt;&#039; );\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 = &#039;wp_&#039;;\n\/* Add any custom values between this line and the &quot;stop editing&quot; 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( &#039;WP_DEBUG&#039; ) ) {\n\tdefine( &#039;WP_DEBUG&#039;, false );\n}\ndefine( &#039;WP_ENVIRONMENT_TYPE&#039;, &#039;local&#039; );\n\/* That&#039;s all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( &#039;ABSPATH&#039; ) ) {\n\tdefine( &#039;ABSPATH&#039;, __DIR__ . &#039;\/&#039; );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . &#039;wp-settings.php&#039;;<\/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&lt;IfModule LiteSpeed&gt;\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&lt;\/IfModule&gt;\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&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n&lt;\/IfModule&gt;\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&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n&lt;\/IfModule&gt;\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
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home