Problem installing OMP of MAC

I am going though the process of installing OMP on a MAC. I have installed MAMP as a base environment and that works fine. I have extracted and copied in the latest version of OMP to the htdocs folder. When I go into localhost/omp using Safari I get a series of errors prior to the installation options. If I go ahead and enter details it just gives me a blank page.

This is all completely new to me I’m afraid.

Has anyone any ideas?

The errors I get are as follows:

Warning: Declaration of DevelopedByBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /Applications/MAMP/htdocs/omp/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php on line 81

Warning: Declaration of LanguageToggleBlockPlugin::getSeq() should be compatible with BlockPlugin::getSeq($contextId = NULL) in /Applications/MAMP/htdocs/omp/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php on line 110

Warning: Declaration of LanguageToggleBlockPlugin::getBlockContext() should be compatible with BlockPlugin::getBlockContext($contextId = NULL) in /Applications/MAMP/htdocs/omp/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php on line 110

Warning: Declaration of LanguageToggleBlockPlugin::getEnabled() should be compatible with BlockPlugin::getEnabled($contextId = NULL) in /Applications/MAMP/htdocs/omp/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php on line 110

Deprecated: Non-static method Application::getName() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/install/form/InstallForm.inc.php on line 146

Deprecated: Non-static method Application::getName() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/install/form/InstallForm.inc.php on line 148

Deprecated: Non-static method Application::getName() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/install/form/InstallForm.inc.php on line 150

Deprecated: Non-static method VersionCheck::getCurrentCodeVersion() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/install/form/MaintenanceForm.inc.php on line 37

Deprecated: Non-static method Version::fromString() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/site/VersionCheck.inc.php on line 108

Deprecated: Non-static method PKPRequest::getUserVar() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/form/Form.inc.php on line 351

Deprecated: Non-static method PKPRequest::_checkThis() should not be called statically in /Applications/MAMP/htdocs/omp/lib/pkp/classes/core/PKPRequest.inc.php on line 582

Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/omp/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php:81) in /Applications/MAMP/htdocs/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 773

Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/omp/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php:81) in /Applications/MAMP/htdocs/omp/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 776

Hi @tonyghagan,

Those warnings are cosmetic and can be ignored, but they should be directed to a log file rather than the browser page. See this FAQ entry for dealing with blank pages.

Regards,
Alec Smecher
Public Knowledge Project Team