New Submission button returns empty in fresh OMP setup

Hello, I have just managed to install OMP on my LEMP stack. All the installation went well, but now, when I try to submit something I get empty page (content area) instead of submission form. Can not see any errors at the log… any ideas?

Many thanks in advance
Hembo

Hi @Hembo_Pagi,

I’d suggest checking the AJAX responses for sub-requests that should be happening in that area; a web developer toolkit like Firebug is useful for this. If your installation is public, pass me a URL and I’ll take a quick look.

Regards,
Alec Smecher
Public Knowledge Project Team

Here it comes http://omp.archiving.zone

Hi @Hembo_Pagi,

Thanks, I’ve spotted a bug related to the way we’re generating URLs in some circumstances and filed it here:
https://github.com/pkp/pkp-lib/issues/792

I’ll post a fix soon, but the best way to resolve this is to turn off the path_info_disabled mode in your config.inc.php configuration file. That’ll result in cleaner URLs and will fix this in the bargain. It’s possible that you turned on this option because your hosting environment doesn’t support path_info URLs, but that’s relatively uncommon these days.

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you, got it working, i had some misconfiguration in nginx conf.