Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#22605 closed defect (bug) (worksforme)

Fatal error: Call to undefined function ceil() in

Reported by: dll1024's profile dll1024 Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.5
Component: Administration Keywords:
Focuses: Cc:

Description

im using WordPress 3.5 RC1 in windows localhost with xampp 3.1.0
2 times i see this error:

Fatal error: Call to undefined function ceil() in C:\xampp\htdocs\mysite\wordpress\wp-includes\pluggable.php on line 1234

first while i go to disable a plugin
second when i want to create a user
in both, i press back, and do it again, and no problem occured!

Change History (3)

#1 @knutsp
12 years ago

  • Cc knut@… added
  • Keywords close added

FWIW: Hard to see this as a WordPress core bug. ceil() is a core PHP function. The only way to get that error would be if ceil() was a forbidden function in php.ini.

Works for me, on Windows, but not using xampp.

#2 @scribu
12 years ago

  • Keywords dev-feedback close removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

What knutsp said.

Last edited 12 years ago by scribu (previous) (diff)

#3 @SergeyBiryukov
12 years ago

There are more than 10 instances of ceil() in core. It's called via check_admin_referer() on virtually every screen in the admin.

If it sporadically fails in some cases and works on a second attempt, it's probably insufficient memory or some other configuration issue.

Please try the support forums for troubleshooting: http://wordpress.org/support/

Note: See TracTickets for help on using tickets.