Joined: 20. Jun 2010, 06:49 Posts: 11 Location: Bristol, TN
|
I got the error below and just need to be sure that in doing this I am not breaking other functionality in the site. Does anyone know if changing this setting can do that. If so do you know anything in particular.....?
The Joomla session handler is set to 'database'. This should be changed to 'none' at Site -> Configuration -> System -> Session Handler. Otherwise you maybe have the following problems:
* Changes to the configuration are not used right away because the parameters are not updated in the db session
* If you have 2 menu items with different profiles it is important to set 'none' because it can be possible that not the right profiles are shown.
* You cannot read variables that are set by JFU. This is important if you want to use the Javascript call back functions to access the session variable 'TFU_LAST_UPLOADS' which is an array that contains the file names of the last upload.
|
|