Installation Issue

Hello,

I am trying to install OJS 3.1 on asphostportal shared hosting. On installation page I see the following error even after following each step of installation.

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

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

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

Deprecated: Non-static method Application::getName() should not be called statically, assuming $this from incompatible context in /home/ephjourn/public_html/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/ephjourn/public_html/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/ephjourn/public_html/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/ephjourn/public_html/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/ephjourn/public_html/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/ephjourn/public_html/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/ephjourn/public_html/lib/pkp/classes/core/PKPRequest.inc.php on line 582

Warning: Cannot modify header information - headers already sent by (output started at /home/ephjourn/public_html/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php:79) in /home/ephjourn/public_html/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 773

Please let me what are the possible reason for this error and how to resolve it.

Thanks.

The errors are cosmetic. The problem is that your server is sending them to the browser instead of an error_log.

You can disable the errors, see Error from 2.4.8 to 3.0.2 - #2 by ajnyga

But it depends on the service provider. In some cases if you have cpanel, you can change the error settings from there. Using a htaccess file can also work, but not on all errors. You could also ask you service provider about the error settings and whether they could be changed for you.