TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

artisan migrate undefined variable #605

Closed Jonathing closed 8 years ago

Jonathing commented 8 years ago

When I try to run the command "php artisan migrate:install" or "php artisan migrate" both with and without super user, I get the following error message: {"error":{"type":"ErrorException","message":"Undefined variable: aliases","file":"\/var\/www\/html\/TechnicSolder\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/start.php","line":180}}

Is this an unknown issue or do I need to identify the variable somewhere in a configuration file, because I have no idea what to identify

skwerlman commented 8 years ago

Which configs did you edit and can you post them here? (after scrubbing sensitive info, ofc)

Jonathing commented 8 years ago

@skwerlman /vendor/laravel/framework/src/Illuminate/Foundation/start.php.txt /app/config-sample/app.php.txt /app/config-sample/database.php.txt /app/config-sample/solder.php.txt

Jonathing commented 8 years ago

I have figured out the problem. It has to do with incorrectly installing TechnicSolder. I used "config-sample" and not "config". I'm sorry if this has lost some of your time, but thank you for stopping by anyway @skwerlman