Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: updated to PHP 8.1 #11377
    courtens
    Participant
    This reply has been marked as private.
    in reply to: updated to PHP 8.1 #11376
    courtens
    Participant

    Enabling Piklist brought errors back counting at 442 per seconds, and brought the server down.

    in reply to: updated to PHP 8.1 #11374
    courtens
    Participant

    Thank you Steve.

    I removed all my plugins and updated to WP 5.8.2. I also made a windows system file check — windows found some error and auto-fixed them.

    Having piklist removed for some days made these error go away. To note is that I had two sites using piklist. Separate installs on separate databases. When I uninstalling one, the other site started recording errors. So I uninstalled everything that is piklist related.

    I now reactivated piklist and installed my piklist metabox plugin (just for one site.) It works, and I get no errors for now.

    I do not know what could have caused these errors. I also could never reproduce them myself. They just started showing up in the windows error logs at a rapid clip. I will let you know if they return.

    At the moment I am getting a lot of Active Server Pages: Unexpected error. A trappable error (C0000005) occurred in an external object. The script cannot continue running.. errors.

    Just before IIS Application pool went down for a good long time — all (C0000005) errors; I got the following error, but I am not sure if it is at all related to the (C0000005) errors or the piklist errors I had:

    The description for Event ID 2 from source PHP-8.1.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

    If the event originated on another computer, the display information had to be saved with the event.

    The following information was included with the event:

    php[14144]
    PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in D:\piwik\core\CliMulti\Process.php on line 290

    The locale specific resource for the desired message is not present

    in reply to: updated to PHP 8.1 #11366
    courtens
    Participant

    this is what I have as plugins, but they are not all activated.

    Attachments:
    You must be logged in to view attached files.
    in reply to: updated to PHP 8.1 #11365
    courtens
    Participant

    I do not.

    in reply to: updated to PHP 8.1 #11361
    courtens
    Participant

    I turned my created Piklist Plugin off, and these errors kept coming in. It is only after turning Piklist off all together that the errors stopped.

    in reply to: updated to PHP 8.1 #11359
    courtens
    Participant

    and these are my settings

    Attachments:
    You must be logged in to view attached files.
    in reply to: updated to PHP 8.1 #11357
    courtens
    Participant

    Thanks Steve for getting back to me.
    I added a screenshot of what I have in the Add-ons page. It looks like nothing is added on.
    I did write a Piklist plugin a while back which is activated. Could this be causing the problem?
    I also have the Classic Editor plugin active.

    Attachments:
    You must be logged in to view attached files.
    in reply to: updated to PHP 8.1 #11354
    courtens
    Participant

    I am getting these errors at a clip of 824 Warnings per second!

    Failed to open stream: No such file or directory

    line 201 in class-piklist.php is

    include_once self::$add_ons[$addon]['path'] . '/includes/' . $include;

    What I don’t understand are these non-existing files, such as wp-login.php.2018-06-14_103024.bak something is trying to get access to.

    Attachments:
    You must be logged in to view attached files.
    in reply to: A suggestion for 1.0.9 and 2.0 #10671
    courtens
    Participant

    Thanks for your help!

    I was basing my file and structure on the demo. I guess this is a no-no.

    in reply to: how to validate numbers inside type text or type tel #10646
    courtens
    Participant

    Thank you. That worked (after removing the extra comma.)

    in reply to: how to validate numbers inside type text or type tel #10640
    courtens
    Participant

    I got my function, but how would I implement this? (sorry, I am new to php and piklist)

    function CheckIfStrOnlyNumbers($teststring,$needsMatch) {
        if (ctype_digit($teststring) and $needsMatch = strlen($needsMatch)) {
            return true;
        } else { 
            return false;
        }
    };
    
    echo CheckIfStrOnlyNumbers('103',3);
    in reply to: save taxonomy name as user id custom name #10632
    courtens
    Participant

    did you get it to work? If yes — what did your do?

    in reply to: how best to intercept user registration on submit? #10631
    courtens
    Participant

    I am trying to do something similar. And I am not sure if it is a good idea to misuse the “Demo User Types” example for that.

    Did you get it to work? And what did you end up doing?

    in reply to: anonymize data stored #10626
    courtens
    Participant

    Yes. For instance, encrypting data to store the data, and decrypting to display it on the HTML page — with lets way any other stored key.

Viewing 15 posts - 1 through 15 (of 23 total)