I'm using nginx BTW
aulia
@aulia
Posts made by aulia
-
RE: Error in phase migration and seed
OK, I gave up using UI installer and use manual install instead.
The installation is successful, but when I go to the URL,-
I have to use http://URL/public/ to access, how can I change to http://URL instead?
-
The website loads, but I cannot click anything in the demo
-
I also cannot open admin login
-
-
ISO or VM
Hi Bagisto,
I think it's easier for a user like me to use ISO to deploy on Vultr/DigitalOcean/Linode services or VM on local install. You can recommend how big the system to install on those service.
Please consider it, thanks!
-
RE: Error in phase migration and seed
this line is not working
I tested the 3rd answer in the link and it works, and gave different error
, Illuminate\Database\QueryException : SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations),, at /home/bagisto/bagisto-0.1.5/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664, 660| // If an exception occurs when attempting to run a query, we'll format the error, 661| // message to include the bindings with SQL, which will make this exception a, 662| // lot more helpful to the developer instead of just the database's errors., 663| catch (Exception $e) {, > 664| throw new QueryException(, 665| $query, $this->prepareBindings($bindings), $e, 666| );, 667| }, 668|,, Exception trace:,, 1 Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)"), /home/bagisto/bagisto-0.1.5/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31,, 2 PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)"), /home/bagisto/bagisto-0.1.5/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27,, Please use the argument -v to see more details.
The lines I used was
sudo chgrp -R www-data storage bootstrap/cache sudo chmod -R ug+rwx storage bootstrap/cache
BTW I'm using LEMP ISO on Vultr
-
RE: Error in phase migration and seed
Done that, the error is still there
How to test if above command is executed perfectly?
I saw the properties of the folders you mentioned are 775 via SFTP