Title: eboder's Replies | WordPress.org

---

# eboder

  [  ](https://wordpress.org/support/users/eboder/)

 *   [Profile](https://wordpress.org/support/users/eboder/)
 *   [Topics Started](https://wordpress.org/support/users/eboder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eboder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eboder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eboder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eboder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eboder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171877)
 * I am using Version 2.1.0 – that’s the newest version I can get I think …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171839)
 * Line 656 in that file is:
 *  */
 * This is the last line in the section:
 * public function delete_directory($abspath)
    { $retval = FALSE; if (@file_exists(
   $abspath)) { $files = scandir($abspath); array_shift($files); array_shift($files);
   foreach ($files as $file) { $file_abspath = implode(DIRECTORY_SEPARATOR, array(
   rtrim($abspath, ‘/\\’), $file)); if (is_dir($file_abspath)) { $this->object->
   delete_directory($file_abspath); } else { unlink($file_abspath); } } rmdir($abspath);
   $retval = @file_exists($abspath); } return $retval; } /** * Backs up an image
   file * * [@param](https://wordpress.org/support/users/param/) int|object $image*/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171837)
 * I found an older log that has a lot of lines like this: [18-May-2015 21:13:04
   UTC] PHP Warning: getimagesize(1) [[function.getimagesize](https://wordpress.org/support/users/eboder/replies/function.getimagesize?output_format=md)]:
   failed to open stream: No such file or directory in /home/techies/public_html/
   swissperience.ch/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/
   modules/nextgen_data/package.module.nextgen_data.php on line 656
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171833)
 * Sorry, I just don’t see any logs. Isn’t there a default location where logs should
   be stored for WP and/or for this plugin? Does this plugin have logs of it’s own?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171795)
 * I have full access to the cpanel for my hosting and there is a file manager. 
   Are you referring to WP logs, plugin logs or domain logs?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171790)
 * Not sure which error logs files I should be checking and where they are etc …
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Uploading images stalls](https://wordpress.org/support/topic/uploading-images-stalls/)
 *  Thread Starter [eboder](https://wordpress.org/support/users/eboder/)
 * (@eboder)
 * [11 years ago](https://wordpress.org/support/topic/uploading-images-stalls/#post-6171689)
 * Operating System : Linux (64 Bit)
    Server : Apache Memory usage : 46.44 MByte
   MYSQL Version : 5.5.42-cll SQL Mode : Not set PHP Version : 5.3.29 PHP Safe Mode:
   Off PHP Allow URL fopen : On PHP Memory Limit : 128 PHP Max Upload Size : 50M
   PHP Max Post Size : 50M PCRE Backtracking Limit : 1000000 PHP Max Script Execute
   Time : 60s PHP Exif support : Yes ( V1.4 ) PHP IPTC support : Yes PHP XML support:
   Yes Graphic Library
 * GD Version : bundled (2.1.0 compatible)
    FreeType Support : Yes FreeType Linkage:
   with freetype T1Lib Support : No GIF Read Support : Yes GIF Create Support : 
   Yes JPEG Support : Yes PNG Support : Yes WBMP Support : Yes XPM Support : Yes
   XBM Support : Yes JIS-mapped Japanese Font Support : No

Viewing 7 replies - 1 through 7 (of 7 total)