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

Install error #2

Closed
Cleboost opened this issue Jun 3, 2024 · 3 comments
Closed

Install error #2

Cleboost opened this issue Jun 3, 2024 · 3 comments

Comments

@Cleboost
Copy link

Cleboost commented Jun 3, 2024

  • SUCCESS: Downloaded Pelican Panel files!

  • Installing composer dependencies..
    Composer could not detect the root package (pelican-dev/panel) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
89 packages you are using are looking for funding.
Use the composer fund command to find out more!

  • SUCCESS: Installed composer dependencies!

  • Creating database user pelican...

  • Database user pelican created

  • Creating database panel...

  • Granting all privileges on panel to pelican...

  • Privileges granted

  • Database panel created

  • Configuring environment..

    INFO Application key set successfully.

// The application URL MUST begin with https:// or http:// depending on if you are using SSL or not. If you do not
// include the scheme your emails and other content will link to the wrong location.

! [NOTE] You've selected the Redis driver for one or more options, please provide valid connection information below.
! In most cases you can use the defaults provided unless you have modified your setup.

// By default a Redis server instance has no password as it is running locally and inaccessible to the outside world.
// If this is the case, simply hit enter without entering a value.

The "1" argument does not exist.

@Zinidia
Copy link
Owner

Zinidia commented Jun 7, 2024

Thank you for your report, it looks like the latest version of Pelican Panel unfortunately broke the redis driver in the php artisan p:environment:setup installation step, I went ahead and implemented the necessary changes to temporarily disable redis from our installation script.

@Zinidia Zinidia closed this as completed Jun 7, 2024
@PythonTilk
Copy link

im still gtting this error

@Zinidia
Copy link
Owner

Zinidia commented Nov 26, 2024

Hi, the error you were getting was likely not the same error but I discovered an issue with a commit in the new Pelican update which seems to have removed the ability to specify a panel url in installation args. I went ahead and implemented a patch for this.

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

3 participants