com_modlogin error - using Joomla 1.5.7

15 years 4 months ago #80984 by futuresounds
Replied by futuresounds on topic Re:com_modlogin error - using Joomla 1.5.7
beat wrote:

Please try another browser and maybe another PC or ISP...

I'm not saying anything against any browser, you are misunderstanding here, sorry.

I just see it works from here with one browser one pc and one ISP... and believe you when you say it doesn't work with your browser on your pc on your ISP.

The site is the same...

So trying to find what affects that...to narrow the problem down.

Do other users of your site experience same problem ?

Do other users in this forum see same issue on their site or on that site ?

Did you try overwriting joomla and CB with a fresh copy ?

Just trying to help you, i don't have a "PC-religion" or "browser-religion".


I have tried another browser, I can get into it fine. I even can get in on my iphone which uses Safari...pretty sure it's Internet Explorer.

The site is not live, so I'm not sure if they all have the same problem, but I do know I've been to 5 different PCs using Internet Explorer 7 and all the same results. These PCs are all in different locations and 2 different ISPs. Same results.

I have noticed this issue with other users on this forum with their site using Internet Explorer. Type in "Internet Explorer" in your forum search and I got 257 results. These are all people getting similar problems as mine.

I upgraded to Joomla 1.5.8 from 1.5.7 by following Joomla's upgrade instructions. I intalled CB 1.2RC3 fresh. Any ideas???

www.FutureSoundsStudios.com - soon to be CB created! :)

Please Log in to join the conversation.

15 years 4 months ago #81040 by Rapunzl
Replied by Rapunzl on topic Re:com_modlogin error - using Joomla 1.5.7
Have you checked your configuration.php in your Joomla root folder to see if it points to your Joomla installation folder for live_site? I'm thinking it's probably trying to go to your root site instead of your root installation?
:S

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

15 years 4 months ago #81042 by futuresounds
Replied by futuresounds on topic Re:com_modlogin error - using Joomla 1.5.7
[code:1]<?php
class JConfig {
var $offline = '0';
var $editor = 'jce';
var $list_limit = '20';
var $helpurl = 'help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '1';
var $sef_rewrite = '1';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = '<removed for security reasons>';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '1';
var $log_path = '/var/logs';
var $tmp_path = '/tmp';
var $live_site = '';
var $offset = '-6';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '';
var $ftp_port = '0';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'p3nl50mysql9.secureserver.net';
var $user = '<removed for security reasons>';
var $db = '<removed for security reasons>';
var $dbprefix = 'jos_';
var $mailer = 'smtp';
var $mailfrom = 'info@FutureSoundsStudios.com';
var $fromname = 'Future Sounds Studios';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpuser = '<removed for security reasons>';
var $smtppass = '<removed for security reasons>';
var $smtphost = '<removed for spam reasons>';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '120';
var $session_handler = 'database';
var $password = '<removed for security reasons>';
var $sitename = 'Recording Studio, Mastering, Music Lessons at Future Sounds Studios';
var $MetaDesc = 'Recording studio including audio cd mastering. Learn any instrument, great teachers, the studio offers all lessons.';
var $MetaKeys = 'recording studio, music studios, cd mastering, Future Sounds, recording, lessons, mastering, learn, studios, teachers, duplications, study, mastered, music';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>[/code:1]

Here is what I have in my configuration.php, I don't see it pointing anywhere in particular?

www.FutureSoundsStudios.com - soon to be CB created! :)

Please Log in to join the conversation.

15 years 4 months ago #81050 by Rapunzl
Replied by Rapunzl on topic Re:com_modlogin error - using Joomla 1.5.7
That's probably the problem... change this line:
[code:1]var $live_site = '';
[/code:1]
to something like this:
[code:1]$live_site = '/home/username/public_html/joomla/'[/code:1]
or whatever your root path to the joomla root is.

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

15 years 4 months ago #81057 by futuresounds
Replied by futuresounds on topic Re:com_modlogin error - using Joomla 1.5.7
Ok, I'm following you. I am using GoDaddy for hosting and using Linux as the OS on GoDaddy. I do not know what my "live_site" path is. Anybody using GoDaddy that reading this know the answer? I installed Joomla via GoDaddy's control panel. :)

According to my FTP it looks like the path should be:

[code:1] var $live_site = '/joomla'; [/code:1]

This is what I changed it to. It did not mess anything up, but didn't fix it either. :(

I appreciate your help by the way!!!

www.FutureSoundsStudios.com - soon to be CB created! :)

Please Log in to join the conversation.

15 years 4 months ago #81068 by Rapunzl
Replied by Rapunzl on topic Re:com_modlogin error - using Joomla 1.5.7
Ok, you have the last portion, but you need the whole path... go to Joomla Global Configuration/System Tab to see your "Path to Log File". Copy that between to the field, replacing /log with /joomla ... and you should be set *crosses fingers*.

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.394 seconds

Facebook Twitter LinkedIn