Add Items from local server ERRORS
nnikola
Joined: 2004-06-30
Posts: 27 |
![]() |
Hi, After it insert few albums I see this error: Error (ERROR_STORAGE_FAILURE) : Empty sequence id! * in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 494 (gallerycoreapi::error) I have fresh installation of last version of gallery. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Please post your system info: Also put gallery into Debug mode, try to upload photos and on the page you get the error, copy and paste the debug output at the bottom of the page into a text file, zip it and attach to another post. FAQ: How to set/use Gallery in debug mode? |
|
nnikola
Joined: 2004-06-30
Posts: 27 |
![]() |
Gallery version = 2.3 core 1.3.0 |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Looks like the connection to the database is getting lost: Quote:
2006: MySQL server has gone away You could try setting Don't know what else to say other than checking with your host or server config. |
|
nnikola
Joined: 2004-06-30
Posts: 27 |
![]() |
Quote:
$storeConfig['usePersistentConnections'] = true; Didn't help. What should I tell to hosting support ? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
nnikola
Joined: 2004-06-30
Posts: 27 |
![]() |
Support checked server and told everything is ok. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Does it work when you upload a small number (like 1) image? Does it work through other methods? How big are these files? Try disabling modules you are not using, Exif, getid3, etc. Even if you are using EXIF, I would try disabling it for a test. I would also try a using a different image toolkit other than GD. Your server most likely had ImageMagick and/or NetPMB installed. Install those toolkits, test/configure them and disable GD. Then try it. |
|
dia19
Joined: 2005-02-22
Posts: 15 |
![]() |
Any other ideas for this guy? I'm having the exact same problem. Tried all the above suggestions and no help. Here's my info: Last Run Details: Gallery URL = http://aggiewhoop.com/gallery2/main.php Gallery version = 2.3 core 1.3.0 API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5 PHP version = 5.2.5 cgi Webserver = Apache/1.3.41 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a Database = mysqlt 5.0.51a-community, lock.system=flock Toolkits = ArchiveUpload, ImageMagick, LinkItemToolkit, Thumbnail Acceleration = none, none Operating system = Linux sh108.surpasshosting.com 2.6.9-55.0.9.ELsmp #1 SMP Thu Sep 27 18:28:00 EDT 2007 x86_64 Default theme = matrix gettext = enabled Locale = en_US Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.9 Safari/525.19 Rows in GalleryAccessMap table = 31 Rows in GalleryAccessSubscriberMap table = 161 Rows in GalleryUser table = 2 Rows in GalleryItem table = 160 Rows in GalleryAlbumItem table = 6 Rows in GalleryCacheMap table = 0
I read something online that said this: Could that have anything to do with it? I havent tried it since I dont have access to the file but might contact the server administrator. I am able to upload files via the local server but have to do in small batches which is a pain. Before I updated to 2.3 I would have to do the same but instead got "HTTP Error 500 - Internal server error". I looked at the FAQ and went through phpMyAdmin and looked at the id and tried that method but it didnt work either. Also, it doesnt appear I'm affected by sql limiting the amount of connections since I can do this multiple times in a row. Any other ideas? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Doubt it's the same problem. Post a link to phpinfo and put gallery into debug mode (as described above) and try adding a larger number of files that will generate the error. For Error 500 messages you need take a look at the error logs on the server, check your control panel or contact your host for that info. |
|
dia19
Joined: 2005-02-22
Posts: 15 |
![]() |
I am no longer getting Error 500, that was pre v2.3. Here are the files: http://www.aggiewhoop.com/gallery2/phpinfo.php Error Log: http://www.aggiewhoop.com/errorlog.txt Debug Console Log: http://www.aggiewhoop.com/debugconsole.txt |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
dia19
Joined: 2005-02-22
Posts: 15 |
![]() |
Look at the middle link. I think that was the one you need. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Sorry, didn't see/notice the debug output there before. Quote:
mysqlt error: [2006: MySQL server has gone away Quote:
Looks like the connection to the database is getting lost: ____________________________________________ |
|
dia19
Joined: 2005-02-22
Posts: 15 |
![]() |
Yeah I tried that awhile ago since I saw you post it. If you have any other ideas let me know. If I cant get this worked out I'll have to start transfering pictures 20 at a time like before. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |