Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 13

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Templates > Template Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 18.05.2005, 08:48   #1 (permalink)
Expert Mamber
 
xjumper84's Avatar
 
Join Date: May 2005
Posts: 257
xjumper84 is on a distinguished road
Default The page i'm trying to access doesn't exist?

I don't understand what i did, and what is causing me to get this error.

When i go directly to my site, I get this message: " The page you are trying to access does not exist.
Please select a page from the main menu."

But when i click on the "home page" link which directs me to: "index.php?option=com_frontpage&Itemid=1"

I can see the content of the website. I feel like I've looked through every single menu, and everything is set to public, but I can't figure out why I am getting that error when I go directly to the page.

The website is: http://www.ledmonthly.com, any ideas?
xjumper84 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 19.05.2005, 11:05   #2 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: The page i'm trying to access doesn't exist?

I think you have resolved the issue, the site is working ok.
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.05.2005, 22:21   #3 (permalink)
Expert Mamber
 
xjumper84's Avatar
 
Join Date: May 2005
Posts: 257
xjumper84 is on a distinguished road
Default Re: The page i'm trying to access doesn't exist?

Thats wierd. it doesn't seem to work for me.. i don't understand


edit//

When i go directly to www.ledmonthly.com i get "the page you are trying to access does not exist. Please select a page from the main menu". How do i resolve this?

I tried it on 3 computers and i get the same error
xjumper84 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.05.2005, 22:29   #4 (permalink)
Senior Mamber
 
GRAM's Avatar
 
Join Date: Aug 2004
Location: Southern California
Posts: 131
GRAM has a spectacular aura about
Default Re: The page i'm trying to access doesn't exist?

Its doing it to me too.

The default page for Mambo (when you access it via domain name only) is the first item on the main menu. This is specific and it will only look for that item (main menu - first item). It looks for the item with the lowest ordering number in the menuitems table where the menutype field is "mainmenu", parent is"0" and published = "1".

Here's the query (replace "#__menu" with "mos_menu" in the table reference to understand it):
PHP Code:
                $query "SELECT id, link"
                
"\n FROM #__menu"
                
"\n WHERE menutype='mainmenu' AND published='1'"
                
"\n ORDER BY parent, ordering LIMIT 1"
                

It looks like the first item on your main menu is a seperator line, which may be causing this problem. If you want the front page component to be the default item, it needs to be the first item on the Main Menu. If the menu at the left of your site is the main menu, it needs to be the first item there.

You could setup a menu (call it anything other than main menu) to dsiplay those items, then use the main menu to display the option to the lower right of your site that includes the front page component, and it should do what you want it to.
__________________
GRAM

Road Star Clinic / MLSHomeQuest.com
GRAM is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.05.2005, 10:00   #5 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: The page i'm trying to access doesn't exist?

GRAM is right, your first item is
PHP Code:
 <td><span class="mainlevel"> - - - - - - - - - - - -</span> - - - - - - - - - - - -</td
Try to remove it from the template (use border istead for the menu items)
This should do the trick.
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.05.2005, 10:30   #6 (permalink)
Expert Mamber
 
xjumper84's Avatar
 
Join Date: May 2005
Posts: 257
xjumper84 is on a distinguished road
Default Re: The page i'm trying to access doesn't exist?

I put in a name that is off the design that i'm working off of, is there way in my code to put one in without a name by any chance but its just there? and makes it work properly, or change the coding of the way mambo works so that it doesn't look at the main page?

Secondly, what would be the css to make the seperators be bottom line dotted like that so that i don't have to use seperators?

thanks a bunch, i greatly appreciate it.

- nick
xjumper84 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.05.2005, 10:39   #7 (permalink)
ufo
Senior Mamber
 
ufo's Avatar
 
Join Date: May 2004
Location: Romania
Posts: 180
ufo is an unknown quantity at this point
Default Re: The page i'm trying to access doesn't exist?

A tip:
Install Firefox, add the developer extensions, go visit my site and look in the css of the templates found there.

Another way is to download one of my templates that has a border in the menu and look in the css code.
I'm a little busy right now and I cannot enter details...
__________________
Dont'use excessive force, pick a bigger hammer!
Supported by buyhttp.com
Where free means FREE!: Codename-Web HQ
ufo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 23.05.2005, 19:50   #8 (permalink)
Expert Mamber
 
xjumper84's Avatar
 
Join Date: May 2005
Posts: 257
xjumper84 is on a distinguished road
Default Re: The page i'm trying to access doesn't exist?

I'm an avid firefox user, infact have installed it on my parents computer's and they've since wondered why they didn't switch earlier..

i think i got this somewhat figured out, i just need the energy to get back to the css'ing again... work has been kicking my ***. thanks ufo!
xjumper84 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
index.php redirect : page does not exist d3v Mambo 4.5 'How Do I' Questions 2 30.06.2007 11:48
The page you are trying to access does not exist. Reggie Mambo 4.5 Installation and Upgrades 3 27.06.2006 17:03
The page you are trying to access does not exist. cash Mambo 4.5.1 'How Do I' Questions 4 04.01.2005 22:09
The page you are trying to access does not exist. atapi Mambo 4.5 General Talk 0 11.10.2004 06:42
Page Doesn't Exist - Registration Error SumDuud Mambo 4.5 Bugs 6 23.09.2004 06:19


All times are GMT +2. The time now is 09:46.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.