-
Notifications
You must be signed in to change notification settings - Fork 29
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
Installation of self-hosted version fails / stucks #2
Comments
in case i understood you correctly, you managed to install plainpad correctly and now are missing login credentials? default credentials are |
@tetsuoinc Did you manage to login?
|
Closing due to inactivity
|
Hello, I have exactly the same problem. I tried the default credentials: username: but no success. |
Alright I'm reopening this issue with further troubleshooting as it looks like it affects more users. First things first, there are two reasons for this issue:
It is important to understand which of the two cases are applied for you. In order to do that, you will need to check your database and see if there's an admin user record in the If there's no record or no table at all, then the migration/seeding failed. If there is a record then you can open your browser developer tools by pressing F12 and open the "console" tab inside them. After you reload the page you should be able to see errors in there, please post them here for further troubleshooting.
|
Hello, Same issue here as well, the credentials did not work. I did the setup with setup.php and it create a .env file at the root. Plus when doing:
I've this: Undefined index: mail_driver at vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1367
2 app/Providers/MailConfigServiceProvider.php:42
10 artisan:37 The database and the user for mysql are present. How to fix it and make it work? Regards, Guillaume |
I ran into similar issues getting this to work. First, you must run php artisan migrate:fresh --seed to properly create the user table. You'll see something like: Second issue was I personally am running ngnix and only .htaccess files for apache are included |
Thanks for all your input! This will be fixed for the next version.
|
Hello Alex, here reopening this thread. I am having this same issue on my Synology NAS. I have ran the setup.php and added the nginx lines. My JS console is throwing some errors that I think are due to missing Laravel files. For example: after adding those 2 files, i was able to login and use the app. hope it helps. |
Hello! @julyprum Thanks for posting this! Could it be that the files were not uploaded correctly or do you think the files are missing from the archive?
|
can you explain how I make this work please? I am on nginx and cannot log in with default credentials. The user has been created in the database |
@j-r-e-i-d Can you make sure your DB is seeded, by checking the default [email protected] record inside the users table?
|
Oh man I gave up on this weeks ago. Too hard. I use Joplin now |
also running nginx, also stuck on login - added 'location' config to nginx. artisan have problem to work (not only to seed) ubuntu 22 $ php artisan In Collection.php line 11: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of ------ Edit (later) ----- |
Hello! Thanks for providing all the information on the installation process. I will take a closer look on them and report back. FYI I'm planning to release a single-file installer in order to make things easier to manage moving forward.
|
Has there been a new version? Doesn't seem so? No updates for more than a year. Are you still working on it @alextselegidis ? |
Hello! Yes, the new version will come up shortly. I'm currently putting some work together for the next https://github.com/alextselegidis/easyappointments release and then the Plainpad one will follow shortly. Stay tuned for more updates.
|
Subscribing to this issue to see any future comments. I love the design of Plainpad, and think it could be exactly what I want, so I'm looking forward to getting it working on my server (Ubuntu + NGINX + MariaDB + PHP 7.4) one day. For now, though, all I see in my browser console is that HttpClient.js encounters an Internal Server Error when trying to connect to /api.php/v1/, but I get no corresponding entries in my NGINX error_log to give me a clue about why. |
Quick update on this thread: I'm planning to release an official image for Plainpad so that one can host without much trouble. Will announce this soon
|
Hi Alex,
According to your description here ...
I've uploaded all the contents of the ZIP-File to a shared webhosting.
I've set up a subdomain https://notes.example.com which pointed to the "public" directory.
Then I opened https://notes.example.com/setup.php which leads me to the database-form.
I filled the form with the database credentials (double checked them for correctness!) and hit the Install-Button.
No errors, no warnings, no success message apperead and the browser points now to https://notes.example.com/#/login.
As I have no login credentials, I'm stuck right here.
I checked the database, but there was no table inside.
What am I doing wrong and what can I do ?
The text was updated successfully, but these errors were encountered: