<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I'm sorry, what's the problem here?&nbsp; Are you 
unable to fix notices/warnings/fatal errors?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Notices "undefined variable" gives you information 
that a $var is not being assigned before it's being used</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>"<FONT size=3 face="Times New Roman">Trying to get 
property of non-object"&nbsp; means that the $var being used is not an object, 
more then likely has no valid data and that you should check to make sure it's 
not empty (and valid) before being used</FONT></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>"<STRONG><FONT size=3 face="Times New Roman">Cannot 
redeclare"&nbsp; thats a message stating you're trying to add a function that 
already exists, no two functions can be labelled the same -- more then likely 
you might be loading up /including/ the same php file over 
again</FONT></STRONG></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=satish.iitg@gmail.com href="mailto:satish.iitg@gmail.com">Satish 
  Gandham</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, February 16, 2011 12:22 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] Are themes 
  restricted from adding top levelmenus in WP 3.1 rc-4</DIV>
  <DIV><FONT size=2 face=Arial></FONT><BR></DIV>There were some errors to, I 
  pasted the error just to direct you to the source.<BR><BR><BR><B>These 
  errors/notices don't come up while using add_theme_page or 
  add_options_page.</B><BR><BR><BR>
  <DIV style="MARGIN-LEFT: 40px">Notice: Undefined variable: title in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 14<BR><BR>Notice: Undefined variable: hook_suffix in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 49<BR><BR>Notice: Undefined variable: pagenow in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 70<BR><BR>Notice: Undefined variable: hook_suffix in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 76<BR><BR>Notice: Undefined variable: hook_suffix in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 77<BR><BR>Notice: Undefined variable: hook_suffix in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 79<BR><BR>Notice: Undefined variable: hook_suffix in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 81<BR><BR>Notice: Undefined variable: is_iphone in 
  /Applications/XAMPP/xamppfiles/htdocs/WordPress/wp-admin/admin-header.php on 
  line 90<BR><BR><BR>Notice: Trying to get property of non-object in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/includes/template.php&nbsp; 
  on line 1401<BR><BR>Notice: Trying to get property of non-object in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/includes/template.php 
  on line 1413<BR><BR>Notice: Trying to get property of non-object in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/includes/template.php 
  on line 1416<BR><BR>Notice: Trying to get property of non-object in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/includes/template.php 
  on line 1455<BR><BR><BR><B>Fatal error: Cannot redeclare _wp_menu_output() 
  (previously declared in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/menu-header.php:36) in 
  /Applications/XAMPP/xamppfiles/htdocs/premium/wp-admin/menu-header.php&nbsp; 
  on line 162</B><BR></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>theme-reviewers 
  mailing 
  list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></BLOCKQUOTE></BODY></HTML>