I added an album from web server, then opened the album, then tried to show the second picture. I got this:
So here's the error:
There was an SQL error: Unknown column 'weight' in 'where clause' - SELECT COUNT(*) AS position FROM items WHERE parent_id = 2 AND `weight` < (SELECT `weight` FROM items WHERE id = 4) ORDER BY `weight` ASC
File: system/libraries/drivers/Database/Mysqli.php, line: 142
I am using the latest version from GIT (master branch)
Posts: 7994
Is this a fresh install? We added the weight column sometime before alpha 4. If you had alpha 3, you have to reinstall because we only support upgrades from beta 1 forward.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 17
Alright, maybe I used the same database that got generated when I tried the alpha. Thanks for the reply!