structureddynamics / Open-Semantic-Framework-Installer

Command line tool used for installing, updating and configuring an Open Semantic Framework instance
http://opensemanticframework.org
45 stars 11 forks source link

PHP Fatal error: Class OSFInstallerGeneric contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (OSFInstaller::installOSFDrupal) in /usr/share/osf-installer/inc/OSFInstallerGeneric.php on line 76 #5

Closed alexukua closed 10 years ago

alexukua commented 10 years ago

if run ./osf-installer --install-osf -v for fix this error, please update OSFInstallerGeneric.php --- Индекс +++ Изменено в рабочем дереве @@ -73,7 +73,9 @@ { $this->cecho("Option not supported for this Linux distribution and version.\n", 'RED'); }

fgiasson commented 10 years ago

Hi alex

Great, I will review and merge when I am back in my office next Monday. This is related to the latest version we released for Ubuntu 14.04. I refactored that class for installing OSF for Drupal and I did forget that so thanks for committing.

fgiasson commented 10 years ago

Also if you want you can go ahead and commit that fix in your local repository and do a pull request that I would then merge into the master branch. That way you will get the credit for the fix.

Thanks again

Fred

fgiasson commented 10 years ago

Fixed thanks!