Git Product home page Git Product logo

Comments (14)

johnroper100 avatar johnroper100 commented on July 18, 2024

You need to run

git submodule update --init --recursive

when you clone the repository.

from dropplets.

alexvf avatar alexvf commented on July 18, 2024

Thanks a lot! That solved it.

But now I'm getting a "404 - Page not found".
I tried to load these 3 URLs (with and without the .htaccess file) in Chrome and all throw a 404 error:

I'm running dropplets using

  • Windows 10
  • XAMPP v3.2.4
    • Apache 2.4.46
    • PHP 7.4.16

from dropplets.

johnroper100 avatar johnroper100 commented on July 18, 2024

Did you set basePath to /dropplets-v2 in config.php?

from dropplets.

alexvf avatar alexvf commented on July 18, 2024

I can´t find any config.php file in my folder or even in your repository.

from dropplets.

johnroper100 avatar johnroper100 commented on July 18, 2024

from dropplets.

alexvf avatar alexvf commented on July 18, 2024

The config.php file is created when you first access the page.

It's not creating the file when I access it for the first time.
I deleted everything from the folder, cloned the repository again, opened the root URL for dropplets in Chrome and all I got was the 404 - Page Not Found.

Just to make sure it wasn't something with permissions I gave all permissions to Everyone in the dropplets folder (and sub-folders), but the result is the same!

from dropplets.

johnroper100 avatar johnroper100 commented on July 18, 2024

from dropplets.

alexvf avatar alexvf commented on July 18, 2024

Hmm, do you have the .htaccess file enabled for your host?

Yes. :-\
.htaccess is working fine in my other websites hosted in the same server.

from dropplets.

drypatrick avatar drypatrick commented on July 18, 2024

Thanks a lot! That solved it.

But now I'm getting a "404 - Page not found". I tried to load these 3 URLs (with and without the .htaccess file) in Chrome and all throw a 404 error:

* http://127.0.0.1/dropplets-v2/

* http://127.0.0.1/dropplets-v2/index.php

* http://127.0.0.1/dropplets-v2/dashboard

I'm running dropplets using

* Windows 10

* XAMPP v3.2.4
  
  * Apache 2.4.46
  * PHP 7.4.16

I've got a similar problem. After fulfilling the config, there is an error on the config.php:
'template' => liquid' instead of 'template' => 'liquid' (a " ' " missing before the template name).
Corrected this error on the config.php, there is no "dashboard" sub dir or file created

from dropplets.

drypatrick avatar drypatrick commented on July 18, 2024

Is there some deployment guide for the released versions?

from dropplets.

badru8612 avatar badru8612 commented on July 18, 2024

base path should be like "C:\xampp\htdocs\dropplets".
Next error you may face syntax error, unexpected identifier "timezone", expecting

from dropplets.

zaqik avatar zaqik commented on July 18, 2024

Navigate to the URL of your host https://(your url)/settings

404 - Page Not Found

Please, provide an installation guide since available doesn't correspond. Also there's for me also no config.php in the folder after first 4 steps are completed.

from dropplets.

HelloLudger avatar HelloLudger commented on July 18, 2024

I can confirm that installation does not work as decribed, when I try to install into a subdirectory.

It works if I copy and modify a existing config.php (using the example would probably problematic, since login doesn't work due to not having a correct hash).

from dropplets.

hoddmimes avatar hoddmimes commented on July 18, 2024

Also had problem with the installation
Platform Linux (Fedora) / Apache . Dropplets installed in a foreign directory, with an (http conf) Alias.
No conf.php created upon first access, resulted in 404 - Page Not Found.

Resolution for me:

  • Manually created a conf.php in the Dropplets top installation directory. Based upon the example found here
  • Configured the password in the config.php by generate it from a PHP online page facilitating the hash_password function can be found here using BCRYPT.

from dropplets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.