-
Posted a reply to Array Offset Not Found, on the site WordPress.org Forums:
odd. i see that it was committed and verified in dec of 2019, but i… -
Posted a reply to Array Offset Not Found, on the site WordPress.org Forums:
469: self::$current_language = $lang_data['language']; changed to: 469: self::$current_language = isset($lang_data['language']) ? $lang_data['language'] : ''; i… -
Created a topic, Array Offset Not Found, on the site WordPress.org Forums:
Trying to access array offset on value of type bool in… -
Created a topic, Array Offset Not Found, on the site WordPress.org Forums:
Trying to access array offset on value of type bool in… -
Posted a reply to MySQL 8.0 Issue, on the site WordPress.org Forums:
On Line 12, you can see how the double quotes are used to depict a… -
Posted a reply to MySQL 8.0 Issue, on the site WordPress.org Forums:
sure i will turn back on ansi_quotes and post an example -
Created a topic, MySQL 8.0 Issue, on the site WordPress.org Forums:
I recently had an issue with a bunch of wordpress site… -
Posted a reply to Undefined Offset in IPV6/BigInteger.php, on the site WordPress.org Forums:
Line 1160: for ($j = 0; $j < $x_length; ++$j) { // ie. $i =… -
Created a topic, Undefined Offset in IPV6/BigInteger.php, on the site WordPress.org Forums:
We are having our logs bombarded with undefined offset… -
Created ticket #3192 on bbPress Trac:
bbPress Navigation integrated with BuddyPress Groups Issue