Troubleshooting http://minishowcase.net/community/index.php?p=/categories/troubleshooting/feed.rss Fri, 03 Feb 12 21:45:30 -0500 Troubleshooting en-CA Softlinks in gallery directory not working with PHP 5.3.3 http://minishowcase.net/community/index.php?p=/discussion/490/softlinks-in-gallery-directory-not-working-with-php-5.3.3 Mon, 30 Jan 2012 14:30:47 -0500 shredluc 490@/community/index.php?p=/discussions http://people.via.ecp.fr/~jm/minishowcase-jm.html for the submenus). It would correctly follow the softlink and display both subdirs and photos.
I decommissioned my old server and setup this new one and in the process ended up moving to Centos 6, which includes PHP 5.3.3

Here any directory that is a softlink fails to display both sub menus and the photos. I have tried both vanilla minishowcase and jm's fork.This ability to use soft links is absolutely essential since i have hundreds of gigabytes of photos and a tiny mirrored 74GB sas drive in the server. Copying the photos to the galleries directory is not possible. The softlinks point to NFS mounts on a central NAS unit.

The culprits seem to be the PHP scandir() and opendir() methods and the fact that PHP 5.3 does not recognize symlinks to directories as directories. is_dir() returns false on a symlink. I don't know if PHP will be fixed in the next patch or if this is the intended functionality progression. Any chance that minishowcase will be modified to work with newer versions of PHP?

Thanks!]]>
Navigation thumbnails not showing http://minishowcase.net/community/index.php?p=/discussion/489/navigation-thumbnails-not-showing Fri, 20 Jan 2012 10:00:03 -0500 mickie 489@/community/index.php?p=/discussions I installed the minishowcase both; locally on my iMAC 10.6.4 with MAMP and on the server. It's fantastic working and really easy to handle, great showcase.

The only issu I see now is online, the smaller thumbnails of the navigation bar (above the large images) don't show and a missing icon is shown instead. no idea why that would be. I have plenty of other images, etc with other script and no problems, so I can't think that this will be any problem with the GD...

Thanks a lot]]>
chane of $settings['gallery_default_name'] does not work http://minishowcase.net/community/index.php?p=/discussion/454/chane-of-settingsgallery_default_name-does-not-work Wed, 07 Jul 2010 10:43:26 -0400 ong 454@/community/index.php?p=/discussions
I want to upload images to directories encoded with the date - for example, if I upload today, i would use "2010_07_07" as directoryname (below /galleries/ of course!). Tomorrow I would use "2010_07_08" and so on.
I changed the settings.php
Instead of
$settings['gallery_default_name'] = 'venezuela';
I am using this:
$heute = date("Y_m_d");
$settings['gallery_default_name'] = $heute;

Also set:
$settings['gallery_default'] = true;

My problem: It does NOT work! Always the gallery which fits the FIRST of the
$settings['gallery_sorting'] = 5;
definition is shown on startup.

... please - any idea?
Olaf]]>
minimanage - client http://minishowcase.net/community/index.php?p=/discussion/488/minimanage-client Sun, 01 Jan 2012 14:31:30 -0500 arthurema 488@/community/index.php?p=/discussions Issues with Go Daddy and Thumbnails http://minishowcase.net/community/index.php?p=/discussion/486/issues-with-go-daddy-and-thumbnails Tue, 15 Nov 2011 22:59:44 -0500 heckels 486@/community/index.php?p=/discussions
I'm having issues with the thumbnail capabilities of minishowcase. If the "create thumbnails" option is set to true, nothing with happen and I'll be left with placeholders for each of the thumbnails with their descriptions. If it is set to false, then it takes forever for the thumbnails to load - I assume because we're having to load the full image and then scale it down.

In reading others' issues, I think the issue has something to do with GoDaddy as our host. BUT, since I've seen some progress since on the GoDaddy issue I'm not sure if this has been rectified yet or not.

I've tried the ?thumbnail.php but despite it saying that the thumbnails have been successfully created there are still no thumbnails in my cache. Is this a space issue with GoDaddy? If so, how do I correct it?

If the thumbnail GD issue cannot be rectified, is there a way for use to create thumbnails and place them in the cache folder? If so, what naming convention do we need to follow???

I believe we meet the requirements listed on your page. You can see our test.php file here:

www.mheckeldesign.com/test.php

The gallery is hosted at www.mheckeldesign.com/gallery/index.php.

Server Info:
OS/Hosting Type: Windows / Shared Hosting

Hosting Configuration:
.Net Runtime Version: ASP.Net 2.0/3.0/3.5
PHP Version: PHP 5.2
IIS Version: IIS 7.0

Thanks so much, Victor.

Scott

]]>
continuous_nav doesn't work for slimbox and thickbox http://minishowcase.net/community/index.php?p=/discussion/484/continuous_nav-doesnt-work-for-slimbox-and-thickbox Sun, 02 Oct 2011 11:34:27 -0400 kwokkie 484@/community/index.php?p=/discussions Is there an easy way for me to enable continuous_nav for those two preview modes?]]> Thumbnailing errors http://minishowcase.net/community/index.php?p=/discussion/482/thumbnailing-errors Fri, 16 Sep 2011 18:44:29 -0400 gabbermatt 482@/community/index.php?p=/discussions
basically, when I goto /galleries/?thumbnails and try to run the script on a folder it gets about 60 pictures in and then just stops. I check the error_log in /libraries/ and I see this:

[16-Sep-2011 17:20:09] PHP Notice: getimagesize() [function.getimagesize]: Read error! in /home/**redacted**/public_html/Anime/libraries/thumb.display.php on line 108
[16-Sep-2011 17:20:09] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/**redacted**/public_html/Anime/libraries/thumb.display.php:108) in /home/**redacted**/public_html/Anime/libraries/thumb.display.php on line 220
[16-Sep-2011 17:20:09] PHP Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/**redacted**/public_html/Anime/libraries/thumb.display.php on line 224

I was having other issues before, but it was related to php memory limit, raised that and continue to get those errors.

If you want to see it let me know (is thre a PM system?) I would post the link but the thumbnailing uses quite a bit of resources and I don't want 5000 people running the script at once. =\]]>
galleries opening with subs as well http://minishowcase.net/community/index.php?p=/discussion/481/galleries-opening-with-subs-as-well Fri, 09 Sep 2011 20:55:10 -0400 virus 481@/community/index.php?p=/discussions
any advice is appreciated.

gallery at - http://phoenix-mc.org/pics/index.php

thanks!]]>
Galleries not showing. http://minishowcase.net/community/index.php?p=/discussion/442/galleries-not-showing. Tue, 18 May 2010 12:08:48 -0400 netweb 442@/community/index.php?p=/discussions
http://www.91lacrosse.com/pages/gallery/
http://www.liseniorsquadron.org/pages/gallery/

I am installing this gallery on a new website on the same server and am having issues. The galleries are not showing up. The galleries just keep loading.

http://peconicstarfleet.com/pages/gallery/

I have tried several solutions to no avail. I have changed the permissions of several folders, have changed in settings.php the gallery_sorting and thumbnail_sorting both to 0. I have changed the minishowcase_url to the different ones this particular website uses.

The PHP is up to date because the showcase is up and working on other sites on my server (as seen above). Safe Mode is off and GD is enabled.

Any help would be greatly appreciated.

If it helps: http://peconicstarfleet.com/pages/gallery/info.php]]>
galleries_menu http://minishowcase.net/community/index.php?p=/discussion/475/galleries_menu Tue, 14 Jun 2011 10:46:19 -0400 jpc 475@/community/index.php?p=/discussions I have successfully used minishowcase on my Mac with MAMP before.
The result of how i used minishowcase can be seen here: http://www.lizannedesigns.com/minishowcase/index.php
However, from the original time I used Mamp to design the above website until now, I had to reformat my computer.
So I reformatted my computer and re-download and reinstalled MAMP and then I downloaded all the files with the working minishowcase from the above site. This time though, the galleries_menu are not being populated with the titles any more. The same codes and files work perfectly on the web hosting site, but for some odd reason, it is not populating the galleries_menu when I use my MAMP localhost, eventhough I haven't changed any setting on my MAMP. Can anyone help me please? Thank you very much.

To confirm what the problem was, I have just downloaded the minishowcase folder and files from the minishowcase website, and I moved the minishowcase folder to my htdocs folder...opened it....and just as I suspected...the "Valenzuela" title is not showing as well in the galleries_menu, when it should be showing like how it is shown in the demo site of minishowcase.

Please help me solve this issue. Thank you very much.]]>
Error "including" minishowcase in php file http://minishowcase.net/community/index.php?p=/discussion/477/error-including-minishowcase-in-php-file Sat, 18 Jun 2011 09:33:10 -0400 jpc 477@/community/index.php?p=/discussions
I have included the index.php file inside the minishowcase folder within a php file called collections.php.
Here is the code inside collections.php:
<?php include('header.html'); ?>




<?php include('footer.html'); ?>

Here is the result of minishowcase:

[DEBUG] Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1

click to dismiss...

Galleries

tools:
Powered by minishowcase and cpaint
« BACK TO THUMBNAILS


[ 10] | pause slideshow


How can I fix this?
Thank you very much.]]>
The ordering problem http://minishowcase.net/community/index.php?p=/discussion/474/the-ordering-problem Wed, 01 Jun 2011 15:09:10 -0400 begeiste 474@/community/index.php?p=/discussions
I have named the folders under Galleries Thursday, Friday, Saturday, and Sunday. But the ordering has a problem, the menu list orders Thursday, Sunday, Saturday, Friday. I have followed the instruction at settings.php below:

* 0 : default platform sorting (check it on your platform)
* 1 : natural sorting (0833.jpg comes before 2018.jpg)
* 2 : natural sorting, case-insensitive (recommended)
* 3 : reverse default platform sorting
* 4 : reverse natural sorting
* 5 : reverse natural sorting, case-insensitive
* 6 : EXIF date (not tested thoroughly)
* 7 : EXIF date (reverse order, not tested thoroughly)
* NOTE: if PHP was compiled without EXIF support it'll fall back to '0' */
$settings['gallery_sorting'] = 3;//orignial is 2
$settings['thumbnail_sorting'] = 0;
Please help me to correct the problem when you can? Much appreciate it!!!!]]>
Slovak language translation + troubleshooting http://minishowcase.net/community/index.php?p=/discussion/470/slovak-language-translation-troubleshooting Mon, 02 May 2011 03:58:00 -0400 mehturt 470@/community/index.php?p=/discussions However some texts do not display proper characters; in particular the content of $lang["gallery_reload"] is not displayed properly. I created the sk.php file using vim via urxvt, it's in UTF-8 and in vim all the characters show fine.
I can provide the sk.php if anyone cares to investigate.
Thanks..]]>
Gallery doesn't show properly in IE7 http://minishowcase.net/community/index.php?p=/discussion/415/gallery-doesnt-show-properly-in-ie7 Sat, 20 Mar 2010 05:54:16 -0400 popinieko 415@/community/index.php?p=/discussions
I'm testing a gallery at this moment on the following location:
http://www.intellitainment.nl/testsite/gallery.php

It shows up correctly in Firefox // Mozilla/5.0 (Firefox/3.6), but apparently it doesn't show the correct styling in IE7.0.6001. I get the following DEBUG message, while I disabled all three debug messages in the settings.php file.

[DEBUG] Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; Tablet PC 2.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30618)


Any ideas what the problem could be?



Bug found... it was an ' too much in a theme file]]>
gallery sort not work http://minishowcase.net/community/index.php?p=/discussion/471/gallery-sort-not-work Mon, 02 May 2011 04:46:03 -0400 remus25 471@/community/index.php?p=/discussions
2009/Friends
2009/Cars
2009/Flowers
2010/Notebook
2010/Work
2010/Fruits
2011/Poster

how can i set that the 2011/Poster is the first not 2009/Friends
i found the settings.php on line 260, i change the settings but no effects

thanks for help]]>
problem creating gallery on apache 2.X and php 5.X http://minishowcase.net/community/index.php?p=/discussion/171/problem-creating-gallery-on-apache-2.x-and-php-5.x Wed, 27 Jun 2007 03:28:47 -0400 scomodo 171@/community/index.php?p=/discussions Apache log say:

[Wed Jun 27 12:14:08 2007] [error] [client 127.0.0.1] File does not exist: /srv/httpd/htdocs/csi4/minishowcase/libraries/images, referer: http://localhost/csi4/minishowcase/index.php
[Wed Jun 27 12:14:08 2007] [error] [client 127.0.0.1] File does not exist: /srv/httpd/htdocs/csi4/minishowcase/libraries/themes, referer: http://localhost/csi4/minishowcase/index.php

i dont understand this problem becuase these file doesn t exist even in a fresh installation of minishowcase..

On konqueror browser when i click on a dir gallery, it remains forever in state "loading gallery" while on firefox it just show description of gallery but no image are shown.]]>
2 Errors on showing the gallery front page http://minishowcase.net/community/index.php?p=/discussion/418/2-errors-on-showing-the-gallery-front-page Fri, 26 Mar 2010 16:16:46 -0400 AdamM 418@/community/index.php?p=/discussions I'm getting these 2 errors when I open the gallery.

Deprecated: Function ereg_replace() is deprecated in /home/adamm/public_html/wedding/libraries/general.init.php on line 96

Notice: Undefined index: JPG Support in /home/adamm/public_html/wedding/libraries/general.init.php on line 100

Info:
Minishowcase Ver: 09b142
PHP Ver: 5.3.1
GD Ver: 2.0.34
Apache2 Backend

I've looked into it a bit and PHP are getting rid of ereg_replace() and replacing it with preg_replace() - I haven't tried to change the code myself yet...I figured i'd start here.

BTW, love this gallery!]]>
Free Photo Gallery Scripts Recommended http://minishowcase.net/community/index.php?p=/discussion/472/free-photo-gallery-scripts-recommended Mon, 02 May 2011 21:36:34 -0400 bizboy12 472@/community/index.php?p=/discussions Glad to recommend to you.
minishowcase is a small and simple PHP/Javascript online photo gallery, powered by AJAX that allows you to easily show your images online, without complex dababases or coding, allowing to have an up-and-running gallery in a few minutes.
More free PHP Image galleryscripts you can check out the site.
Hopefully can help you]]>
alert menssage password encripted http://minishowcase.net/community/index.php?p=/discussion/465/alert-menssage-password-encripted Fri, 25 Mar 2011 19:18:47 -0400 botika 465@/community/index.php?p=/discussions
Un saludo

Hi Victor, this gallerie it's fantastic, I've read that Spanish is your first language and that helps me a lot, I vill like to ask you it is possible to encript the password tht the usser puts in the window alert and how to do that.
It would be something like Type = "password" of a "form".

Best rewards]]>
Scaled Preview Image set to 100% but still not crisp http://minishowcase.net/community/index.php?p=/discussion/464/scaled-preview-image-set-to-100-but-still-not-crisp Thu, 24 Mar 2011 16:32:36 -0400 MoDan9 464@/community/index.php?p=/discussions minishowcase for each of them.
They both have a keen eye for the "crispness" of their pictures.
Right now, the Scaled Preview images, and both settings for the thumbnails
are set to 100%, just to make sure. and they are still complaining about
the scaled image (the mid sized) not being crisp.
They notice and so do I, that the full sized images are crisper.
They want the scaled images to be crisper. how can we get them crisper
if they are already set to 100%?
is there still some compression happening on them?

Moe]]>
Whar we coos wrong white include http://minishowcase.net/community/index.php?p=/discussion/459/whar-we-coos-wrong-white-include Fri, 26 Nov 2010 00:00:52 -0500 frank 459@/community/index.php?p=/discussions
We have installed the gallery on our website.
As far as we can see everything went well.

Only when opening the gallery we will not see thumbs.
You can perhaps tell us where it goes wrong.

URL:
http://nieuw.zangerescarolina.com/index.php?p=foto_gallery

config / setting.php:
$ Settings ['minishowcase_url'] = 'http://nieuw.zangerescarolina.com/gallery';

libraries / general.init.php
| | ($ Settings ['minishowcase_url'] == 'gallery')) {

Cheers Frank
]]>
Why is there a thumnail duplicate in two of my galleries? http://minishowcase.net/community/index.php?p=/discussion/458/why-is-there-a-thumnail-duplicate-in-two-of-my-galleriess Thu, 18 Nov 2010 15:18:59 -0500 Steph1 458@/community/index.php?p=/discussions
Does anyone know the solution to this problem?

Thank you!]]>
Fullsized images do not show http://minishowcase.net/community/index.php?p=/discussion/460/fullsized-images-do-not-show Mon, 06 Dec 2010 11:29:11 -0500 Pawwlik 460@/community/index.php?p=/discussions I used Minishowcase years ago without any problems (great soft :) )

Now I installed Minishowcase (latest - minishowcase_v09b142) on a linux server with PHP 5.3.1RC2 and built in GD support.

Everything works fine (galleries are shown, thumbnails are created and displayed). Galleries folders have 777 permissions. But when I click on the thumbnail, the message "loading xxx.jpg" displays, and it's displayed forever, no image appears. The minithumbs on the top show fine.

When I select another preview mode (slimbox, thickbox) it works (the images are displayed properly). Only the default preview_mode=0 does not. Ok, I would use thickbox, but problem is, the slideshow function calls the default and does not work (it shows "loading" all the time again).

Can the slideshow be modified to call thickbox for displaying?

Please advice where could be the problem.]]>
How to solve problems with grey thumbs/images that happens using characters non-ASCII standard http://minishowcase.net/community/index.php?p=/discussion/437/how-to-solve-problems-with-grey-thumbsimages-that-happens-using-characters-non-ascii-standard Sat, 08 May 2010 06:58:29 -0400 Fenix-TX 437@/community/index.php?p=/discussions message, but i think that is better a new topic publishing the solution.

People using minishowcase have already known that there are problems with some characters in languages like spanish. After trying a lot of possible solutions now i've get the best solution.

You need to following the following steps:

1. On config/settings.php set false to $settings['set_double_encoding'], so the line now is (by default is false, but it's possible that you changed it):

$settings['set_double_encoding'] = false;


2. On libraries/thumb.display.php search this code (it's practically at top of the file)

//// receives the original image as [?img=relative/path/to/image.jpg] ////
// get image path
$img = false;
if (isset($_GET["img"])) {
if ($settings['set_double_encoding']) {
$img = "../".Url_decode(htmlentities($_GET["img"]));

} else {
<b>$img = "../".str_replace("\\","", htmlentities($_GET["img"]));</b>
}
} else {


$img = false;
}


And change the line (bold line in previous code)

$img = "../".str_replace("\\","", htmlentities($_GET["img"]));


to

$img = "../".str_replace("\\","", html_entity_decode(htmlentities($_GET["img"])));


Now all characters like ñ, á, é, í, ó, ú and others in others languages works fine.]]>
Problem with mini-thumbs showing http://minishowcase.net/community/index.php?p=/discussion/435/problem-with-mini-thumbs-showing Mon, 03 May 2010 13:26:26 -0400 Nikodemsky 435@/community/index.php?p=/discussions
options i have:

settings.php:
$settings['cache_images'] = false;(doesn't make any difference after changing)
$settings['create_thumbnails'] = false;(won't display thumbs if true)
$settings['gallery_sorting'] = 2; //4
$settings['thumbnail_sorting'] = 0; //0

thumb.display.php:
$current_gallery = array_pop(split("/", dirname($img)));
$cache_thumb_dir = "../cache/"
.$settings['gallery_prefix']
.$current_gallery;
$thumb_url = $cache_thumb_dir."/"
.$_prefix
.basename($img);

also cache folder have 777 chmod, dunno what more i can show]]>
Menu - no images PROBLEM http://minishowcase.net/community/index.php?p=/discussion/457/menu-no-images-problem Mon, 19 Jul 2010 18:31:27 -0400 ciels 457@/community/index.php?p=/discussions
debug has been set on

http://psd.webege.com/minishowcase/

-dan]]>
"there are no images in this gallery" error http://minishowcase.net/community/index.php?p=/discussion/456/there-are-no-images-in-this-gallery-error Thu, 15 Jul 2010 21:10:16 -0400 SamB 456@/community/index.php?p=/discussions PHP Version 5.2.12.
GD is enabled with jpg support (just saying because I am using jpgs)
There are images under minishowcase/galleries/camping
They are jpgs with a file size of about 5mb each.
my gallery http://sambender.com/minishowcase/

When I click on the camping album it says "there are no images in this gallery...". What am I doing wrong? I know there are images in the folder.
Thanks!

edit
I also set the permissions to 777]]>
Thumbnails and resized images not being generated http://minishowcase.net/community/index.php?p=/discussion/448/thumbnails-and-resized-images-not-being-generated Thu, 03 Jun 2010 10:46:37 -0400 wwlgray 448@/community/index.php?p=/discussions
Nevermind.

I had upped the memory limit to 20M so I thought why not try bigger. pumped it to 128 and every thing works.


Thanks]]>
Chinese charset not available http://minishowcase.net/community/index.php?p=/discussion/444/chinese-charset-not-available Sun, 23 May 2010 09:35:40 -0400 t.rex 444@/community/index.php?p=/discussions I'd translated the language into Chinese but they didn't encoded well.]]> deprecated message...help!!! http://minishowcase.net/community/index.php?p=/discussion/436/deprecated-message...help Wed, 05 May 2010 07:09:18 -0400 garyfitz123 436@/community/index.php?p=/discussions
I moved servers and my gallery has stopped working. It is showing these error messages:



Deprecated: Function ereg_replace() is deprecated in /hosted/domains/r/o/rosiestewart.com/public_html/newsite/photo/libraries/general.init.php on line 96

Notice: Undefined index: JPG Support in /hosted/domains/r/o/rosiestewart.com/public_html/newsite/photo/libraries/general.init.php on line 100

My server is running PHP Version 5.3.2

I understand that ereg_replace has been deprecated, but how do i fix this?

Thanks

Gary]]>