|
|
|
Joined: Tue Sep 11 2007, 06:29PM
Posts: 6
|
Tue Sep 11 2007, 06:35PM
|
|
|
Hi soory for my englisch its verry bad :-)
I got a problem whit the gallery. I Install the gallery and its work fine.
My problem is i create a kategorie and a gallery. When i upload a screenshot in the album the upload works fine and the screenshot is on my server but i dons show the screenshot no thumbnail nothing. ? Only show the name of the screenshot i hab upload.
Everyone got a this problem to or can help me ?
Greatings Viroxx
[ Edited Thu Sep 20 2007, 12:26AM ]
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Fri Sep 14 2007, 04:33PM
|
|
|
|
Check the name of the plugin's folder - it should be 'sgallery'.
|
|
|
|
Joined: Tue Sep 11 2007, 06:29PM
Posts: 6
|
Sun Sep 16 2007, 02:35AM
|
|
|
Hi SecretR thx for your post, but the name of the gallery in teh plugin folder is sgallery.
pls her is a link to my gallery show pls i upload a screenshot ant i fount the screenshot on my server but not in the gallery. In the gallery i only show the standart prev. pic.
http://www.fidelitygaming.de/e107_plugins/sgallery/gallery.php
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Mon Sep 17 2007, 10:24PM
|
|
|
|
The problem comes with your server settings. Try to setup manual the server root in your phpThumb.config.php (the first array element)
|
|
|
|
Joined: Tue Sep 11 2007, 06:29PM
Posts: 6
|
Tue Sep 18 2007, 04:43PM
|
|
|
Hi i have test it but iam not a php crack *g* can you show me exactly where is must edit the path ? oh tell me the line.
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Tue Sep 18 2007, 05:50PM
|
|
|
go to sgallery/includes/phpThumb.config.php, open it and search for $PHPTHUMB_CONFIG['document_root'] (around line 30) Now see the commented lines above - you should do something like this:
$PHPTHUMB_CONFIG['document_root'] = '/home/httpd/httpdocs';
so comment the current line and uncomment the first one and make your changes to the path to your document root. If you are not sure what to type ask your server support. Good luck.
|
|
|
|
Joined: Tue Sep 11 2007, 06:29PM
Posts: 6
|
Tue Sep 18 2007, 08:04PM
|
|
|
hi i change den root and its show now First Change:
$PHPTHUMB_CONFIG['document_root'] = '/home/www/nch1324/html/';
Second Change:
$PHPTHUMB_CONFIG['document_root'] = 'home/www/nch1324/html/fidelitygaming/
but the gallery dosent work :-(
i dont know whats the prob!, other gallerys works fine Autogallery or Coppermin.
Your gallery is verry nice and i like it mor then the others but i dont know why its not running. :-(
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Wed Sep 19 2007, 12:55PM
|
|
|
Now try the following - search for:
$PHPTHUMB_CONFIG['error_message_image_default'] = '../images/gallery_120.png';
and replace it with
$PHPTHUMB_CONFIG['error_message_image_default'] = '';
change
$PHPTHUMB_CONFIG['disable_debug'] = true;
to
$PHPTHUMB_CONFIG['disable_debug'] = false;
After that you should see debug message instead the default gallery thumbnail. Post the exact error message here.
|
|
|
|
Joined: Tue Sep 11 2007, 06:29PM
Posts: 6
|
Wed Sep 19 2007, 04:54PM
|
|
|
Ok her is the massage.
phpThump( ) v1.7.7-200612252156
"/home/www/e107_plugins/sgallery/includes/../pics/8m4wey1o6feo/viroxx.jpg" does not exist
i look at my server ant the screenshot is on my server !! i dont no why he write does not exist ? when i copy the image from my server i can show it he take the screen in a resolution of 640x480.
Here is a picture.
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Thu Sep 20 2007, 12:24AM
|
|
|
As long as I see the docroot path shown above - /home/www/ - is not the same as the path you've provide in your previous post - /home/www/nch1324/html/ I think you really should ask your server support for help you with the docroot path. Just give them the path to the phpThumb.config.php The script is using some PHP pre-defines, realpath() etc to auto-detect the server paths and protect your site from the bad guys.
|
|
|
|
|
|
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow