PHP error in showing on Home page

we configure open monograph press site
it showing PHP error in showing on Home page

Notice: Deprecated call without request object. in /var/www/html/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice: Deprecated call without request object. in /var/www/html/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice: Deprecated call without request object. in /var/www/html/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice: Deprecated call without request object. in /var/www/html/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

Notice: Deprecated call without request object. in /var/www/html/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 1235

any clues to resolve the issue

Hi @tkdhanasekar,

Can you also include the version # you’re using (e.g. 3.3.0-15)? Please include this in your posts here on the forum as it assists others in being able to help troubleshoot.

Best regards,

Roger
PKP Team

OMP version is 3.3.0.11

Hi @tkdhanasekar,

Can you check the ‘debug’ part of your config.inc.php?

;;;;;;;;;;;;;;;;;;
; Debug Settings ;
;;;;;;;;;;;;;;;;;;

[debug]

; Display a stack trace when a fatal error occurs.
; Note that this may expose private information and should be disabled
; for any production system.
show_stacktrace = Off

; Display an error message when something goes wrong.
display_errors = Off

; Display deprecation warnings
deprecation_warnings = Off

I expect the settings are set to on and you should set them to off.

Regards, Primož

2 Likes