[wp-trac] [WordPress Trac] #28942: Static function WP_Session_Tokens Warning
WordPress Trac
noreply at wordpress.org
Fri Jul 18 13:42:42 UTC 2014
#28942: Static function WP_Session_Tokens Warning
--------------------------+-----------------------------
Reporter: josh401 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Hello,
I'm in unfamiliar territory here.
I'm using a localhost install updated to the nightly build. PHP version
is 5.5.9.
I am receiving the following warning across the top of all admin pages:
{{{
Strict Standards: Static function WP_Session_Tokens::drop_sessions()
should not be abstract in C:\xampp\htdocs\src\wp-includes\session.php on
line 250
}}}
Line 250 of '''session.php''' reads as follows:
{{{
abstract public static function drop_sessions();
}}}
When I open '''session.php''' in Dreamweaver; I see an error on line 184:
{{{
$manager::drop_sessions();
}}}
I'm afraid this is where I'm of no further help. I'm not talented with
OOP; and still learning.
Thank you for any assistance.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28942>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list