Ticket #11 (closed defect: invalid)

Opened 16 months ago

Last modified 15 months ago

ctype_digit undefined function error on everything

Reported by: guest Owned by: Cheez
Priority: Medium Milestone: 1.9
Component: HellaWorld Version: 1.8
Keywords: Cc: telexen@…

Description

I figure this is a problem with my system, but I've tried both v1.8 and the SVN (1.9) and I get the same error when trying to use any feature of the Hellaworld page, such as adding an NZB from the Newzbin URL/ID, pausing/cancelling/clearing the queue/download, and setting the download rate limit. The autorefresh feature doesn't even work even though it's checked. I wondered if it was a permissions issue, but I've gone as far as chmodding all php pages to 777.

Here's the error I get for just about everything, but with the line number varying (obviously). This one is for trying to add an NZB from the Newzbin ID:

Fatal error: Call to undefined function ctype_digit() in /var/www/localhost/htdocs/nzb/index.php on line 231

Hellaworld still tracks the progress of a download just fine if I manually put the NZB in my HellaNZB queue dir, or use something like HellaFox?, but none of Hellaworld's other features work.

Change History

in reply to: ↑ description   Changed 16 months ago by guest

Replying to guest:

I figure this is a problem with my system, but I've tried both v1.8 and the SVN (1.9) and I get the same error when trying to use any feature of the Hellaworld page, such as adding an NZB from the Newzbin URL/ID, pausing/cancelling/clearing the queue/download, and setting the download rate limit. The autorefresh feature doesn't even work even though it's checked. I wondered if it was a permissions issue, but I've gone as far as chmodding all php pages to 777. Here's the error I get for just about everything, but with the line number varying (obviously). This one is for trying to add an NZB from the Newzbin ID: {{{ Fatal error: Call to undefined function ctype_digit() in /var/www/localhost/htdocs/nzb/index.php on line 231 }}} Hellaworld still tracks the progress of a download just fine if I manually put the NZB in my HellaNZB queue dir, or use something like HellaFox?, but none of Hellaworld's other features work.

Yup, my fault. I needed to compile PHP with ctype support.

Now the only thing that doesn't work is the refresh every 15 seconds feature

  Changed 15 months ago by Cheez

Yeah, I've raised #12 to remove the ctype extension requirement. Please raise a new ticket if you're still having javascript issues.

  Changed 15 months ago by Cheez

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.