Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Navigation Menu #21

Open
christopherritter opened this issue Jun 28, 2013 · 3 comments
Open

Blank Navigation Menu #21

christopherritter opened this issue Jun 28, 2013 · 3 comments

Comments

@christopherritter
Copy link

My installation was initially experiencing multiple issues because of a blank navigation menu in the database, or specifically the following query:

SELECT meta_value FROM site_info WHERE meta_key = "nav_menu"

I've since narrowed it down to one warning, but I'm still unable to populate the navigation menu with an about page or a bill.

Is there a missing step in the setup on how to add your first bill/page?

@christopherritter
Copy link
Author

It might be related to this query on line 61 of the init file:

$firstId = mysql_query("SELECT id from " . DB_TBL_BILLS . " limit 1");
$firstId = mysql_result($firstId, 0);

MySQL is unable to jump to row 0 and I'm not sure what DB_TBL_BILLS is.

@christopherritter
Copy link
Author

I put something into the BILLS table and got rid of a few errors at the top of the page, but my navigation still isn't loading and I've got a new error message on the page which just appeared below the nav bar.

@cmbirk
Copy link
Contributor

cmbirk commented Jul 8, 2013

Hey @christopherritter ,
If you go into the admin area, you should be able to add links to the nav bar. What error are you getting below the nav bar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants