Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Unable to save profiles
https://www.tinywebgallery.com/forum/viewtopic.php?f=13&t=2993
Page 1 of 1

Author:  Swishy [ 12. May 2011, 20:41 ]
Post subject:  Unable to save profiles

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 :)

Author:  TinyWebGallery [ 12. May 2011, 22:30 ]
Post subject:  Re: Unable to save profiles

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

Author:  Swishy [ 13. May 2011, 00:48 ]
Post subject:  Re: Unable to save profiles

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

Author:  Swishy [ 13. May 2011, 00:54 ]
Post subject:  Re: Unable to save profiles

Hmm did a reinstall on a fresh site and still have the same issue :(

Author:  Swishy [ 13. May 2011, 01:03 ]
Post subject:  Re: Unable to save profiles

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?

Author:  Swishy [ 13. May 2011, 01:06 ]
Post subject:  Re: Unable to save profiles

hmmm moved it from the administrator area to site, still no joy :(

Author:  TinyWebGallery [ 13. May 2011, 08:14 ]
Post subject:  Re: Unable to save profiles

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

Author:  Swishy [ 13. May 2011, 18:55 ]
Post subject:  Re: Unable to save profiles

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"

Author:  TinyWebGallery [ 14. May 2011, 09:04 ]
Post subject:  Re: Unable to save profiles

which browser do you use?

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

Best,
Michael

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/