OJS 3.0.2 Pre-installation error when running index.php

On a new install of OJS 3.0.2 on running index.php file I am getiing the below mentioned errors. How to resolve it? Kindly help.

Strict Standards: Declaration of DevelopedByBlockPlugin::getSeq() should be compatible with BlockPlugin::getSeq($contextId = NULL) in /home/user/mysite.com/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php on line 0

Strict Standards: Declaration of DevelopedByBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /home/user/mysite.com/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php on line 0

Strict Standards: Declaration of DevelopedByBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /home/user/mysite.com/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php on line 0

Deprecated: Non-static method Application::getName() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/install/form/InstallForm.inc.php on line 146

Deprecated: Non-static method Application::getName() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/install/form/InstallForm.inc.php on line 148

Deprecated: Non-static method Application::getName() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/install/form/InstallForm.inc.php on line 150

Deprecated: Non-static method VersionCheck::getCurrentCodeVersion() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/install/form/MaintenanceForm.inc.php on line 37

Strict Standards: Non-static method Version::fromString() should not be called statically in /home/user/mysite.com/lib/pkp/classes/site/VersionCheck.inc.php on line 115

Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/form/Form.inc.php on line 351

Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically, assuming $this from incompatible context in /home/user/mysite.com/lib/pkp/classes/core/PKPRequest.inc.php on line 582

“Strict Standards” warnings and “Deprecated” warnings are primarily targeted at developers, and can be safely disabled in production environments. To disable strict standards and deprecated warnings for PHP, see:

and

To disable OJS deprecated warnings, see:

1 Like

Thanks a lot for the help!