Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Cannot run PHP migrate #148

Closed iiCe89 closed 8 years ago

iiCe89 commented 8 years ago

when i try running php migrate i get the error

←[37;41m                                                                               ←[39;49m
←[37;41m  [Doctrine\DBAL\Schema\SchemaException]                                       ←[39;49m
←[37;41m  There is no column with name 'parent_category' on table 'forum_categories'.  ←[39;49m
←[37;41m                                                                               ←[39;49m
Riari commented 8 years ago

Is this on a fresh install? I can't see any reason why this would happen unless the table was modified in between package updates. The column is created in one migration and then renamed in a newer one:

screen shot 2016-09-19 at 10 30 22
iiCe89 commented 8 years ago

fresh install bud changed nothing but followed instructions

iiCe89 commented 8 years ago

sorted

Riari commented 8 years ago

What was the problem?

iiCe89 commented 8 years ago

Unsure it seems to be with My work machine as i tried this on that and its got proxys allsorts so was playing hard to get i just manually added sorted it strange but working lol