Call to undefined function: glob()

Please report bugs here!

Moderator: Thorsten

Post Reply
feanor
Posts: 3
Joined: Fri Nov 17, 2006 9:44 pm

Call to undefined function: glob()

Post by feanor »

I get the following error when trying to use any of these funcions on the main page:

Code: Select all

Fatal error: Call to undefined function: glob() in /var/www/html/newsroom/faq/inc/captcha.php on line 494
That happens when I try to use:
Add Content
Ask Question
Contact

I have captcha turned off in the admin config. Is there anything I'm missing that could be causing this The above error?

Thanks much![/code]
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Post by matteo »

Hi,
it seems you're running PMF on PHP < 4.3.0: please, update your PHP version for security reasons.
BTW I'll take a look at the issue.

Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
feanor
Posts: 3
Joined: Fri Nov 17, 2006 9:44 pm

Post by feanor »

There's a very good possibility we're running an older version of php. this server's been around a while. :) hehe
matteo
Posts: 572
Joined: Sun Nov 20, 2005 6:53 pm
Location: Italy

Post by matteo »

Hi,
the issue has been fixed and committed in CVS few seconds ago ;)

Ciao,
Matteo
phpMyFAQ QA / Developer
Amazon.co.uk Wishlist
feanor
Posts: 3
Joined: Fri Nov 17, 2006 9:44 pm

Post by feanor »

matteo,

Many thanks! That looks like it did the trick. Everything seems to be working now.

:D
Post Reply