[Theme: P2] Crash with only one user
-
Getting:
<b>Fatal error</b>: Cannot use object of type stdClass as array in <b>/usr/share/wordpress/wp-content/themes/p2/inc/mentions.php</b> on line <b>62</b>
Line 60 in /inc/mentions.php
foreach ( $wpdb->get_results( “SELECT ID, user_nicename from $wpdb->users WHERE ID IN($user_ids)” ) as $user ) {
Doesn’t make sense when there’s only one user.
Although this is a trivial issue to overcome when the cause is known, it’s also trivial to fix in the code. Being a Debian user (on slightly older WordPress version), on a clean install this nearly caused me to drop the use of this theme.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[Theme: P2] Crash with only one user’ is closed to new replies.