Database Structure Upgrades

When I try Database Structure Upgrades, Vanilla gives me an error: "Something has gone wrong." with Debugging enabled I don't get any more info. How to fix this ?
0
When I try Database Structure Upgrades, Vanilla gives me an error: "Something has gone wrong." with Debugging enabled I don't get any more info. How to fix this ?
Comments
Disable plugins until it works.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
First thing I tried
Is there a way to see the actual sql error ?
Adding
$Configuration['Debug'] = true;
to your/conf/config.php
file should give you more information.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.