OMP: Unable to create a press as admin

Hi @SaSoeurJuliette,

I’m not sure that’s the right log file, but unfortunately the details will depend on your server’s precise setup. The best way to find the error log if you’re not sure where it is would be to use the phpinfo function to list your server’s configuration.

Create a file called e.g. info.php in your OJS installation directory containing…

<?php phpinfo(); ?>

Then point your web browser to it and you should receive a page of PHP configuration information. Look for a setting called error_log.

Regards,
Alec Smecher
Public Knowledge Project Team