Thanks for upgrading. I suspect ultimately that we will have to overlay your existing files with files from a full install package for Joomla 3.3.3. But until then, I would like you to try a couple of things.
First, open configuration.php with a text editor and change
to
Check in your global configuration and see if it took. Note:
Session Handler. Selects the mechanism used to hold session information between one page request and the next one from the same user. The options are “Database” (the default) and “None”. The former stores session information as entries in a table in the site's Joomla database, the latter uses the session handling mechanism built in to PHP.
If the above fails to resolve the issue, the only thing left would be to get a full 3.3.3 Joomla install package http://ift.tt/1umyw9k Upload the package to your Joomla root using your host's CPANEL file manager and using the same file manager, extract the files to overwrite the existing files and then remove the installation directory. Check for functionality of your session handler.
via Joomla! http://ift.tt/1onXehA
First, open configuration.php with a text editor and change
Code:
public $session_handler = '';
to
Code:
public $session_handler = 'database';
Check in your global configuration and see if it took. Note:
Quote:
Session Handler. Selects the mechanism used to hold session information between one page request and the next one from the same user. The options are “Database” (the default) and “None”. The former stores session information as entries in a table in the site's Joomla database, the latter uses the session handling mechanism built in to PHP.
If the above fails to resolve the issue, the only thing left would be to get a full 3.3.3 Joomla install package http://ift.tt/1umyw9k Upload the package to your Joomla root using your host's CPANEL file manager and using the same file manager, extract the files to overwrite the existing files and then remove the installation directory. Check for functionality of your session handler.
Statistics: Posted by dhuelsmann — Tue Sep 09, 2014 1:40 pm
via Joomla! http://ift.tt/1onXehA
No comments:
Post a Comment