Admin page empty
-
Hi!
I’ve got a theme which creates a admin menu page. In the page function, I have line
$result1 = $wpdb->get_results("SELECT * FROM ".$table_name) or die(mysql_error());
If the line is there, the page is blank. If i comment it, everything works fine (except the query results).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Admin page empty’ is closed to new replies.