Login failed on Controll Panel (PHP 5.2.0 issue?!?) - Joomla! Forum - community, help and support
hi everybody,
i'm not sure if posted such problem couldn't find search function:
if login @ control panel (administrator) of joomla using correct passwort , username (user:admin super admin) site reloads showing same login again, no error, nothing. can repeat endlessly. yet if type wrong password invalid login message. besides joomla seems correctly installed.
only session_save_path flagged unwritable , have register_globals set on.
doing google search figured might general php issue i'm not sure.
my system running:
apache: 2.2.3
php: 5.2.0
mysql: 5.0.26
joomla: 1.0.12 / no mods oder plugins clean install
and following php extentions:
apache2-mod_php5-5.2.0-10
php5-gettext-5.2.0-10
php5-iconv-5.2.0-10
php5-dom-5.2.0-10
php5-tokenizer-5.2.0-10
php5-mysql-5.2.0-10
php5-mbstring-5.2.0-10
php5-zlib-5.2.0-10
php5-xmlrpc-5.2.0-10
php5-ctype-5.2.0-10
php5-pdo-5.2.0-10
php5-exif-5.2.0-10
php5-mcrypt-5.2.0-10
php5-xmlwriter-5.2.0-10
php5-json-5.2.0-10
php5-imap-5.2.0-10
php5-5.2.0-10
php5-sqlite-5.2.0-10
php5-gd-5.2.0-10
php5-xmlreader-5.2.0-10
any appreciated.
best regards
lanoxx
i'm not sure if posted such problem couldn't find search function:
if login @ control panel (administrator) of joomla using correct passwort , username (user:admin super admin) site reloads showing same login again, no error, nothing. can repeat endlessly. yet if type wrong password invalid login message. besides joomla seems correctly installed.
only session_save_path flagged unwritable , have register_globals set on.
doing google search figured might general php issue i'm not sure.
my system running:
apache: 2.2.3
php: 5.2.0
mysql: 5.0.26
joomla: 1.0.12 / no mods oder plugins clean install
and following php extentions:
apache2-mod_php5-5.2.0-10
php5-gettext-5.2.0-10
php5-iconv-5.2.0-10
php5-dom-5.2.0-10
php5-tokenizer-5.2.0-10
php5-mysql-5.2.0-10
php5-mbstring-5.2.0-10
php5-zlib-5.2.0-10
php5-xmlrpc-5.2.0-10
php5-ctype-5.2.0-10
php5-pdo-5.2.0-10
php5-exif-5.2.0-10
php5-mcrypt-5.2.0-10
php5-xmlwriter-5.2.0-10
php5-json-5.2.0-10
php5-imap-5.2.0-10
php5-5.2.0-10
php5-sqlite-5.2.0-10
php5-gd-5.2.0-10
php5-xmlreader-5.2.0-10
any appreciated.
best regards
lanoxx
lanoxxthshaddow wrote:if login @ control panel (administrator) of joomla using correct passwort , username (user:admin super admin) site reloads showing same login again, no error, nothing. can repeat endlessly. yet if type wrong password invalid login message. besides joomla seems correctly installed.
only session_save_path flagged unwritable , have register_globals set on.
it's because sessions.save_path directory not writable...
it's needed storing authentification sessions back-end. front-end works cookies.
it's possible override default session.save_path php.ini, using .htaccess.
see: http://forum.joomla.org/index.php/topic ... #msg153017
Comments
Post a Comment