• Resolved Matija

    (@kasareviews)


    Hi,

    I keep seeing in my debug.log this quite often:

    PHP Notice: Undefined index: path in …./public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php on line 205

    I have no issues with the plugin despite that notice. Could you clarify what is it for and how to fix if possible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share some specs from your server? For example: PHP version. MySQL version etc.

    Thank you

    Thread Starter Matija

    (@kasareviews)

    Sure. Here:

    Server architecture Linux 2.6.32-954.3.5.lve1.4.64.el6.x86_64 x86_64
    Web server Apache
    PHP version 7.3.20
    PHP SAPI cgi-fcgi
    PHP max input variables 6200
    PHP time limit 30
    PHP memory limit 768M
    Max input time 60
    Upload max filesize 512M
    PHP post max size 512M
    cURL version 7.71.0 OpenSSL/1.1.1g
    MySQL Version: 5.5.5

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, your server specs look okay. Although I would upgrade MySQL Version: 5.5.5. This version is old and not supported any more. Check the following link https://en.wikipedia.org/wiki/MySQL to learn more.

    I would also increase the following.

    PHP time limit 30
    Max input time 60

    Looking closely at the your PHP notice above, what permalink structure do you have set up in your site?

    Thank you

    • This reply was modified 5 years, 10 months ago by mbrsolution.
    Thread Starter Matija

    (@kasareviews)

    To what values do you recommend increasing PHP time limit and Max input time?

    Permalink structure is post name. Example https://www.mysite.com/sample-post/

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    To what values do you recommend increasing PHP time limit and Max input time?

    Speak to your host and find out what they recommend?

    There might be a plugin or theme that is causing the PHP notice. However, remember this is not an error it is just a notice. You might want to ask your host if they can investigate this for you.

    Kind regards

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

The topic ‘PHP Notice: Undefined index’ is closed to new replies.