Many problems after migrating form Smartors gallery
Hello,
I've migrating my gallery from Smartors album (phpbb) and I think everything goes well.
But now, I've several issue to solve.
1) Normal images hasn't "filesize, width and height" in the database and I've rebuilt through the Acp (rebuild image size). Now, I see every thumbnail in gallery like a normal image (example : 800x600) instead small image (ex:100x70).
On the server , in the directory where these files are placed, I've:
Examples:
/files/2/8/4/0/29ebff8880879bec86be56d0d5b2cb61.jpg
In Database I have:
Thunbname:29ebff8880879bec86be56d0d5b2cb61.jpg
Filename: 29ebff8880879bec86be56d0d5b2cb61.jpg
When I try to rebuild Thumbnails in acp, the files in this folder change into
/files/2/8/4/0/29ebff8880879bec86be56d0d5b2cb61_thumb.jpg
this happen also in the database:
Thunbname:29ebff8880879bec86be56d0d5b2cb61_thumb.jpg
Filename: 29ebff8880879bec86be56d0d5b2cb61.jpg
Yes, it's correct , you think! Probably yes, but in " /files/2/8/4/0/ " I have not my normal size image anymore! It appears deleted. In this folder remain only the thumbnail.
Of course, I can't still view my image in the gallery.
How could I solve this , please?
2) I'm using Gd2 on my server. When I rebuild thumbnails i get the correct size thumbnail but without image (solid black). I've tried also with GD1 without luck : i get a "no thumbnail" image. NOTE: If I upload a new file on the gallery (file not imported from smartor gallery) everything goes well. I've my normal image and the thumbnail is not black. So, I think GD2 works well on my server.
Do you have some advice to give me, please?
Thank you
Last edited by tintin74; October 24th, 2007 at 04:58 AM.
|