Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Notice issue #1

Closed
OliviaRay opened this issue Jan 12, 2018 · 1 comment
Closed

CLI Notice issue #1

OliviaRay opened this issue Jan 12, 2018 · 1 comment

Comments

@OliviaRay
Copy link

OliviaRay commented Jan 12, 2018

Hello,
I'm experiencing an issue during performing the following command

./skytells init

After performing the mentioned command, the following message appears above the command's outputs.

Notice: Undefined index: help in Framework/Core/Kernel/Units/ConsoleKit/Seeds/Default.php on line 33

My SF version is 3.5,

Any help??

@Skytells
Copy link
Collaborator

Thanks for reporting the issue,
During checking up your issue, we've found that the following notice'd thrown because of missing check-up function upon detecting the init command's options.

First of all, the issue has been reviewed and fixed and the fixes will be included with the next version.

At the time, please follow these steps to fix the issue on your current version of SF.

Open :

/Core/Kernel/Units/ConsoleKit/Seeds/Default.php

At line (33) Find :

if ($options["help"] == true){

Replace it with

if (isset($options["help"]) && $options["help"] == true){

Thanks,
Skytells, Inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant