Replies: 17 comments
-
I have already cloned the git, but I don't know how to open it next. Please help. |
Beta Was this translation helpful? Give feedback.
-
@xyh2132 @laowantong077 Guys you must clone this repository
After that added key to env file(read readme file) |
Beta Was this translation helpful? Give feedback.
-
I got the following errors when I run "php artisan migrate" root@ecc01:/usr/local/nginx/html/# php artisan migrate Illuminate\Database\QueryException SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = transcribe_ai and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760
40 artisan:35 |
Beta Was this translation helpful? Give feedback.
-
@nxtreaming in your .env file you have a 3 line
You must create a new database and set your database user and password on your local env |
Beta Was this translation helpful? Give feedback.
-
Thanks But I faced a new error (miss region) when I run "curl http://127.0.0.1:8000" root@ecc01:~# curl http://127.0.0.1:8000 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I got the same error if I deployed the project to a public domain |
Beta Was this translation helpful? Give feedback.
-
You can verify the error from: https://zhuan.lu/huiwen/public/ |
Beta Was this translation helpful? Give feedback.
-
@nxtreaming I think problem in you need feel variables on .env file
|
Beta Was this translation helpful? Give feedback.
-
@vmartuniyk it should be another issue , I have configured AWS in .env file |
Beta Was this translation helpful? Give feedback.
-
He uses a 'do' disk, check config/filesystems.php. Adjust your .env variables to these and see if it works then. |
Beta Was this translation helpful? Give feedback.
-
@jocahdj Yes, it is caused by 'do' storage, I disable it I finally made the project working ( https://zhuan.lu/ ). (It does not support aws S3 currently). |
Beta Was this translation helpful? Give feedback.
-
How to disable the "do" storage? I have the same problem btw, I want to run locally |
Beta Was this translation helpful? Give feedback.
-
@crystoneme I just removed them, and made a small hack. (it is not recommended), I will fix this issue in a week Please check the following diff: |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem, how did you solve it? |
Beta Was this translation helpful? Give feedback.
-
Can you tell me how you solved it, please? It's the same problem. |
Beta Was this translation helpful? Give feedback.
-
Just remove the codes which report errors |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How to install this? Can you provide a tutorial?
Beta Was this translation helpful? Give feedback.
All reactions