Page 3 of 5
first
previous
1
2
3
4
5
next
last
Sun Jun 08 2008, 10:34PM
I don't know if it is just me, but I was finding this thread hard to follow, but I have a similar issue.

The images will thumb and show in the website, but in the admin section when I need to preview and approve them they show just the file name and the "X" of "Make album" icon. When I click on the image I get You don't have permission to access /e107_plugins/sgallery/showpic.php on this server.

..Update..
I am not sure exactly how I did it, but I was successful in fixing this issue. I believe I simply edited the Thumbphp.config.php to $PHPTHUMB_CONFIG['document_root'] = '/home/www/';


But I am still not able to see the thumbs of the images inside the album admin page, or the Picture Manager in the album edit. I also find it interesting that I am mysteriously not the only one.

I have just made sure and corrected teh correct ImageMagick and cache settings were right, and can't think of anything else.

[ Edited Mon Jun 09 2008, 08:22PM ]
Back to top
Tue Jun 10 2008, 11:20PM
I really need to fix this. Please make a test for me - activate Gallery menu on your home page and view it as not registered user and as an admin.
Contact me at the email listed on my profile page.
Back to top
Wed Jun 11 2008, 11:53AM
I will do so, but I did have a bit of information that might be helpful.

I am running two sites, one live and one test, both with this program and both with the same hosting company. The test server runs this plugin perfectly, and the other has this issue.

My host helped me out with the following server setup info:

[Edit by SecretR] Links removed - It's sensible info and it shouldn't be public available :)

I will look over these and see if there is a difference. Maybe you would see better than me.

[ Edited Wed Jun 11 2008, 05:14PM ]
Back to top
Wed Jun 11 2008, 05:25PM
[Edit by SecretR] Links removed - It's sensible info and it shouldn't be public available :)
Back to top
Sat Jun 14 2008, 04:36AM
I have reinstalled the E107 with supposedly the same setup, but I get another error. Here is the message I get, I don't understand it because I am not too experienced, but maybe you can make since of it.

../../e107_plugins/sgallery/pics/mv6wudd66xc8/__416wd963evl__ss500_.jpg -> ../../e107_plugins/sgallery/pics/mv6wudd66xc8/416wd963evl__ss500_.jpg

phpThumb() v1.7.8-200709161750 in file "phpthumb.class.php" on line 216
setSourceFilename(../../e107_plugins/sgallery/pics/mv6wudd66xc8/__416wd963evl__ss500_.jpg) set $this->sourceFilename to "../../e107_plugins/sgallery/pics/mv6wudd66xc8/__416wd963evl__ss500_.jpg" in file "phpthumb.class.php" on line 243
file_exists() = 0 in file "phpthumb.class.php" on line 1099
is_executable() = 0 in file "phpthumb.class.php" on line 1100
using ImageMagick path from `which convert` (/usr/bin/convert) in file "phpthumb.class.php" on line 1119
ImageMagick version checked with "convert --version" in file "phpthumb.class.php" on line 1146
ImageMagick convert --version says "Version: ImageMagick 6.0.7 04/19/08 Q16 http:" in file "phpthumb.class.php" on line 1154
Addding ImageMagick formats to $AvailableImageOutputFormats (text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 876
$AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 882
$this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 893
$this->thumbnailQuality set to "80" in file "phpthumb.class.php" on line 910
!$this->config_allow_src_above_docroot therefore setting "/home/clanhqor/public_html/e107_plugins/sgallery/pics/mv6wudd66xc8/__416wd963evl__ss500_.jpg" (outside "/usr/local/apache/htdocs") to null in file "phpthumb.class.php" on line 1064
$this->sourceFilename set to "" in file "phpthumb.class.php" on line 811
phpThumb() v1.7.8-200709161750 "" does not exist in file "phpthumb.class.php" on line 3614
setCacheDirectory() starting with config_cache_directory = "" in file "phpthumb.class.php" on line 917
$this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 953
SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 2999
starting ExtractEXIFgetImageSize() in file "phpthumb.class.php" on line 2856
GetImageSize("") failed in file "phpthumb.class.php" on line 2879
$this->useRawIMoutput=false because "bg" is set in file "phpthumb.class.php" on line 1217
$this->useRawIMoutput=false after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1223
ImageMagickThumbnailToGD() aborting because $this->sourceFilename is empty in file "phpthumb.class.php" on line 1270
ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 2886
SetOrientationDependantWidthHeight() starting with ""x"" in file "phpthumb.class.php" on line 2835
SetOrientationDependantWidthHeight() setting w="640", h="480" in file "phpthumb.class.php" on line 2851
EXIF thumbnail extraction: (size=0; type=""; 0x0) in file "phpthumb.class.php" on line 2938
starting SourceImageToGD() in file "phpthumb.class.php" on line 3196
$this->useRawIMoutput=false because "bg" is set in file "phpthumb.class.php" on line 1217
$this->useRawIMoutput=false after checking $UnAllowedParameters in file "phpthumb.class.php" on line 1223
ImageMagickThumbnailToGD() aborting because $this->sourceFilename is empty in file "phpthumb.class.php" on line 1270
Not using EXIF thumbnail data because $this->exif_thumbnail_data is empty in file "phpthumb.class.php" on line 3245
$this->gdimg_source is still empty in file "phpthumb.class.php" on line 3297
ImageMagickThumbnailToGD() failed in file "phpthumb.class.php" on line 3299
phpThumb() v1.7.8-200709161750 Unknown image type identified by "" () in SourceImageToGD()[3411] in file "phpthumb.class.php" on line 3614
SourceImageToGD() failed in file "phpthumb.class.php" on line 323


What it seems to me is there are some broken configurations in here. Is this right?
Back to top
Sat Jun 14 2008, 10:30PM
I see bad resolved path
/home/clanhqor/public_html/ vs /usr/local/apache/htdocs
which creates conflict with config_allow_src_above_docroot = false configuration setting. Just try to set it true to see if I'm right. You may wish to set manually the document_root phpTumb configuration setting.
Back to top
Mon Jul 14 2008, 08:52PM
?????? ??????? !
?????????? ? ??? ???????, ????? ?? ??????? ??????.
?? ? ?? ??? ?? ???? ???????? ???? ?? ??????, ????? ?? ?????? ???. ?? ?? ???? ????? ? ??????????, ?????? ?? ??? ?? ?????????? ??? ?? ??????? ???.
?????? ??? ???? ??? ???? ? ??????????? ? ??? ?? ?? ??????? ?????????? thumbnail /users/sofiaclu/public_html/united/.

???? ??????? ????? ???? ?? ?? ???, ?? .. ???? ???? ???? ????????, ?? ?? ?????? ? ?? ??? ?????????? -/e107_plugins/sgallery/pics/8dq3vllhruqx ? ????? ?????? ?? ? ?????? ?? FTP-to.
Back to top
Tue Jul 15 2008, 12:05AM
PHP Safe mod ???????? ???-????????.
?? ????????? ?? ????????? ?? ??????? ??? ???????? ?? ?107bg.org
Back to top
Mon Aug 04 2008, 11:59AM
Hello.

I'm having issues getting thumbnails to display. I can upload images fine, placeholder thumbs are created and the links click through to the main image. The site http://forum.mygearisred.com

I'm using e107 7.11, gallery 2.06 and widgets 1.01 (but I've purchased a licence for the latest version of lightview).

SecretR I've set you up a test account if you care to drop by? I know zero php and could use the help.
Back to top
Mon Aug 04 2008, 10:24PM
I didn't get the account info, just few PM notification from your site.
However I'm not sure what you are trying to do and where exactly you are experiencing problems but see a reference to a lot of JS to your e107_plugins/cxlib folder. There is a JS error on your site saying Lighview is not defined, so I suspect there are JS conflicts on your page. Try to disable most of your plugins to see if this will fix your problems.
I still don't have an access to see what happens with your thumbnails and if I can find the error (if any).
Back to top
Page 3 of 5
first
previous
1
2
3
4
5
next
last
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF

Jump:     Back to top