KUSHAGRA Posted September 4, 2020 Share Posted September 4, 2020 I am getting these errors . This is my complete HTML page. Everything seems to work fine but when i retweet a message these error show up. Here is my tweet.php and the errors are at line 32 and 41. Previously there was an error at line 24: It was like this: '.((!empty($tweet->retweetMsg) && $tweet->tweetID === $retweet['tweetID'] or $tweet->retweetID > 0) ? ' I changed it to this and the error went away '.((isset($retweet['retweetID']) ? $retweet['retweetID'] === $tweet->retweetID OR $tweet->retweetID > 0 : '') ? ' Maybe this could help! I will really appreciate any suggestion coming my way! Quote Link to comment https://forums.phpfreaks.com/topic/311430-notice-trying-to-access-array-offset-on-value-of-type-bool-in-cxampphtdocstwittercoreclassestweetphp/ Share on other sites More sharing options...
cyberRobot Posted September 4, 2020 Share Posted September 4, 2020 It sounds like something went wrong with the database query that resulted in $tweets / $tweet. Have you tried enabling the error reporter for PDO? More information can be found here:https://www.php.net/manual/en/pdo.error-handling.php Quote Link to comment https://forums.phpfreaks.com/topic/311430-notice-trying-to-access-array-offset-on-value-of-type-bool-in-cxampphtdocstwittercoreclassestweetphp/#findComment-1581154 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.