Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter Lapenna

    (@cerosso)

    Salve Steven grazie della sua disponibilità sono riuscita a risolvere seguendo questo link: https://andrea-m.me/come-rimuovere-w3-total-cache/
    mi ha anche aiutato https://www.bing.com/search chat
    FINALMENTE è stata dura considerando che non conosco i linguaggi informatici.
    piuttosto è possibile eliminare tutta la messaggistica con i codici ?
    grazie

    Thread Starter Lapenna

    (@cerosso)

    il file wp-config.php IN ORIGINE ERA COSI’:

    <?php
    

    <?php
    /** Enable W3 Total Cache */
    define(‘WP_CACHE’, true); // Added by W3 Total Cache

    define(‘COOKIE_DOMAIN’, false); // Added by W3 Total Cache
    define(‘FS_METHOD’, ‘direct’);
    define(‘FORCE_SSL_ADMIN’, true );
    define( ‘SCRIPT_DEBUG’, true );
    /**

    HO TOLTO LA VOCE :// Added by W3 Total Cache
    E SOSTITUITO CON :

    /**
    define('WP_CACHE', true);
    define('WP_TEMP_DIR', dirname(__file__). '/wp-content/temp/');
    define('COOKIE_DOMAIN', false);
    define('FS_METHOD', 'direct');
    define('FORCE_SSL_ADMIN', true );
    define( 'SCRIPT_DEBUG', true );
    /**

    * The base configuration for WordPress
    *
    * The wp-config.php creation script uses this file during the
    * installation. You don’t have to use the web site, you can
    * copy this file to “wp-config.php” and fill in the values.
    *
    * This file contains the following configurations:
    *
    * * MySQL settings
    * * Secret keys
    * * Database table prefix
    * * ABSPATH
    *
    * @link https://codex.www.ads-software.com/Editing_wp-config.php
    *
    * @package WordPress
    */
    // ** MySQL settings ** //
    /** The name of the database for WordPress */
    define( ‘DB_NAME’, ‘dbsXXXXXXXXX’ );
    /** MySQL database username */
    define( ‘DB_USER’, ‘dbuXXXXXXXX’ );
    /** MySQL database password */
    define( ‘DB_PASSWORD’, ‘eccofatto.click’ );
    /** MySQL hostname */
    define( ‘DB_HOST’, ‘dbXXXXXXXXXX.hosting-data.io’ );
    /** Database Charset to use in creating database tables. */
    define( ‘DB_CHARSET’, ‘utf8’ );
    /** The Database Collate type. Don’t change this if in doubt. */
    define( ‘DB_COLLATE’, ” );
    /**
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ’93w}fzXUfg^&M3m|uG+1k!NRM[75&&fcJ/UyS-6jXx5/|mAG&-L-b4w]e{.i-2%Q’);
    define(‘SECURE_AUTH_KEY’, ‘^-qU,fN&+3B5Ptk(*Vw)E|FOMi!>B|^-})-{mKg0WJ.e-U/;D-UG2du,G@&)’);
    define(‘LOGGED_IN_KEY’, ‘aE;16GcbceUp7{]2,c*Z@O(9/Ev6h4[>|EQ.`e1Dp0e&|;.Ms@yy&TWO}_~&6VR ‘);
    define(‘NONCE_KEY’, ‘iu0J}+2rxJ-%_%2Qt|je56e%,0H#K]p-Q.!+4+}u$}3ki{XmBmc%~-60[6]j4M’);
    define(‘AUTH_SALT’, ‘0BL1m)).L`bW9n|sF,qMy7n%p^fN:b5jUIAnZz-U~_a?JY7+)_]~R7h!^W)75b(0’);
    define(‘SECURE_AUTH_SALT’, ‘9u=e@C_Y}#FVhlYcfwSgIknE;!zvu*[2n7LU ~*xO(BlLad=)1U::cYSa@d[fXK6’);
    define(‘LOGGED_IN_SALT’, ‘wJ*x[%(iu[^{==jeIr>?Wm$n.;nU|9[V//_n=Gcqe&XS,M<[-h6+Eb!a|i-I{-EM’);
    define(‘NONCE_SALT’, ‘)rX3$YgE}TTgP_ @6HEkMGPl%VpzbT@;-DuAcWI||$8!4C0=ly,XxNl?;{ZS,8L_’);
    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each
    * a unique prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘oGrljIUd’;
    /* That’s all, stop editing! Happy blogging. */
    /** Absolute path to the WordPress directory. */
    if ( ! defined( ‘ABSPATH’ ) )
    define( ‘ABSPATH’, dirname( __FILE__ ) . ‘/’ );
    /** Sets up WordPress vars and included files. */
    require_once ABSPATH . ‘wp-settings.php’;

    define( ‘WP_DEBUG’, true );`

    iN FONDO HO AGGIUNTO SOTTO LA RIGA

    $table_prefix = 'oGrljIUd';
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_Log', True );
    define( 'WP_DEBUG_DISPLAY', true );
    /* That's all, stop editing! Happy blogging. */
    /** Absolute path to the WordPress directory. */
    if ( ! defined( 'ABSPATH' ) )
    define( 'ABSPATH', dirname( __FILE__ ) . '/' );
    /** Sets up WordPress vars and included files. */
    require_once ABSPATH . 'wp-settings.php';

    E TOLTA L’ULTIMA RIGA
    define( ‘WP_DEBUG’, true );`

    Thread Starter Lapenna

    (@cerosso)

    L’ho eliminato ma non si è ricreato il file log. Ho fatto una modifica al file wp-config.php Quando ho provato ad accedere di nuovo al login di wordpress e la password all’accesso si è creata una schermata `

    Errore irreversibile: errore non rilevato: chiamata alla funzione non definita wp_kses() in /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-content/db.php:28 Traccia dello stack: #0 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-includes/load.php(570): require_once() #1 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-settings.php(124): require_wp_db() #2 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-config.php(74): require_once(‘/homepages/4/d9…’) #3 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-load.php(50): require_once(‘/homepages/4/d9…’) #4 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-admin/admin.php(34): require_once(‘/homepages/4/d9…’) #5 /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-admin/plugins.php(10): require_once(‘/homepages/4/d9…’) #6 {principale} Inserito /homepages/4/d959348212/htdocs/clickandbuilds/eccofattoclick/wp-content/db.php on line 28`
    sulla finestra d’accesso.
    Lei cosa ne pensa?

    Thread Starter Lapenna

    (@cerosso)

    ok provo a fare quella operazione poi le so dire

    Thread Starter Lapenna

    (@cerosso)

    Salve Steven ho disattivato i plugin dal database ma non funziona Del Plugin W3Cache non c’è traccia

    Thread Starter Lapenna

    (@cerosso)

    Salve ho provato tutti i plugin ma non sembra non siano quelli

    Thread Starter Lapenna

    (@cerosso)

    Come posso passare a (Venti*)se non riesco ad accedere alla bacheca

    Thread Starter Lapenna

    (@cerosso)

    ho controllato ma tra i miei plugin non c’è https://www.ads-software.com/plugins/wpsso/ ho di nuovo controllato il file debug che riscrivo qui :

    [06-Jan-2022 22:26:28 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 8.966 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [07-Jan-2022 10:04:51 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 2.147 secs for https://www.altroconsumo.it/-/media/altroconsumo/images/home/alimentazione/fare-la-spesa/news/biodegradabili.png?la=it-it&mw=960&hash=E2B9465F84FBCE97467BF3E90AF880381A3B61E1 (longer than recommended max of 1.500 secs).
    [07-Jan-2022 10:04:51 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 9.541 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [08-Jan-2022 15:50:33 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 3.809 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:37 UTC] SucomCache::get error: Error removing cache file /homepages/43/d738173677/htdocs/clickandbuilds/prova/wp-content/cache/wpsso/b839e35c778fca4964168e57d9390d3c.jpg.
    [09-Jan-2022 17:41:43 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 5.893 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:43 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 6.260 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:45 UTC] SucomCache::get error: Error removing cache file /homepages/43/d738173677/htdocs/clickandbuilds/prova/wp-content/cache/wpsso/d3d8e5ca942862b041bdb7e040131853.jpg.

    ho cambiato il piano Hosting e il file prova non piu’ attivo da un errore 404

    Thread Starter Lapenna

    (@cerosso)

    no non ho installato ImageMagick e debug.log è nella cartella wp-content di eccofatto.click

    • This reply was modified 1 year, 6 months ago by Lapenna.
    Thread Starter Lapenna

    (@cerosso)

    loro mi hanno detto che è un problema di wordpress

    Thread Starter Lapenna

    (@cerosso)

    l’hosting che ho è 1&1 Hosting Business
    Memoria
    288 MB di 2 GB utilizzato
    il sito naviga abbastanza bene, ma questo cosa c’entra con in fatto che non riesco ad entrare nella mia bacheca

    • This reply was modified 1 year, 6 months ago by Lapenna.
    Thread Starter Lapenna

    (@cerosso)

    salve io ho trovato questo:

    [06-Jan-2022 22:26:28 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 8.966 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [07-Jan-2022 10:04:51 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 2.147 secs for https://www.altroconsumo.it/-/media/altroconsumo/images/home/alimentazione/fare-la-spesa/news/biodegradabili.png?la=it-it&mw=960&hash=E2B9465F84FBCE97467BF3E90AF880381A3B61E1 (longer than recommended max of 1.500 secs).
    [07-Jan-2022 10:04:51 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 9.541 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [08-Jan-2022 15:50:33 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 3.809 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:37 UTC] SucomCache::get error: Error removing cache file /homepages/43/d738173677/htdocs/clickandbuilds/prova/wp-content/cache/wpsso/b839e35c778fca4964168e57d9390d3c.jpg.
    [09-Jan-2022 17:41:43 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 5.893 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:43 UTC] WpssoUtil::get_image_url_info warning: Slow PHP function detected - getimagesize() took 6.260 secs for https://eccofatto.click/wp-content/uploads/2021/09/Native1-500x243.jpg (longer than recommended max of 1.500 secs).
    [09-Jan-2022 17:41:45 UTC] SucomCache::get error: Error removing cache file /homepages/43/d738173677/htdocs/clickandbuilds/prova/wp-content/cache/wpsso/d3d8e5ca942862b041bdb7e040131853.jpg.
    Thread Starter Lapenna

    (@cerosso)

    Che file devo quardare ? non sono pratica?

    Thread Starter Lapenna

    (@cerosso)

    Buona sera ho fatto le procedure che lei mi ha suggerito , ma non è servito a niente l’errore è sempre quello .
    Posso inviarle il file wp.config.php per controllare se va bene?

    Thread Starter Lapenna

    (@cerosso)

    tra l’altro vedo il mio sito sul Web ma non riesco ad entrare con la login di wordpress

Viewing 15 replies - 1 through 15 (of 22 total)