Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 19. Apr 2024, 02:02

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 3. Dec 2007, 22:12 
Offline

Joined: 2. Dec 2007, 12:55
Posts: 4
this is my second attempt. I understand that as a newbie I am not entitled to have urls in my postings. therefore, I either leave the h... and the three w's or the first part of the address, when trying to make other people understand the problem.

I solved the problem with the counter by means of an entry in the forum viewtopic.php?t=1210&highlight=counter

the error message saying tview or sview not defined was explained at
iewtopic.php?t=1017&highlight=tview

the error messages on imagesize were
09.11.2007 14:50:36 - ERROR 8 in imagefunctions.inc.php, line 553: getimagesize(): Read error!
09.11.2007 14:50:36 - Size of image 1992_921125og01.jpg.small.jpg cannot be detected using 1024x768.

I read the post t=383&highlight=getimagesize

The info on installation (TWG 1.6) was

PHP Version >= 4.3.0 ja (5.2.3) -
XML Unterstützung vorhanden -
gd_lib Unterstützung vorhanden -
gd_lib >= 2.0 ja (2.0.34) -
imagecreatetruecolor vorhanden -
Speicherlimit Sehr gut (90M) -
Maximale Auflösung ~ 4579 x 3438 -
Funktion imagerotate vorhanden vorhanden -
Text Wasserzeichen vorhanden -
Remote jpg Unterstützung Nicht verfügbar (allow_url_fopen = off) -
File Uploads vorhanden -
upload_max_filesize 7M Session vorhanden
Javascript vorhanden

The only possibility would be to resize the pix, but what I don't understand is that if the maximum size is set to 4579 x 3438 why images of 999 x 838 are not shown in the preview (size 282kB)

Do I really have to resize the images to match the maximum of 1024 x 768?

the _mydebug.out file had a size of nearly 400 kB and contained other messages on "undefined variable" for instance, for which I could not find anything in the forum

10.22.2007 8:48:42 - ERROR 8 in i_info.php, line 158: Undefined variable: lang_tag_enter_image
10.22.2007 8:48:42 - ERROR 8 in i_info.php, line 159: Undefined variable: lang_tag_enter_dir

in a different environment (sent a crawler over my pages) I got the following error messages
Zugriff nicht möglich um 01.12.2007 10:20:
5-tdn in english/' + imagenames[pos] + '
Fehler: Error 404 Not Found
Link-Ursprung: index.php?twg_album=5-tdn+in+english&twg_show=tdnfoto.jpg

Zugriff nicht möglich um 01.12.2007 15:16:
i_frames/fadeimages[srcnum];
Fehler: Error 404 Not Found
Link-Ursprung: i_slideshowie.php?twg_album=1992&twg_show=920710cumha01.jpg

Zugriff nicht möglich um 01.12.2007 15:16:
i_frames/'+fadeimages[curimageindex]+'
Fehler: Error 404 Not Found
Link-Ursprung: i_frames/i_slideshowie.php?twg_album=1992&twg_show=920710cumha01.jpg

Zugriff nicht möglich um 01.12.2007 15:16:
i_frames/'+fadeimages[nextimageindex]+'
Fehler: Error 404 Not Found
Link-Ursprung: i_frames/i_slideshowie.php?twg_album=1992&twg_show=920710cumha01.jpg

Zugriff nicht möglich um 01.12.2007 16:21:
i_frames/'+fadeimages[0]+'
Fehler: Error 404 Not Found
Link-Ursprung: i_frames/i_slideshowie.php?twg_album=alstertour&twg_show=alster05.jpg

Maybe there is a simple solution to the problem(s) or might it be that all the different message point to one and the same thing?


Top
 Profile  
 
 Post subject:
PostPosted: 3. Dec 2007, 23:04 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
about

Code:
09.11.2007 14:50:36 - ERROR 8 in imagefunctions.inc.php, line 553: getimagesize(): Read error!
09.11.2007 14:50:36 - Size of image 1992_921125og01.jpg.small.jpg cannot be detected using 1024x768.


Simply means you have an imae that has an error the gdlib cannot process. It is maybe shown by an imageviewer. Simply open it and save it again with any imae software.

Your maxumum is ~ 4579 x 3438.
All images close to this resolution should be resized.

Code:
10.22.2007 8:48:42 - ERROR 8 in i_info.php, line 158: Undefined variable: lang_tag_enter_image
10.22.2007 8:48:42 - ERROR 8 in i_info.php, line 159: Undefined variable: lang_tag_enter_dir


I checked this. Which language file are you using. Check if this variable is defined in the one you use. I checked the current ones - seems to be in all!


Code:
Zugriff nicht möglich um 01.12.2007 16:21:
i_frames/'+fadeimages[0]+'
Fehler: Error 404 Not Found
Link-Ursprung: i_frames/i_slideshowie.php?twg_album=alstertour&twg_show=alster05.jpg


Crawler do not work very well with Ajax stuff - If you can reproduce this by navigatiing with a browser it's interesting - otherwise it does not help very much.

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 4. Dec 2007, 11:50 
Offline

Joined: 2. Dec 2007, 12:55
Posts: 4
thanks for your swift response and respect for the tremendous work you are doing with all the help you offer to people (like me) who have no clue how to write a little piece of script

yet I was unable to solve the problems. on the imagesize error message you said

TinyWebGallery wrote:
Simply means you have an image that has an error the gdlib cannot process. It is maybe shown by an imageviewer. Simply open it and save it again with any image software.


I did that for three images, but without any perceivable improvement to what is happening to me and any other visitor of my gallery. Certainly, the browser does not tell me that anything is wrong (that is I have no error message), but this is what happens.

Once I've cleared the image cache everything seems to be alright, but soon after I have opened a gallery (I have tried several ways but could not detect a system) the thumbnails are partly or completely not shown any more. Sometimes even the titles disappear. I still can open any image in preview and get a fullsized image, but the thumbnails are not available any more.

On the error messages concerning "language" you said

Quote:
I checked this. Which language file are you using. Check if this variable is defined in the one you use. I checked the current ones - seems to be in all!


I don't quite understand this. I am using German, English and Turkish, but where should I check what in order to find out whether the languages are defined or not? Yet, this does not seem to be a major problem, since I can easily switch between all three languages (at least at the start)

If you want to see for yourselve what is happening, I can send you the address by e-mail (since I am still not allowed to include urls in my messages) or you can find it in the mails on the Turkish translation I did.


Top
 Profile  
 
 Post subject:
PostPosted: 4. Dec 2007, 12:23 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
send me the url - but you should now be able to post urls ...


Top
 Profile  
 
 Post subject:
PostPosted: 4. Dec 2007, 12:35 
Offline

Joined: 2. Dec 2007, 12:55
Posts: 4
It seems that I did not use the right terms to search in the forum, but possibly found the solution in this posting

viewtopic.php?t=491&highlight=thumbnails

chmod=777 for the cache folder did the trick I suppose

Since I got a warning not to use urls I can't show the page (maybe at another section of the forum)

thanks anyway


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 28 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy