Accès session admin

Support et assistance pour installer, mettre à jour ou migrer vers Joomla! 1.5.x

Moderators: Aidan38, sarki

Forum rules
Règles du forum
Locked
masaryu
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Dec 14, 2010 5:28 pm

Accès session admin

Post by masaryu » Tue Dec 14, 2010 5:42 pm

Bonjour à tous,

Je recherche une solution concernant mon installation à distance sur un serveur 1and1. Après avoir lus quelques conseils de réglage de mon fichier Configuration.php que voici :
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.fr';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '1';
var $sef_suffix = '0';
var $feed_limit = '15';
var $feed_email = 'author';
var $secret = '1gbPbNTGylVkRFgx';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = 'C:\\wamp\\www\\cjcm.spreadgaming.com\\logs';
var $tmp_path = 'C:\\wamp\\www\\cjcm.spreadgaming.com\\tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '-8';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'dbXXXX.1and1.fr';
var $user = 'dboXXXXXXXXX';
var $db = 'dbXXXXXXXX';
var $password = 'XXXXXXXX';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = '[email protected]';
var $fromname = 'CJCM - XXXXXXXXXX';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = 'XXXXXXXXX';
var $sitename = 'CJCM - XXXXXXXXXXXXX';
var $MetaDesc = 'Joomla! - le portail dynamique et système de gestion de contenu';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'Ce site est en maintenance. Merci de revenir ultérieurement.';
Et l'installation de ma base de données avec Mysqldumper qui est fonctionnelle. J'ai toujours ce message d'erreur : Database Error: Unable to connect to the database:Could not connect to MySQL

Pouvez vous me dire si j'ai fait une erreur dans mon fichier Configuration.php ?
J'ai renommer mon fichier .htaccess
Transféré un dossier sessions avec chmod 0777

Merci d'avance
Last edited by masaryu on Wed Dec 15, 2010 2:59 pm, edited 2 times in total.

masaryu
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Dec 14, 2010 5:28 pm

Re: Database Error: Unable to connect to the database...

Post by masaryu » Wed Dec 15, 2010 2:33 pm

Bon, finalement j'ai réussi à avoir accès à mon site mais maintenant je ne peux pas avoir accès à ma sessions admin. Après avoir réinitialiser mon mot de passe avec recovery.php, cela ne marche toujours pas (la page reste la même sans message d'erreur).
Voici mon jts-post au cas ou :
Joomla! Environment Discovery
Joomla! Version Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT
configuration.php Not Writable ( Mode: 444 )
RG_EMULATION N/A
Host Environment Discovery
Architecture Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux ( Linux )
Platform Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
Linux infong 2.4 #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux
Web Environment Discovery
Web Server Version Apache
Web Host cjcm.spreadgaming.com
PHP Environment Discovery
PHP Version 4.4.9
register_globals Disabled
magic_quotes_gpc Enabled
safe_mode Disabled
MySQL Yes
xml Yes
zlib Yes
mbstring Yes
iconv Yes
save.session_path /tmp
Writable
Max. Execution Time 30 seconds
File Upload Enabled
MySQL Environment Discovery
MySQL Server Version 5.0.91-log
Host Info db2944.1and1.fr via TCP/IP
Joomla! Environment Discovery
SEF Disabled (without ReWrite)
Legacy Mode Disabled
FTP Layer Disabled
htaccess Implemented
Web Environment Discovery
Current Path /homepages/45/d225863339/htdocs/david-test
Document Root /kunden/homepages/45/d225863339/htdocs/david-test
Server Acc.
User Acc. XXXXXXXXXXX
u47290504
User and Web Server accounts are the same. (PHP/suExec probably installed)
PHP Environment Discovery
PHP API cgi
MySQLi No
Max. Memory Limit 8M
Max. Upload File Size 2M
Max. Post Size 8M
Max. Input Time -1
Zend Version 1.3.0
Disabled Functions No Disabled Functions
MySQL Environment Discovery
Client Version 5.0.67
Character Set latin1
Vous pouvez m'aider, j'ai fait beaucoup de chose et je ne comprend pas pourquoi cela ne fonctionne pas.

EDIT : Je tiens aussi à vous montrer mon jos_plugins au cas ou ;)
Image

masaryu
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Dec 14, 2010 5:28 pm

Re: Accès session admin

Post by masaryu » Wed Dec 15, 2010 2:58 pm

Ok c'est bon j'ai trouvé, j'ai mis trop de temps dans la durée de session, j'ai mis 900 et voilà tout marche. Merci pour mon aide.


Locked

Return to “1.5 - Installation, migration et mise à jour”