Skip to content

Verifying installation

After installing the Loader and restarting PHP, confirm it’s active.

Run:

Terminal window
php -m

This lists the loaded PHP modules. You should see oxrion in the list. If it’s there, the Loader is installed and active.

Alternatively, create a PHP file that calls phpinfo() and open it in your browser, or run:

Terminal window
php -i | grep -i oxrion

You should see an Oxrion Loader section reported as enabled.

If the Loader doesn’t appear:

  • Make sure you restarted your web server or PHP service after editing php.ini.
  • Confirm the extension= line points to the correct file name.
  • Check that the file you downloaded matches your PHP version and platform — see Choosing the right build.
  • Confirm the file is in your PHP extension directory (the extension_dir path).

Still stuck? See Troubleshooting.