Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mike

    (@manndtp)

    I set php to find the document root using:

    $_SERVER[“DOCUMENT_ROOT”];

    and use that and it all works. For some reason ABSPATH is not being set, which causes the blank page.

    Thread Starter Mike

    (@manndtp)

    I ended up adding just defining ABSPATH to the document root, with a trailing slash (above the require line):

    define (ABSPATH, $_SERVER[“DOCUMENT_ROOT”].’/’);

    Thread Starter Mike

    (@manndtp)

    Seems this has been fixed in later versions of the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ABSPATH issue’ is closed to new replies.