Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter grell67

    (@grell67)

    Thank you again

    I added the code (above) but no change yet.

    Thread Starter grell67

    (@grell67)

    Hello and thanks for the response.

    Yes, we did add the following to the wp-config.php – does it matter where we add this on the page? (Sorry again for the ridiculous questions!)

    Damian

    /** Database charset to use in creating database tables.
    define( 'DB_CHARSET', 'utf8' );
    /* The database collate type. Don't change this if in doubt. */
    Thread Starter grell67

    (@grell67)

    Thank you for responding and apologies for not getting back before now.

    Have a look under Tools > Site Health > Info > Database to see what has been read out there.

    There must be an entry for the charset there, it is in every project for me. If you don’t have it, the question would be which WordPress version are you using?

    I did (finally!) check under Site Health > Info and saw nothing under charset – should there be something written there? If so, what and how would I be able to add something? Sorry for my lack of understanding!

    We are using the most up to date version of WordPress (6.6.1). We asked our hosting team (A2) but they were not able to help us apart from suggesting a re-install of an earlier save.

    Thanks

    Damian

    Thread Starter grell67

    (@grell67)

    Hello again,

    I wonder if anyone has any other ideas as we still have the same issue. If we do something simple like choosing a different font – would that help? We are using the default in our theme (Megaphone).

    Thanks

    Damian

    Thread Starter grell67

    (@grell67)

    Hello and thanks for the reply.

    1. We have looked at site health and it appears okay – there was no record of anything to do with charset or collation. The only thing that was highlighted was the following which we don’t think is related: A PHP session was created by a?session_start()?function call. This interferes with REST API and loopback requests. The session should be closed by?session_write_close()?before making any HTTP requests.
    2. We then added code to wp-config.php: below:
      <?php
    3. //Begin Really Simple SSL session cookie settings
    4. @ini_set(‘session.cookie_httponly’, true);
    5. @ini_set(‘session.cookie_secure’, true);
    6. @ini_set(‘session.use_only_cookies’, true);
    7. //END Really Simple SSL
    8. // BEGIN A2 CONFIG
    9. define(‘WP_CACHE’, true);
    10. define( ‘WPCACHEHOME’, ‘/home/damianf/public_html/wp-content/plugins/wp-super-cache/’ );
    11. define(‘DISALLOW_FILE_EDIT’, true);
    12. // END A2 CONFIG
    13. /** Enable W3 Total Cache Edge Mode */
    14. define(‘W3TC_EDGE_MODE’, true); // Added by W3 Total Cache
    15. // ** MySQL settings ** //
    16. // //Added by WP-Cache Manager
    17. //Added by WP-Cache Manager
    18. define(‘DISABLE_WP_CRON’, false);
    19. define(‘DB_NAME’, ‘damianf_wrdp1’); // The name of the database
    20. define(‘DB_USER’, ‘damianf_wrdp1’); // Your MySQL username
    21. define(‘DB_PASSWORD’, ‘K})eL]d.j8t&’); // …and password
    22. define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    23. /** Database charset to use in creating database tables. / define( ‘DB_CHARSET’, ‘utf8’ ); /* The database collate type. Don’t change this if in doubt. */
    24. define( ‘DB_COLLATE’, ” );
    25. define(‘SCRIPT_DEBUG’, true);
    26. We also changed settings in cpanel>Software>Select PHP version> selected –
      mysqli and mysqind
    27. From mysqind, nd_mysqli, and nd_pdo_mysql

    Neither of these helped unfortunately.

    Damian

    Thread Starter grell67

    (@grell67)

    Thanks for getting back to us.

    This page (in Portuguese) is still full of unusual characters: https://languagecaster.com/?page_id=1158

    And this post is an example of many posts that have quotation marks or accents https://languagecaster.com/football-language-to-be-at-it/

    • Example: a€?We are all looking forward to Harrogate on Saturday. We need?to be at it?and set the tempo.a€? (Gillingham boss Neil Harris before the big game: (Gillingham FC, August 2023)
    • Example: a€?Teams who come here know they will be in for a tough game and we want opponents thinking that a€“ but if they are, we have to make sure that?wea€?re on it?from the first minute.a€? (Barrow.com November 2020)
    Thread Starter grell67

    (@grell67)

    Thank you!

    Thread Starter grell67

    (@grell67)

    Hello again,

    wpFororecent topics widget

    I am sorry I am not sure how to add a screen shot here! The footer is at the end of this page:

    Damian

    Hi Antoine,

    Thank you for this and of course for the plug-in.

    Best wishes

    Damian

    Hello,

    Thank you to those who have added the files for the Women’s World Cup and of course for the plug-in itself. However, I am having trouble importing this file and receive messages such as this:

    Imported csv file should contain 18 columns (header contains 213 columns). See help page for the correct format.

    I have looked at previous csv files (e.g. 2014 World Cup) and adapted the file above to match it but I still receive the same message.

    Any help?

    Thank you

    Damian

    • This reply was modified 5 years, 6 months ago by grell67.
    Thread Starter grell67

    (@grell67)

    Thank you so much – completely forgot to check that!
    Brilliant – all working now.

    Thank you

    Damian

    Thread Starter grell67

    (@grell67)

    Thank you!

    It’s happening on my site too. Upgraded to 2.5 and can’t delete anything from the blogroll.

Viewing 13 replies - 1 through 13 (of 13 total)