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 15. Nov 2024, 21:23

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  [ 13 posts ] 
Author Message
PostPosted: 8. Mar 2009, 12:44 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
Hi Michael,

First i would like to thank this TinyWebGallery.

Second, i've got a problem with the new flash thumbinals. It says unable to read XML from data and don't display nothing. :(

What does it mean? I did the chmod to 777 and everything else works fine (after i put a .htacess to my root dir, coz i had a problem with the session save path)

Can You Help Me?

- Roland


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 15:07 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
does the .htaccess any kind of redirect? Because the flas hhas to be able to acccess the ajax.php

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 19:11 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
Hi,

Only contain this line.

php_value session.save_path /users/xxxxx/tmp/

I don't think that this line redirect to anywhere...

Any other ideas?

PS: Thanks for you fast response :)


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 19:14 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
you can check with firebug with url is called by the flash.

or in the server log file. You can also check the log file of twg.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 19:31 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
In the log file i just find informations about when i log in to admin, nothing else. :(

http://gszi12b.atw.hu/proof.jpg

In xml directory what files do i need to get if it's working properly?

I dunno what is FireBug so i couldn't check with that right now.

Edit: I'm on a hosted server.


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 19:44 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
The xml is loaded through ajax.php or given as a parameter.

Check if there are *.flash.tmp files in the cache folder.

You can checkin the code which flash.tmp file is loaded and if it does exist.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 19:50 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
No i couldn't find *.flash.tmp file(s). So i guess it's not created.

Edit: I refreshed the cache but still nothing.


Top
 Profile  
 
 Post subject:
PostPosted: 8. Mar 2009, 20:28 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
check if you session save path really work. Try to login!

Because the path of the album for the flash is passed by the session.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 9. Mar 2009, 09:29 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
I can login, I just tried it. In the tmp folder I can see files like this:

sess_xxxxxx (xxx lot of numbers,chars)

In the debug file I can see these lines:

03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3359: php_uname() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3366: shell_exec() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3359: php_uname() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3366: shell_exec() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3359: php_uname() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3366: shell_exec() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3359: php_uname() has been disabled for security reasons
03.08.2009 10:58:02 (en) - ERROR 2 in /inc/filefunctions.inc.php, line 3366: shell_exec() has been disabled for security reasons

Is it bad?

Anyway it's not a big deal if we can't get it work. I just sad about it :)


Top
 Profile  
 
 Post subject:
PostPosted: 9. Mar 2009, 10:02 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
the debug entries mean that you e.g. cannot use image magic because for that shell_exec is used.

With firebug you could easily check if the ajax.php is called and with the log files you see if it is really called (or be making a debug entry in this file).

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 9. Mar 2009, 13:34 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
I just checked it in IE 7.0 and it works... Is it possible that it not works under FireFox 3.0.7?

Thanks for your help and all of your response I appriciate it! ;) :)


Top
 Profile  
 
 Post subject:
PostPosted: 9. Mar 2009, 13:46 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
I'm running 3.0.7. You can check on the demos of the website. Maybe you have installed plugin in Firefox that blocks something.

- Michael


Top
 Profile  
 
 Post subject:
PostPosted: 9. Mar 2009, 14:16 
Offline

Joined: 8. Mar 2009, 11:44
Posts: 9
I will check it when I go home at friday coz i'm at the student's hostel right now.

I remember when i tried the demos on the site they were working for me. :S

I hope it will work when I go home under Firefox not just under IE 7.0.

Thanks again everything. :)

-Roland


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

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 3 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