Error (ERROR_STORAGE_FAILURE)
cdakin
Joined: 2003-04-30
Posts: 1 |
![]() |
After I have gone through the setup and returned to the main.php I am getting the following error. in C:Inetpubwwwrootgallery1gallery2modulescoreclassesGalleryStorageDatabaseStorage.class at line 1072 Can Anyone help? Thank You, |
|
matounet
Joined: 2003-05-01
Posts: 11 |
![]() |
same sort of problem for me ... Error (ERROR_STORAGE_FAILURE) i use a postgres db extract from gallery debug log: CREATE TABLE GalleryDerivativeImage ( NOT NULL , , ) &nbsp; <code></code> 2003-05-01 21:10:54 [<no session id>] <hr /> 2003-05-01 21:10:54 [<no session id>] <hr /> , , , 255 ) ) &nbsp; <code></code> extract from postgres log: ########### CREATE TABLE Schema ( 128 ....... ok Mat |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
cdakin: Can you turn on debug mode in config.php and then look through the debug results and post a summary of anything that looks like an error message? Or better yet, capture all the results into a .txt or .html file and post a link to it here? |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
matounet, You've got a different problem. It looks to me like you got rid of the $storageconfig['columnPrefix'] setting in your config.php which is why |
|
matounet
Joined: 2003-05-01
Posts: 11 |
![]() |
thx Bharat the last logs: http://matounet.dyndns.org/gallery2.txt and my config.php :smile: |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Ah, ok now you're getting a different problem, one that I had not anticipated. I'm going to look into figuring out a way to reduce the length of my table -Bharat |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Ok, I just checked in a change that drops the "Gallery" prefix from all table names. This brings all the table names in under the 32 character limit imposed by Postgres so you should get by this problem. You'll need to completely clean out your existing G2 install to use the new stuff (delete all your gallery data files and get rid of any tables in your database). |
|
matounet
Joined: 2003-05-01
Posts: 11 |
![]() |
still same errors whith the new version ... :/ and to change the table name length, i have to recompile postgres :sad: any other idea ? :smile: |
|
matounet
Joined: 2003-05-01
Posts: 11 |
![]() |
Ok ok i'll try to recompile tonight whith postgres 7.3, the to be continued .. |
|
matounet
Joined: 2003-05-01
Posts: 11 |
![]() |
three hours later ... finally that's work !! ... with postgres 7.3.2 . ...and sorry for my english. :grin: |
|