Closed (fixed)
Project:
Album Photos
Version:
6.x-1.4-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 20:29 UTC
Updated:
4 Jan 2013 at 19:04 UTC
Jump to comment: Most recent
Comments
Comment #1
gimpel commentedSame here, also using postgresql.
Comment #2
Anonymous (not verified) commentedSubscribing. I'll check this out.
Comment #3
eastcn commentedTable x_image existence?
Comment #4
akc42 commentedI have the same problem - also using Postgres. The is no x_image table. What module is supposed to create it?
Comment #5
akc42 commentedOK I am beginning to understand. But first another problem
There is no uninstall hook in the in the photos.install file. This means I can't re-install it again, because I can't un-install it.
The reason I want to uninstall it is that the install schema that creates the x_image table specifies a tiny int of length 1, and as far as I can work out from Schema API the code for postgres, this would create some SQL that looks like this for creating the num field within table x_image.
num smallint(1)
This is invalid syntax for postgres and it would fail.
Whether this is a fault with the schema, or the postgres interpretation of it, I am not sure.
I would like to try removing this length specification from the schema and see if it works.
Comment #6
akc42 commentedI realise I didn't report these errors with the right version. I am using 6.x-1.4-beta2
Also I have changed the photos.install file to remove the length criteria on every field, and to provide an uninstall hook, and I can now fully install the module.
I now have a problem creating an album, but I'll report that as another issue
Comment #7
nathaniel commentedNew maintainer, cleaning up old issues in issue queue.
Please try the latest version and re open if this is still a problem.