tasfar
03-11-2008, 01:36 PM
I have read through just about every forum and tried everything I can on the subject but I still cannot seem to get it to work. So I decided to create my first forum thread.
I am having problems logging in to the site that I created using joomla. My site is www.allsketchedup.com. Everytime I try to log in on the front end, the screen just refreshes, the login fields go blank, and that's it. It does the same thing when I try to register a new user also. The back end shows that the person is either logged in, or registered, but the front end does nothing at all, not allowing me to use the forum, or upload pictures in the gallery or anything.
I have tried on both firefox, and IE. I have tried deleting the cookies. I have tried changing the .htaccess and configuration.php files. I have changed my site name to the same on everything.. I'm stuck. Please help..
my configuration.php looks like this (the "X" 's I put in myself.):
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = 'XXXXXXX';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/tasfar/public_html/logs';
var $tmp_path = '/home/tasfar/public_html/tmp';
var $live_site = 'www.allsketchedup.com';
var $offset = '-6';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = 'XXXXX';
var $ftp_port = 'XX';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'tasfar_XXXX';
var $db = 'tasfar_joomla';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'taapilot@gmail.com';
var $fromname = 'www.AllSketchedUp.com';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
I am having problems logging in to the site that I created using joomla. My site is www.allsketchedup.com. Everytime I try to log in on the front end, the screen just refreshes, the login fields go blank, and that's it. It does the same thing when I try to register a new user also. The back end shows that the person is either logged in, or registered, but the front end does nothing at all, not allowing me to use the forum, or upload pictures in the gallery or anything.
I have tried on both firefox, and IE. I have tried deleting the cookies. I have tried changing the .htaccess and configuration.php files. I have changed my site name to the same on everything.. I'm stuck. Please help..
my configuration.php looks like this (the "X" 's I put in myself.):
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = 'XXXXXXX';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/home/tasfar/public_html/logs';
var $tmp_path = '/home/tasfar/public_html/tmp';
var $live_site = 'www.allsketchedup.com';
var $offset = '-6';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = 'XXXXX';
var $ftp_port = 'XX';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'tasfar_XXXX';
var $db = 'tasfar_joomla';
var $dbprefix = 'jos_';
var $mailer = 'mail';
var $mailfrom = 'taapilot@gmail.com';
var $fromname = 'www.AllSketchedUp.com';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';