"Maintenance: Build all thumbnails/resizes" fails at picture 3220
Ralf-Schlieper
Joined: 2005-09-25
Posts: 42 |
![]() |
The maintenance-tool:: "Build all thumbnails/resizes" always fails at picture 3220: -----------ERROR * in modules/core/classes/GalleryStorage/DatabaseStorage.class at line 378 (gallerystatus::error) -----------------------
|
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
canned response... Error (ERROR_MISSING_OBJECT) : Missing object for 3220 some part of your g2 database isn't 100% ok, the data integrity is a little corrupted. http://gallery.menalto.com/node/32741 another alternative is to ignore this small data corruption (this could lead to problems in the future though). you can ignore it by changing your current g2 version manually in versions.dat and the db table gf2_pluginparametermap row module core _version. then go to yourgalleryurl/lib/support/ and flush the db cache. |
|
Ralf-Schlieper
Joined: 2005-09-25
Posts: 42 |
![]() |
valiant wrote:
canned response... Thanks, Valiant: I would like to follow your instructions, but I don´t know, how to integrate the Code in the class-File: -----------Your instructions $gallery->debug($query); and run the build task again. in the debug output, at the end, you should see the output we're looking for. Here is my code of "DatabaseStorage.class" ---------------- $this->_traceStart(); /* Process all the results */ Perhaps you could quote the right code with the debug-integration? Thanks a lot. Ralf Please visit my gallery if you are interested in good B/W-photos: |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
please check the other topic again. i had to fix some html entity conversions that corrupted the message in our site migration to drupal. |
|