My Gallery is screwing up its URLs (and doesn't properly upload files anymore).

JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Thu, 2014-04-03 01:19

I upgraded to Gallery version 3.0.9 to see if it would possibly correct itself, but the problem persists. Random filepaths of my Gallery are starting to mangle themselves (http://jb2448.info/Pokemon_Special_v38_c413/Pokemon_Adventures_38/Pokemon_Special_v38_c413_004-005-neuquant should be http://jb2448.info/Pokemon_Adventures_38/Pokemon_Special_v38_c413/Pokemon_Special_v38_c413_004-005-neuquant, for example), and I don't know and can't seem to find out what exactly is causing this problem or how to fix it. Additionally, any files I attempt to upload go to strange filepaths as well (I just tried to upload a file, and instead of being properly listed at http://jb2448.info/Covers/Viz_2nd_Edition_Covers/Pokemon_Adventures_v21_cover, it's listed at http://jb2448.info/Covers/Viz_2nd_Edition_Covers/Javier/01/02/Pokemon_Adventures_v21_cover).

Let me know if there's any information that I can possibly provide that's pertinent to this problem. My Gallery has operated for three years now, and I've accumulated 45256 images and 14062 albums.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2014-04-03 14:35

We have seen the multi path name before and there is a fix in the maint section that might help.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Fri, 2014-04-04 14:26

Thanks for the response, Floridave, but you overestimate my ability to find said fix. Are you referring to the maintenance section on my own Gallery instillation or on the Gallery Project website? If it's the former, I've already done every maintenance operation I can on that front, and if it's the latter, I just can't seem to find it. Sorry for the stupidity on my part.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2014-04-04 15:03

Admin -> maintenance -> Fix your Gallery (run)
If you have 3.0.9

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Fri, 2014-04-04 15:41

It keeps resetting to 0 operations complete after it reaches around operation 51150/192127. Is there something I can fix manually, or is it just resetting after each individual operation done at this particular count?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2014-04-06 17:09

Does the count go down on each try?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Sun, 2014-04-06 20:18

Not always, no. It resets in the range of 51100-51250. I kept it going overnight, and the count didn't increase beyond that range at all when I woke up.

 
mfairchild365

Joined: 2014-04-09
Posts: 2
Posted: Wed, 2014-04-09 16:39

Having a similar issue. Could it be because of too many photos?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-04-09 22:38

I'm not sure why. It never happens to me.
https://github.com/gallery/gallery3/commit/2cf51983535ffa498c38b02328e30fe307ec6827
See if truncating the relative_path_cache and relative_url_cache tables in the DB helps.
http://sourceforge.net/apps/trac/gallery/ticket/1260 is a ticket that created the fix task and it should work unless the BD is hosed.
I guess if that does not work a recent back restore should be the next step.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Sun, 2014-04-13 00:06

That suggestion, along with deleting a spam directory that had managed to pop up, disabling anonymous image uploading for a certain section, running the fix task, and disabling hotlink protection (which wasn't ever enabled until now, for some reason) fixed it all. Thank you very, very much for your constant replies and support.

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Wed, 2014-05-07 18:43

All right, so, even though it was working for two weeks, at some time last week, I tried uploading a photo, and it did not upload properly (the image, resize, and thumbnail were not made, even though the URL path and Gallery entry for the image existed). So I tried running the maintenance section fix routine, and it broke every single image on my site, though none of the URLs. I restored the SQL tables from a nightly backup, and things went back to how they were before. A few hours ago, I attempted to edit the description of my front page, and it came back with a message saying that the album (in this case, my entire site) was "not writable." I tried running the fix routine again, and it broke everything again just as before (should have kind of expected that). So now I've restored my SQL tables again, and I'm at a loss as to what I need to do.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-05-07 22:51
Quote:
was "not writable."

Sounds like a file system permissions issue or resource (size?).
Ther eis only 3 places that "not witable" is used in the code and all are file system related.

I don't know what else to guess at. Perhaps some other community members do.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Sat, 2014-05-10 19:56

Here are the logs when I try to upload a file, in case this helps at all:


2014-05-10 15:48:53 -04:00 --- error: Caught exception rebuilding images: Pokemon Adventures v01-03 cover
@todo EMPTY_INPUT_FILE
#0 [internal function]: gallery_graphics_Core::resize('/home6/jbtwofou...', '/home6/jbtwofou...', Array, Object(Item_Model))
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(171): call_user_func_array('gallery_graphic...', Array)
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core->save()
#6 [internal function]: Uploader_Controller->add('29261')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-05-10 15:48:53 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v01-03 cover
2014-05-10 15:48:53 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v01-03 cover
2014-05-10 15:48:53 -04:00 --- error: @todo UNREADABLE_FILE
#0 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(252): photo_Core::get_file_metadata('/home6/jbtwofou...')
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(235): graphics_Core::_update_item_dimensions(Object(Item_Model))
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core->save()
#6 [internal function]: Uploader_Controller->add('29261')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Mon, 2014-05-12 19:01

All right, now I'm getting this error:


2014-05-12 02:41:33 -04:00 --- error: Database_Exception [ 44 ]: #1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IS NULL' at line 3 [ SELECT COUNT(*) AS `records_found`
FROM `items` LEFT OUTER JOIN `hidden_items` ON (`items`.`id` = `hidden_items`.`item_id`)
WHERE (`items`.`view_1` = '1') AND `hidden_items`.`item_id` IS NULL AND `parent_id` = NULL AND  IS NULL ]
/home6/jbtwofou/public_html/system/libraries/Database_Mysqli_Result.php [ 27 ]
#0 /home6/jbtwofou/public_html/system/libraries/Database_Mysqli.php(79): Database_Mysqli_Result_Core->__construct(false, 'SELECT COUNT(*)...', Object(mysqli), true)
#1 /home6/jbtwofou/public_html/system/libraries/Database.php(272): Database_Mysqli_Core->query_execute('SELECT COUNT(*)...')
#2 /home6/jbtwofou/public_html/modules/gallery/libraries/MY_Database.php(48): Database_Core->query('SELECT COUNT(*)...')
#3 /home6/jbtwofou/public_html/system/libraries/Database_Builder.php(973): Database->query('SELECT COUNT(*)...')
#4 /home6/jbtwofou/public_html/system/libraries/Database_Builder.php(933): Database_Builder_Core->execute()
#5 /home6/jbtwofou/public_html/system/libraries/ORM.php(1150): Database_Builder_Core->count_records('items')
#6 /home6/jbtwofou/public_html/modules/gallery/helpers/item.php(322): ORM_Core->count_all()
#7 /home6/jbtwofou/public_html/modules/gallery/controllers/albums.php(40): item_Core::get_position(Object(Item_Model))
#8 [internal function]: Albums_Controller->show(Object(Item_Model))
#9 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Albums_Controller), Array)
#10 [internal function]: Kohana_Core::instance(NULL)
#11 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#12 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#13 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#14 {main}
 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Tue, 2014-06-24 18:38
Quote:
[14:11:24] <georgi> the is null at the end shouldn't be there
[14:11:29] <georgi> NULL AND IS NULL
[14:11:36] <georgi> looks like something is missing
[14:12:12] <JB2448> How could something like that have happened?
[14:12:29] <JB2448> Also, I really, really appreciate it!
[14:12:32] <georgi> it's possible the way the query is generated is bugged
[14:12:50] <georgi> if it's printing something there, but the variable is empty
[14:14:05] <georgi> well you need to go and figure out what was supposed to go there
[14:14:22] <georgi> in between "NULL AND" and "IS NULL"
[14:14:42] <georgi> if nothing was supposed to go there, the entire "AND IS NULL" should be removed

Unless I want to delete and reupload my entire gallery, my only hope to save this installation is to know what goes in between those values according to the above post. I know this is a triple post and a bump, but I'm at my wit's end here. Whatever the response may be, and whenever someone gets the chance, I'd really appreciate at least a "go and delete your current gallery" or something.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-06-24 19:30
Quote:
LEFT OUTER JOIN `hidden_items` ON (`items`.`id` = `hidden_items`.`item_id`)

Perhaps the hidden items module is the culprit.
I have never used it so disable it and then you might have to use a DB admin tool that your host recoments and see if any tables in the DB need repair.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Tue, 2014-06-24 20:07

I disabled the module, and tried to add a photo again. I got a completely different error:


2014-06-24 16:03:15 -04:00 --- error: Caught exception rebuilding images: Pokemon Adventures v23 cover
@todo EMPTY_INPUT_FILE
#0 [internal function]: gallery_graphics_Core::resize('/home6/jbtwofou...', '/home6/jbtwofou...', Array, Object(Item_Model))
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(171): call_user_func_array('gallery_graphic...', Array)
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('2814')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-06-24 16:03:15 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v23 cover
2014-06-24 16:03:15 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v23 cover
2014-06-24 16:03:15 -04:00 --- error: @todo UNREADABLE_FILE
#0 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(252): photo_Core::get_file_metadata('/home6/jbtwofou...')
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(235): graphics_Core::_update_item_dimensions(Object(Item_Model))
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('2814')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-06-24 21:06

change photo.php in gallery3/modules/helpers
from

static function get_file_metadata($file_path) {
    if (!is_readable($file_path)) {
      throw new Exception("@todo UNREADABLE_FILE");
    }

to

static function get_file_metadata($file_path) {
    if (!is_readable($file_path)) {
      throw new Exception("@todo UNREADABLE_FILE: $file_path ");
    }

then post the error again.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Tue, 2014-06-24 21:35

2014-06-24 17:32:52 -04:00 --- error: Caught exception rebuilding images: Pokemon Adventures v23 cover
@todo EMPTY_INPUT_FILE
#0 [internal function]: gallery_graphics_Core::resize('/home6/jbtwofou...', '/home6/jbtwofou...', Array, Object(Item_Model))
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(171): call_user_func_array('gallery_graphic...', Array)
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('2814')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-06-24 17:32:52 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v23 cover
2014-06-24 17:32:52 -04:00 --- error: Failed to convert placeholder for missing image: Pokemon Adventures v23 cover
2014-06-24 17:32:52 -04:00 --- error: @todo UNREADABLE_FILE: /home6/jbtwofou/public_html/var/resizes/n-Adventures-v11---163createdASC/Covers/Viz_2nd_Edition_Covers/Pokemon_Adventures_v23_cover.jpg 
#0 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(252): photo_Core::get_file_metadata('/home6/jbtwofou...')
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(235): graphics_Core::_update_item_dimensions(Object(Item_Model))
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('2814')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-06-24 17:32:54 -04:00 --- error: File not found: var%2Fthumbs%2Fn-Adventures-v11---163createdASC%2FCovers%2FViz_2nd_Edition_Covers%2FPokemon_Adventures_v23_cover.jpg%3Fm%3D0
2014-06-24 17:33:05 -04:00 --- error: File not found: 500.shtml
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-06-25 04:35
Quote:
error: @todo UNREADABLE_FILE: /home6/jbtwofou/public_html/var/resizes/n-Adventures-v11---163createdASC/Covers/Viz_2nd_Edition_Covers/Pokemon_Adventures_v23_cover.jpg

So I don't think you have an album called n-Adventures-v11---163createdASC with a sub album called Covers do you?

similar error when trying to add items to a different album?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Wed, 2014-06-25 05:10

You are correct in that assumption. In a completely different album, I get the same error, even with a different image. In fact, when I look in /var/albums/, /var/resizes/, and /var/thumbs/, I can't find an album with the name "n-Adventures-v11---163createdASC," nor was it ever created by me.


2014-06-25 01:02:07 -04:00 --- error: Caught exception rebuilding images: 2014-2tia107
@todo EMPTY_INPUT_FILE
#0 [internal function]: gallery_graphics_Core::resize('/home6/jbtwofou...', '/home6/jbtwofou...', Array, Object(Item_Model))
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(171): call_user_func_array('gallery_graphic...', Array)
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('25921')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-06-25 01:02:07 -04:00 --- error: Failed to convert placeholder for missing image: 2014-2tia107
2014-06-25 01:02:07 -04:00 --- error: Failed to convert placeholder for missing image: 2014-2tia107
2014-06-25 01:02:07 -04:00 --- error: @todo UNREADABLE_FILE: /home6/jbtwofou/public_html/var/resizes/n-Adventures-v11---163createdASC/Pokemon_Special_Miscellaneous/Mato/2014-2tia107.jpg 
#0 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(252): photo_Core::get_file_metadata('/home6/jbtwofou...')
#1 /home6/jbtwofou/public_html/modules/gallery/helpers/graphics.php(235): graphics_Core::_update_item_dimensions(Object(Item_Model))
#2 /home6/jbtwofou/public_html/modules/gallery/helpers/gallery_event.php(126): graphics_Core::generate(Object(Item_Model))
#3 /home6/jbtwofou/public_html/modules/gallery/helpers/module.php(402): gallery_event_Core::item_created(Object(Item_Model))
#4 /home6/jbtwofou/public_html/modules/gallery/models/item.php(416): module_Core::event('item_created', Object(Item_Model))
#5 /home6/jbtwofou/public_html/modules/html_uploader/controllers/uploader.php(68): Item_Model_Core-&gt;save()
#6 [internal function]: Uploader_Controller-&gt;add('25921')
#7 /home6/jbtwofou/public_html/system/core/Kohana.php(331): ReflectionMethod-&gt;invokeArgs(Object(Uploader_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /home6/jbtwofou/public_html/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /home6/jbtwofou/public_html/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /home6/jbtwofou/public_html/index.php(116): require('/home6/jbtwofou...')
#12 {main}
2014-06-25 01:02:12 -04:00 --- error: File not found: var%2Fthumbs%2Fn-Adventures-v11---163createdASC%2FPokemon_Special_Miscellaneous%2FMato%2F2014-2tia107.jpg%3Fm%3D0
2014-06-25 01:02:16 -04:00 --- error: File not found: var%2Fthumbs%2Fn-Adventures-v11---163createdASC%2FPokemon_Special_Miscellaneous%2FMato%2F2014-2tia107.jpg%3Fm%3D0
2014-06-25 01:02:22 -04:00 --- error: File not found: var%2Fthumbs%2Fn-Adventures-v11---163createdASC%2FPokemon_Special_Miscellaneous%2FMato%2F2014-2tia107.jpg%3Fm%3D0
2014-06-25 01:02:28 -04:00 --- error: File not found: var%2Fthumbs%2Fn-Adventures-v11---163createdASC%2FPokemon_Gotta_Catch_Em_All%2F.album.jpg%3Fm%3D0
 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Thu, 2014-06-26 16:44

Lots going on here.
Deactivate all "extras"--including all "extra" modules--and switch to the default "Wind" theme (if you're not already using it).
Try again and see what happens when (1) You try to upload a new image to the same gallery, and (2) When you try to upload a new image to a different gallery.
If you have any special characters in the name of the image and/or the gallery, remove them and see if that helps.
I'm trying to eliminate a lot of potential issues before spending tons of time on this looking in the wrong places.

I'm guessing that the name of the album is "n-Adventures-v11"; correct?

 
JB2448
JB2448's picture

Joined: 2010-10-02
Posts: 26
Posted: Thu, 2014-07-17 00:48

There's no album with that name (the closest would be http://jb2448.info/Pokemon_Adventures_11, and really, I believe it's getting the URL from http://jb2448.info/Pokemon_Adventures_11/Pokemon-Adventures-v11---163 specifically for who knows what reason.
Changing to the default theme didn't seem to work, and I have no special characters in any of my URLs.