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 16. Apr 2024, 20:18

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  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: File named dummy?
PostPosted: 25. Jan 2007, 07:00 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Everything is running well with TWG. :D

In my error log I see a lot of this:

[Wed Jan 24 19:21:37 2007] [error] [client xx.94.xx.51] File does not exist: /home/xxxxx/public_html/thexxxxxxone/gallery/dummy

(x's inserted to anonimize)

What is dummy?

Is this a hack?

Should I be re-directing these connections to my gallery page?

Is this part of the TWG system?

Please let me know.

There is no rush at all on this as nothing seem to be affected by it except maybe the guy who is looking for a dummy! :D

Thanks as always for your valuable input.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 25. Jan 2007, 10:58 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you have a version where I used this to track down a problem - it's only debug data. Simply ignore it - I have already removed this code in my actual version ...

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 25. Jan 2007, 16:08 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Is there a way to remove it or stop it from appearing?

Thanks

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 25. Jan 2007, 16:18 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
which version of twg do you have?

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 25. Jan 2007, 20:44 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

This is the version number that apears in the admin panel:

TWG Admin 1.2 - Copyright (c) 2004-2006 TinyWebGallery

I downloaded it and installed it from a zip file named:

twg155.zip

So I am not sure if it's ver 1.2 or 1.55?

Edit: OK I found it in the admin panel it says:
TWG installation check for TWG 1.5.5

So I am using ver 1.5.5


Thanks again for looking in to it.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 26. Jan 2007, 10:33 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
o.k.

open inc/index.inc.php

search for:

$preload.="'dummy'";

replace it with

$preload .= "'". $install_dir ."/buttons/1x1.gif'";

save ;). This is a preloader function where I have used a dummy before - this is already changed in my local version.

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 26. Jan 2007, 16:21 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Thank you very much for that.

I have made the change and everything appears to be running good.

I will confirm it's sucsess with you a little later on today. :D

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 26. Jan 2007, 17:04 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Well everything is running good, no problems with the change to the file.

However the error log is now showing this:

[Fri Jan 26 07:36:28 2007] [error] [client xx.68.66.216] File does not exist: /home/xxxxx/public_html/thexxxxxxxxne/buttons/1x1.gif

I imagine that the simplest way to solve this is to upload a gif called 1x1.
Can you tell me where it will show up on my site?

Thanks again for your help.
No rush on this.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 26. Jan 2007, 17:13 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
The image should be in the buttons folder already - simply check if it does exist on your server and check the path to the image

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 26. Jan 2007, 22:12 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

I checked and the 1x1.gif is on my server in the buttons directory.

What file do I check the path in?

Thanks again.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 27. Jan 2007, 12:30 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
simpy check whats wrong in the path of the button - where you have made the xxxxx - on the url that is not found should point to the file on the server.

simply compare the url in the error wit the real path on the server - there has to ba a difference.

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 28. Jan 2007, 05:16 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Yes you are correct, there is a difference, it is calling the file one dirctory level higher then it should.

None of the TWG components are at the level where the call is being made to, and that is why I am getting the error.

What I would like to know is, where the call to this directory is being made from, so I can change it at the file level.

Thanks again for your help.

Again there is no rush on this.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 28. Jan 2007, 15:46 
Offline
Site Admin
User avatar

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

I don't understand what you need now. If you know the path you can simply addopt it properly in that line you added before.

/Michael


Top
 Profile  
 
 Post subject:
PostPosted: 28. Jan 2007, 19:58 
Offline

Joined: 11. Nov 2006, 09:59
Posts: 59
Hello Michael,

Somewhere in TWG there is a file with a line in it that is calling this 1x1.gif

Do you know in what file, is this line?

Regards


Top
 Profile  
 
 Post subject:
PostPosted: 28. Jan 2007, 22:06 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
It's the line you inserted! ;).

see a couple of posts before.

/Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 7 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