• Tried this for the first time and it unfortunately causes the website to crash in WP.6.3 – Needs to be evaluated and not recommend on a live site just yet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Issue : ?Fatal error: Uncaught ArgumentCountError: time() expects exactly 0 arguments, 1 \wp-content\plugins\user-profile\user-profile.php on line?149 and Line 156

    Solution : PHP time() function doesn’t allow param. To fix the issue, we can replace time(“H:s”) with date(“H:s”, time())

    Plugin Support pickpluginswporgrep

    (@pickpluginswporgrep)

    Hi @bprabhu1226,
    Thank you so much for posting this issue. We appreciate your effort.?
    Please install the latest version?2.0.20, and give it a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Crashes website in WP 6.3’ is closed to new replies.