Forum Replies Created

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

    (@cbacchini)

    I have upgraded my site to php 7.2.34, and WordPress to 5.7.
    Now everything works, except that activating WP:DEBUG these warnings are displayed:

    Warning: Cannot modify header information – headers already sent by (output started at /home/bacchi5/public_html/massnew2/wp—content/plugins/nav—menu—roles/inc/customizer.php:164) in /home/bacchi5/public_html/massnew2/wp-includes/funclions.php at line 6352

    Warning: Cannot modify header information – headers already sent by (output started at /home/bacchi5/public_html/massnew2/wp—content/plugins/nav—menu—roles/inc/customizer.php:164) in /home/bacchi5/public_html/massnew2/wp-admin/includes/misc.php line1310

    Warning: Cannot modify header information – headers already sent by (output started at /home/bacchi5/public_html/massnew2/wp—content/plugins/nav—menu—roles/inc/customizer.php:164) in /home/bacchi5/public_html/massnew2/wp-admin/customize.php at line 126

    In any case now th plugin works and also the customization.
    Thanks for your help !

    • This reply was modified 5 years, 2 months ago by cbacchini.
    Thread Starter cbacchini

    (@cbacchini)

    Thank you very much – now clicking does nothing
    Is there any other pointer event which makes it go to the next image in the gallery ?

    Thread Starter cbacchini

    (@cbacchini)

    It seems the problem was related to a THEME (sixteen), for which I had not installed the upgraded version.
    I have installed it, verified problems of upgrading and the user_max_connections error does not appear anymore.
    So everything OK now and thanks you for your help!

    Thread Starter cbacchini

    (@cbacchini)

    OK I’m following your suggestions, let’s see what happens

    Thread Starter cbacchini

    (@cbacchini)

    I have the problem using Windows 10 and Chrome / firefox / edge / opera around the 3rd time I click on the link towards the 2nd page.
    Also the same problem with android / chrome / firefox even before clicking for the 3rd time.
    Same problem with an Iphone and Safari.
    The problems appears randomly, for example now using Opera mini on android I can’t reproduce it.
    I made a video of the problem appearing on Firefox and uploaded it to Youtube here

    Thread Starter cbacchini

    (@cbacchini)

    I have updated the PHP version to 7.21 in my test site elenatest.bacchini.net.
    You can see the same error in the page
    https://elenatest.bacchini.net/gallery/nggallery/elenas-photo-album/externship-pagosa-springs-2012
    I obtained it by clicking on the link towards the 2nd page and back to the 1st, after 5 or 6 attemps. However, another user had the error happen the first time he entered the page.

    Warning: mysqli_real_connect(): (HY000/1203): User bacchi5_etest already has more than ‘max_user_connections’ active connections in /home/bacchi5/public_html/elenatest/wp-includes/wp-db.php on line 1612
    Now the settings page reports as follows
    ——————————
    Server Settings

    Operating System : Linux (64 Bit)
    Server : Apache
    Memory usage : 35.8 MByte
    MYSQL Version : 10.2.11-MariaDB-log
    SQL Mode : NO_ENGINE_SUBSTITUTION
    PHP Version : 7.2.13
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 512
    PHP Max Upload Size : 128M
    PHP Max Post Size : 128M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 14400s
    PHP Exif support : Yes (V7.2.)
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : bundled (2.1.0 compatible)
    FreeType Support : Yes
    FreeType Linkage : with freetype
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : Yes
    XBM Support : Yes
    WebP Support : No
    BMP Support : Yes
    JIS-mapped Japanese Font Support : No

    I have a site using nextgen gallery and from time to time i get a white screen error with the text I include below.
    The site where the error shows is elenabacchini.com. My provider is InMotion.com.
    I had the error with wordpress 4.x and the problem appeared only when passing from a page of the thumbnails to the next, so I upgraded to 5.2, but the problem now appears in a random way. In particular if I go back and forth from thumbnails to slideshow.

    I attach the site settings after the error message

    Can something be done ??

    quote———————-
    “Warning: mysqli_real_connect(): (HY000/1203): User bacchi5_elenawp already has more than ‘max_user_connections’ active connections in /home/bacchi5/public_html/elenabacchini.com/wp-includes/wp-db.php on line 1612

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/bacchi5/public_html/elenabacchini.com/wp-includes/wp-db.php on line 1643

    Warning: mysql_connect(): User bacchi5_elenawp already has more than ‘max_user_connections’ active connections in /home/bacchi5/public_html/elenabacchini.com/wp-includes/wp-db.php on line 1643
    User bacchi5_elenawp already has more than ‘max_user_connections’ active connections

    Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
    unquote————

    Site settings:
    quote—————
    Server Settings

    Operating System : Linux (64 Bit)
    Server : Apache
    Memory usage : 45.89 MByte
    MYSQL Version : 10.2.11-MariaDB-log
    SQL Mode : NO_ENGINE_SUBSTITUTION
    PHP Version : 5.6.39
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 512
    PHP Max Upload Size : 128M
    PHP Max Post Size : 128M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 14400s
    PHP Exif support : Yes (V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : bundled (2.1.0 compatible)
    FreeType Support : Yes
    FreeType Linkage : with freetype
    T1Lib Support : No
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : Yes
    XBM Support : Yes
    WebP Support : No
    JIS-mapped Japanese Font Support : No
    unquote ———————————-

    • This reply was modified 7 years, 1 month ago by cbacchini.
    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    Ok, I had misunderstood and skipped the creation of my own copy on the github. I now understand and this makes much more sense, of course.
    So i created the clone, redid the checkuot on my PC and checked again the corrections. Did the pull request, and added a comment trying to be as clear as possible…
    Let me know !

    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    Hi,
    I saw that you had moved forward to 14.8.1 so i aligned cforms.php and lib_nonajax.php, then i commited them and tried to push.
    However when i give the password, I get the error
    ————-
    Password for ‘https://[email protected]’:
    remote: Permission to bgermann/cforms2.git denied to cbacchini.
    fatal: unable to access ‘https://[email protected]/bgermann/cforms2/’: The requested URL returned error: 403
    ————
    I don’t have time to look after this now, but maybe you know what has to be done. (NB: i’m using a windows 8 portable)

    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    Ok, i’m in Florence for the week end with a veeeery slow internet line, so I will push it sunday night or monday.

    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    I have finished to modify the cote in order to eliminate all the warnings (& also errors).
    I have been testing sometime in both a test and a production environment and I have no more messages while in debug mode.
    However, I work without ajax, and right now have no time to set up a test with ajax.
    If you like, I can upload the sources in github, or send them to you somehow. Let me know what you prefer…
    Cesare

    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    ok, I’ve cloned it on my pc and am finishing to clean out the notice messages…
    When I’m finished will let you know

    Forum: Plugins
    In reply to: [cformsII] debug mode
    Plugin Contributor cbacchini

    (@cbacchini)

    I can try to learn git.
    But one thing: i have done most of the work on the 14.8, since I saw it was out.
    Most are to eliminate the “notices”, which, when you are developing themes and plugins, are really annoying.
    There is also a correction to the Listbox field, which otherwise does not work.
    I can make a list.
    If I have used 14.8 I should checkout 14.8, right ?

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