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, 06:59

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  [ 9 posts ] 
Author Message
 Post subject: Unable to save profiles
PostPosted: 12. May 2011, 20:41 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
Joomla version = 1.6
JFU Version = 2.13
Web server = Linux

I have just downloaded and installed JFU, everything seems to be working fine apart from the fact I am unable to save any of the configuration settings for the profiles, when I click on save and close it says there is a error on page.

I have checked the permission settings and made sure JFU config is allowed for super admin and also changed the session to none from database.

There doesn't seem to be a log file generated in the directory for the component to copy and paste anything.

Any help is much appreciated as this module looks to be exactly what I am looking for :)


Top
 Profile  
 
PostPosted: 12. May 2011, 22:30 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
which error message do you get?
Have you tried to reinstall?

And JFU only supports 1.6.1 and up because 1.6.0 was extremely buggy.

I havd a user with the same problem. There it was a permission problem of the user. He installed Joomla through an installer and all components he installed by himself could not access the db properly.

Best,
Michael


Top
 Profile  
 
PostPosted: 13. May 2011, 00:48 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
Michael,

Thanks for the reply, just checked and I have 1.6.2 installed.

I'm not really getting an error message, just doesn't do anything when I click save & close, in the bottom left corner it brings up an error on page warning.

I have checked all permissions and seems ok, other mods and coms are working fine. I can try a reinstall and see if that solves the problem...strange as everything else works great.

I will keep you posted

Cheers for your help :D


Top
 Profile  
 
PostPosted: 13. May 2011, 00:54 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
Hmm did a reinstall on a fresh site and still have the same issue :(


Top
 Profile  
 
PostPosted: 13. May 2011, 01:03 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
Is it possible that it may be related to the CHMOD settings of the files in the administrators/components folder? is there a particular file that the config of the profiles writes too?


Top
 Profile  
 
PostPosted: 13. May 2011, 01:06 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
hmmm moved it from the administrator area to site, still no joy :(


Top
 Profile  
 
PostPosted: 13. May 2011, 08:14 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
can you enable the debug of joomla and look for an insert in the sql's below. chck if the table prefixes are o.k.

Best,
Michael


Top
 Profile  
 
PostPosted: 13. May 2011, 18:55 
Offline

Joined: 12. May 2011, 20:31
Posts: 6
enabled the debug, and no sql statement shows insert :(

The log is below, does anything seem out of place?

Profile Information**
Application 0.003 seconds (+0.003); 0.32 MB (+0.32) - afterLoad
Application 0.113 seconds (+0.110); 3.03 MB (+2.71) - afterInitialise
Application 0.113 seconds (+0.000); 3.03 MB (+0.00) - afterRoute
Application 0.254 seconds (+0.142); 5.92 MB (+2.89) - afterDispatch
Application 0.372 seconds (+0.118); 6.98 MB (+1.06) - afterRender
**Memory Usage**
7.06 MB (7,400,260 Bytes)
**21 Queries Logged**
1.DELETE
FROM `jos_session`
WHERE `time` < 1305304995
2.SELECT `session_id`
FROM `jos_session`
WHERE `session_id` = 'd7f82f906f70d2b42a0e917fb952e6d1'
LIMIT 0, 1
3.SELECT extension_id AS "id", element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
4.SELECT folder AS type, element AS name, params
FROM jos_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1,2,3,4)
ORDER BY ordering
5.SELECT template, params
FROM jos_template_styles
WHERE client_id = 1
AND home = 1
6.SELECT extension_id AS "id", element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'component'
AND `element` = 'com_jfuploader'
7.SHOW FIELDS
FROM jos_joomla_flash_uploader
8.SELECT *
FROM jos_joomla_flash_uploader
WHERE `id` = '2'
9.SELECT *
FROM jos_users u
where username NOT IN (SELECT us.username
FROM jos_joomla_flash_uploader_user u, jos_users us
where u.user=us.id
AND u.location='site'
AND u.profile in (2))
order by username
10.SELECT u.user, us.username
FROM jos_joomla_flash_uploader_user u, jos_users us
where u.user=us.id
and u.location='site'
AND u.profile=2
ORDER BY us.username
11.SELECT value
FROM jos_joomla_flash_uploader_conf
where key_id = 'check_image_magic'
12.select gid
from jos_joomla_flash_uploader
where id=2
13.select jgroup
from jos_joomla_flash_uploader_user
where location='site'
and profile in (SELECT id
FROM jos_joomla_flash_uploader
where id <> 2
and jgroup IS NOT NULL
and gid = '')
14.SELECT a.id AS value, a.title AS text, COUNT(DISTINCT b.id) AS level, a.parent_id, 'true' as jselected
FROM jos_usergroups AS a
LEFT JOIN `jos_usergroups` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE 1=1
GROUP BY a.id
ORDER BY a.lft ASC
15.select jgroup
from jos_joomla_flash_uploader_user
where location='site'
and profile in (SELECT id
FROM jos_joomla_flash_uploader
where id = 2
and gid = '')
16.SELECT id, title, module, position, content, showtitle, params, mm.menuid
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2011-05-13 16:58:15')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2011-05-13 16:58:15')
AND m.access IN (1,1,2,3,4)
AND m.client_id = 1
AND (mm.menuid = 0 OR mm.menuid <= 0)
ORDER BY position, ordering
17.SELECT COUNT(*)
FROM jos_messages
WHERE state = 0
AND user_id_to = 42
18.SELECT COUNT(session_id)
FROM jos_session
WHERE guest = 0
AND client_id = 1
19.SELECT COUNT(session_id)
FROM jos_session
WHERE guest = 0
AND client_id = 0
20.SELECT a.*, SUM(b.home) AS home
FROM jos_menu_types AS a
LEFT JOIN jos_menu AS b
ON b.menutype = a.menutype
WHERE (b.client_id = 0 OR b.client_id IS NULL)
GROUP BY a.id
21.SELECT m.id, m.title, m.alias, m.link, m.parent_id, m.img, e.element
FROM jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
WHERE m.client_id = 1
AND e.enabled = 1
AND m.id > 1
ORDER BY m.lft
**18 Query Types Logged, Sorted by Occurrences.**
**SELECT Tables:**
1.**2 × SELECT COUNT(session_id) FROM jos_session**
2.**2 × SELECT extension_id AS "id", element AS "option", params, enabled FROM jos_extensions**
3.**2 × select jgroup from jos_joomla_flash_uploader_user**
4.**1 × SELECT a.id AS value, a.title AS text, COUNT(DISTINCT b.id) AS level, a.parent_id, 'true' as jselected FROM jos_usergroups AS a LEFT JOIN `jos_usergroups` AS b ON a.lft > b.lft AND a.rgt < b.rgt**
5.**1 × SELECT id, title, module, position, content, showtitle, params, mm.menuid FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id**
6.**1 × SELECT a.*, SUM(b.home) AS home FROM jos_menu_types AS a LEFT JOIN jos_menu AS b ON b.menutype = a.menutype**
7.**1 × SELECT m.id, m.title, m.alias, m.link, m.parent_id, m.img, e.element FROM jos_menu AS m LEFT JOIN jos_extensions AS e ON m.component_id = e.extension_id**
8.**1 × SELECT COUNT(*) FROM jos_messages**
9.**1 × SELECT value FROM jos_joomla_flash_uploader_conf**
10.**1 × SELECT template, params FROM jos_template_styles**
11.**1 × SELECT folder AS type, element AS name, params FROM jos_extensions**
12.**1 × SELECT * FROM jos_joomla_flash_uploader**
13.**1 × SELECT * FROM jos_users u**
14.**1 × SELECT `session_id` FROM `jos_session`**
15.**1 × SELECT u.user, us.username FROM jos_joomla_flash_uploader_user u, jos_users us**
16.**1 × select gid from jos_joomla_flash_uploader**
**OTHER Tables:**
1.**1 × SHOW FIELDS FROM jos_joomla_flash_uploade**
2.**1 × DELETE FROM `jos_session`**
**Parsing errors in language files**
**None**Untranslated Strings**

# /home/sites/****/public_html/v1/administrator/components/com_jfuploader/toolbar.jfuploader.php

CONTACT="Contact"


Top
 Profile  
 
PostPosted: 14. May 2011, 09:04 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
which browser do you use?

It seems you get a Javascript error which prevents that the save is done.

Best,
Michael


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

All times are UTC + 1 hour [ DST ]


Who is online

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