HTTP 500 Internal Server Error #9697
Replies: 1 comment · 2 replies
-
Hi, thanks for starting a discussion. Could you tell me a little bit more about your process? Did you download the zip file from the releases page? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello, I don't know exactly which version I download since I did everything using AI. Possibly from main branch. I have now took a look at releases page and changelog and I saw that the latest version (not released) is 6.20+ which is using PHP 8.4. When I download and tried to install it asked me to use PHP 8.4 so I guess I'm using a non released version. I will try again with this non released version and if I still have problems I change to the last stable version. |
Beta Was this translation helpful? Give feedback.
All reactions
-
[SORRY FOR THE AWFUL FORMATTING] I started removing all the firefly files and clearing chace, and database Then I download, extracted and changed permissions Then I run composer install and got an error:
[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oauth_auth_codes' already exists at /var/www/firefly-iii/vendor/laravel/framework/src/Illuminate/Database/Connection.php:571) Illuminate\Database\QueryException SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oauth_auth_codes' already exists (Connection: mysql, SQL: create table at vendor/laravel/framework/src/Illuminate/Database/Connection.php:825
10 database/migrations/2016_06_01_000001_create_oauth_auth_codes_table.php:14 47 artisan:35 Then to finish I configured .env
|
Beta Was this translation helpful? Give feedback.
All reactions
This discussion was converted from issue #9695 on January 26, 2025 05:25.
-
Support guidelines
I've found a bug and checked that ...
Description
I am trying to install firefly natively on my Ubuntu VPS machine but I keep geting an 500 internal server error.
I am running NGINX as reverse proxy and apache as my web server.
I tried everything, reinstalling, refreshing cache, etc etc etc.
Here's the two log errors I keep getting
[2025-01-26 01:38:50] local.ERROR: Could not execute query (table "journal_meta", field "data"): SQLSTATE[42000]: Syntax error or access >[2025-01-26 01:38:50] local.ERROR: If the index already exists (see error), or if MySQL can't do it, this is not an problem. Otherwise, p>[2025-01-26 01:38:58] local.ERROR: Exception is: {"class":"Illuminate\\Database\\QueryException","errorMessage":"SQLSTATE[42S01]: Base ta>[2025-01-26 01:38:58] local.ERROR: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oauth_auth_codes' already exists (Conn>
[2025-01-26 01:44:27] local.ERROR: Exception is: {"class":"Illuminate\\View\\ViewException","errorMessage":"Vite manifest not found at: \>[2025-01-26 01:44:27] local.ERROR: Vite manifest not found at: /var/www/firefly-iii/public/build/manifest.json {"view":{"view":"/var/www/>
Debug information
Also, I get another error while running the installation commands
81 packages you are using are looking for funding. Use the
composer fund` command to find out more!Illuminate\Encryption\MissingAppKeyException
No application encryption key has been specified.
at vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:83
79▕ protected function key(array $config)
80▕ {
81▕ return tap($config['key'], function ($key) {
82▕ if (empty($key)) {
➜ 83▕ throw new MissingAppKeyException;
84▕ }
85▕ });
86▕ }
87▕ }
28 app/Exceptions/Handler.php:208
Illuminate\Auth\AuthManager::__call()
+3 vendor frames
32 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Script @php artisan firefly-iii:instructions install handling the post-install-cmd event returned with error code 1`
Expected behaviour
No response
Steps to reproduce
No response
Additional info
No response
Beta Was this translation helpful? Give feedback.
All reactions