Support » Plugin: TablePress - Tables in WordPress made easy » PHP Notice: Undefined index: SCRIPT_FILENAME

  • Hello,

    in version 1.9, this error was found :

    PHP Notice: Undefined index: SCRIPT_FILENAME in */tablepress/classes/class-tablepress.phpp on line 110

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This indicates that something is wrong with your server’s PHP configuration. SCRIPT_FILENAME is a standard element of the $_SERVER array, see http://php.net/manual/reserved.variables.server.php

    I can only suggest to contact your webhost company’s support team and ask them to fix PHP on your server.
    (Another, but less likely, cause could be that some other PHP script is deleting the $_SERVER variable.)

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice: Undefined index: SCRIPT_FILENAME’ is closed to new replies.