Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
d6lts
/
drupal
Public
Notifications
You must be signed in to change notification settings
Fork
46
Star
131
Code
Issues
8
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix notices (non-fatal, so fixing optional)
- #61
#61
Open
rmuit
wants to merge 10 commits into
d6lts:6.x
d6lts/drupal:6.x
from
rmuit:notices
rmuit/drupal:notices
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Fix notices (non-fatal, so fixing optional)
#61
rmuit
wants to merge 10 commits into
d6lts:6.x
d6lts/drupal:6.x
from
rmuit:notices
rmuit/drupal:notices
Copy head branch name to clipboard
Commits
Commits on Jan 21, 2021
Fix db_result() emitting “Notice: Trying to access array offset on value of type null” when called repeatedly on the same result set. (PHP7.4; Warning in PHP8)
rmuit
committed
a5825b7
View commit details
Copy full SHA for a5825b7
Browse repository at this point
Fix "Trying to access array offset on value of type null" in user edit screen (PHP7.4)
rmuit
committed
7ccc85d
View commit details
Copy full SHA for 7ccc85d
Browse repository at this point
Fix "Trying to access array offset on value of type null" in forum_get_topics() (PHP7.4)
rmuit
committed
cba4d37
View commit details
Copy full SHA for cba4d37
Browse repository at this point
Fix notice for array offset on value of type null in _drupal_build_css_path() (#3084953 backport; PHP7.4)
rmuit
committed
b7dde84
View commit details
Copy full SHA for b7dde84
Browse repository at this point
Different implementation of #3084953 backport, which documents what’s going on rather than just adding an isset() somewhere. (Functionally equivalent, though.)
rmuit
committed
a14c360
View commit details
Copy full SHA for a14c360
Browse repository at this point
Fix notices if menu_get_item() returns FALSE (#3085088 backport)
rmuit
committed
463a858
View commit details
Copy full SHA for 463a858
Browse repository at this point
Fix Undefined Index notices in block_admin_configure()
rmuit
committed
adc5f2a
View commit details
Copy full SHA for adc5f2a
Browse repository at this point
Fix "Deprecated: Required parameter ... follows optional parameter" in PHP8
rmuit
committed
e90c529
View commit details
Copy full SHA for e90c529
Browse repository at this point
Fix Notice: Undefined index: key in format_xml_elements() (#939810)
rmuit
committed
60fdc67
View commit details
Copy full SHA for 60fdc67
Browse repository at this point
Fix Notice: Undefined index: type in dblog_build_filter_query() (#1004820)
rmuit
committed
c1da4fb
View commit details
Copy full SHA for c1da4fb
Browse repository at this point
You can’t perform that action at this time.