Viewing 1 replies (of 1 total)
  • Thread Starter sleeplessindc

    (@sleeplessindc)

    The database seems to have been fixed. It connects now. This plugin works great in WordPress 5.8.2.
    1. Add the following as last line in wp-config.php
    define(‘INCLUDE_ME_DIR’, __DIR__ . ‘/wp-content/include-me’);
    2. Put all your includes files in the include-me folder.
    3. Example use in page or post:
    blah, blah, [includeme file=’/filename.php’] blah, blah.

Viewing 1 replies (of 1 total)
  • The topic ‘Documentation: Can’t establish a database connection’ is closed to new replies.