DemptD |
|
---|---|
The PFS was working fine and now its not working.
When i or my users upload something the screen just goes all white, whats wrong? |
Lombi |
|
---|---|
Had this issue since LDU times. This is something we inherited and havent completely cleaned up yet.
Have a site with this issue right now as well, would be interesting to see if anyone has any idea. Personally I truncated the PFS table and the problem was still there. <a href="http://www.domenlo.com">Surreal Art</a>
|
dervan |
|
---|---|
DemptD, please tell: what version of Cotonti appears this error?
if you don't mind, please send to me the SQL-dumps of erroneous tables `sed_pfs` and `sed_pfs_folders` |
DemptD |
|
---|---|
# dervan : DemptD, please tell: what version of Cotonti appears this error? Cotonti 0.0.3 I have sent you the SQL dumps on PM Also im using "folder storage mode" if that has something to say, but weird that it was working since the start and not anymore... |
dervan |
|
---|---|
# DemptD : I have sent you the SQL dumps on PMthanks, i will attempt to understand the cause of this problem |
DemptD |
|
---|---|
|
dervan |
|
---|---|
DemptD, i did not repeat the error with your SQL-dumps
erroneous entries (with invalid `pfs_size` or `pfs_date`) not exists in `sed_pfs` SQL-dump see this row with SFS entry in dump: INSERT INTO `sed_pfs` VALUES (99, 0, 1237203089, '21052008287_0.jpg', 'jpg', 0, '', 388033, 0);this row is valid, and link http://www.arctic-gatebil.com/datas/users/0/21052008287_0.jpg is true but, may be cause of error is not properly working of SFS please attempt to delete this file 21052008287_0.jpg from SFS |
DemptD |
|
---|---|
OK, i reinstalled the whole PFS (Deleted old sql and installed new sql from .rar).
There must be something wrong with one of my users images, because when i try to upload those the screen goes blank, but other images works fine. The same when im logged in as his user. Here are the images: http://www.demptd.com/x/wz/files/1/21052008287.jpg http://www.demptd.com/x/wz/files/1/21052008288.jpg http://www.demptd.com/x/wz/files/1/21052008289.jpg http://www.demptd.com/x/wz/files/1/21052008290.jpg http://www.demptd.com/x/wz/files/1/22052008291.jpg http://www.demptd.com/x/wz/files/1/22052008292.jpg http://www.demptd.com/x/wz/files/1/22052008293.jpg They uploaded fine on my celerondude.com uploader... |
dervan |
|
---|---|
well, i understand
you try to upload JPEG file with EXIF metadata in header, but GD on your host not know this format it's two way to solve this problem 1. before upload: convert files with EXIF metadata to JPEG format that compatible with GD on your host 2. disable all GD calls from PFS 2a) Administration panel -> Configuration -> Personal file space -> File Check : No (not recommended, for security reasons) 2b) Administration panel -> Configuration -> Personal file space -> Thumbnails generation : Disabled |
DemptD |
|
---|---|
Now this has happened again.
I have: 2a) Administration panel -> Configuration -> Personal file space -> File Check : No (not recommended, for security reasons disabled. But if i disable: Administration panel -> Configuration -> Personal file space -> Thumbnails generation : Disabled Will there be no thumbnails? i need them in gallery and other places. ------------- Bump This is a host problem, contacted my host (one.com) and they have disabled EXIF for security reasons. Support chat: Candy, support one.com: |
|
This post was edited by DemptD (2009-05-26 07:16, 15 years ago) |