Closed vpsantow closed 8 years ago
Cannot reproduce error. Please give more details on how to reproduce issue.
Also, please make sure that the database is updated.
cd git/ggms
php artisan migrate --seed
After failed attempts on pulling data, I noticed I got a lot of conflicting files so I cloned a new copy of the ggms folder(deleted original as well). Pull successful and said to be up to date stated by GitShell however I cant host server (php artisan serve via cmd)
I've found a similar problem in this linklink, although I cant seem to get it after numerous tries on adding/editing line 17 for "autoload" in relation to "C:\xampp\php\PEAR"
What it's saying is it is looking for a file at
C:\Users\Victor\Documents\GitHub\ggms\bootstrap/../vendor/autoload.php
But it couldn't find the file. Please do the following:
autoload.php
file in the ggms folderI think the folder it is looking in this one:
C:\Users\Victor\Documents\GitHub\ggms\vendor\autoload.php
But I am not sure. The two /../
in the file path supposedly means the parent directory. Please let me know if this fixes it.
I've tried replacing the suggested file location you posted and the file location of "autoload.php" which is C:\Users\Victor\Documents\GitHub\ggms\bootstrap.
Still no avail same error
When I checked your PC, the problem wasn't the autoload.php
anymore and was instead the access permissions. It said ''@localhost not allowed...
or something to that effect, which made me doubt the configuration of the .env
or the environment file.
Fixed. The filename should be empty, and the filetype should be .env
.
Please close this issue if it is finished.
ErrorException in AccountController.php line 206: Trying to get property of non-object
Error executed when accessed by all users