The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 19 posts ] 
Author Message
 Post subject: Error 404
PostPosted: Tue May 29, 2012 7:08 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Hope some one can guide me with the following error:

ERROR 404 - Not Found!
The following error occurred:

The requested URL was not found on this server.
Please check the URL or contact the webmaster.

This is the error I get when I select from the top menu or side menu on a recently migrated website Joomla 1.5 to our server on php 5.3. I figure it has to do with broken links, but I don't know how to start addressing the link issue. :(


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:17 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 510
Location: Limassol, CY
Hello mate,

Well check the links it gives and see what is the wrong part in it, its a way to start finding a solution towards your problem.

~Artemis

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:23 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Artemis thanks for your quick reply. I have checked the links and it seems fine. Is there something I should be looking for... that I might be overlooking?

Nalds


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:25 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 510
Location: Limassol, CY
Hm.. have you enabled SEF URLs before you make the migration? If yes is your .htaccess configuration correct? If you still have the problem please include a website link on your next post.

~Artemis

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:28 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Apr 06, 2011 6:31 pm
Posts: 582
Location: Maryland, USA
Check the value for $live_site in your configuration.php?

_________________
If I give you an outside solution, I have no affiliation with that product. I may use it, but that is the end of the relationship.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:34 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Thanks for your contribution Azmo, what should the value be? I have var $live_site = '';

Nalds


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:37 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Sorry Artemis, I don't know where to enable SEF URLs. I didn't create the backup myself and so I just went ahead and installed the site backup to our server. Encountered a bunch of errors due to php 5.3 compatibility but tackeled them one at a time. Now the link is my challenge.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:40 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Apr 06, 2011 6:31 pm
Posts: 582
Location: Maryland, USA
null is correct... you should give the site url if you want someone to have a look now...

_________________
If I give you an outside solution, I have no affiliation with that product. I may use it, but that is the end of the relationship.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:45 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 510
Location: Limassol, CY
Oh i see, well your site var should be
Code:
   public $live_site = '';
, if your site is installed inside the public_html folder. May i have a link to your website?

~Artemis

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Yeah, it is bbs.ict.gov.bz. I am not sure if it is live, but I believe so.

Nalds


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:50 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Apr 06, 2011 6:31 pm
Posts: 582
Location: Maryland, USA
MrCodexCY wrote:
Oh i see, well your site var should be
Code:
   public $live_site = '';
, if your site is installed inside the public_html folder. May i have a link to your website?

~Artemis


good catch... var is the 1.5 language... i missed it!

_________________
If I give you an outside solution, I have no affiliation with that product. I may use it, but that is the end of the relationship.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 7:56 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Artemis, should my configuration.php file be public for all of those elements assigned?

Nalds


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 8:10 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Wed Nov 03, 2010 7:35 pm
Posts: 510
Location: Limassol, CY
Well yes, but can you please post your configuration.php file here? Of course first remove all the sensitive data like passwords etc.

_________________
Providing quality web design services since 2005!

Get direct Joomla! assistance, contact me on skype: mrcodexcy


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 8:37 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
This is what the configuration.php file looks like

<?php
class JConfig {
var $offline = '0';
var $editor = Edited out;
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '1';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = edited out;
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/logs';
var $tmp_path = '/tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = Edited out;
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = Edited out;
var $ftp_port = Edited out;
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = Edited out;
var $host = Edited out;
//var $user = Edited out;
var $user = Edited out;
var $db = Edited out;
var $dbprefix = Edited out;
var $mailer = 'mail';
var $mailfrom = Edited out;
var $fromname = 'BBS';
var $sendmail = Edited out;
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = Edited out;
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '240';
var $session_handler = 'database';
//var $password = Edited out;


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue May 29, 2012 9:09 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Artemis, changing var to public did not help.

Any other suggestions...

Nalds


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Sun Jun 03, 2012 4:05 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 17, 2005 10:27 pm
Posts: 14709
Location: Kent, England
inaldi wrote:
Artemis, changing var to public did not help.

Any other suggestions...

Nalds

What version of joomla are you using? If it was set to var then it is Joomla 1.5 and you should not be following this advice!

How have you upgraded your site?

Have you even upgraded your site?

Please run the Forum Post Assistant to provide the information to help us resolve the issue.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Sun Jun 03, 2012 4:07 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 17, 2005 10:27 pm
Posts: 14709
Location: Kent, England
[Mod note: Moved from General Forum to Upgrade Forum.]


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Tue Jun 05, 2012 2:25 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
Dear, Humvee sorry I was sick last week and was unable to follow up with you. Ok, the site is a 1.5.x version and I have tried to upgrade to a 1.5.12 at least, however I get errors and am unable to upgrade. The problem seems to have started when we did the migration from a hosting agent server to our server. Our sever is running on php 3.5 and I read it is not compatible with Joomla 1.5-1.7??I don't know for sure. I will follow the forum post assistant and see what happens.


Top
 Profile  
 
 Post subject: Re: Error 404
PostPosted: Wed Jun 06, 2012 3:56 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 15, 2008 5:32 pm
Posts: 10
The problem has been solved and I thought it is good to share it. Very simply go to the global configuration panel from your joomla administration panel and change the SEO Settings where it says Search Engine Friendly and set it to no. Apparently this setting is not supported when using php 5.3 or so it seems. Hope this is helpful to someone. Thanks everyone for helping.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ] 



Who is online

Users browsing this forum: blake75, dotjoomla and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group