[wp-trac] [WordPress Trac] #12838: PHP error - expecting '; ' in wordpress/wp-admin/edit-pages.php(191)
WordPress Trac
wp-trac at lists.automattic.com
Mon Apr 5 19:09:26 UTC 2010
#12838: PHP error - expecting ';' in wordpress/wp-admin/edit-pages.php(191)
-------------------------------+--------------------------------------------
Reporter: agentc0re | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Unassigned
Component: General | Version: 2.9.2
Severity: normal | Resolution: invalid
Keywords: reporter-feedback |
-------------------------------+--------------------------------------------
Changes (by agentc0re):
* status: new => closed
* resolution: => invalid
Comment:
After further investigation on my end, this was my fault. Since my
implementation of fastcgi i recompiled quite a few things. I think my
original php.ini got overwritten during this time and set the follow
parameter:
{{{
session.save_handler = mm
}}}
When it should have been
{{{
session.save_handler = "files"
}}}
I didn't think that the warning i reported here had anything to do with
the other errors i was receiving. Since this change on my end, I have not
seen this errors. Sorry to have wasted your time. :/
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12838#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list