Installation problems

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
BroIgnatius
Posts: 2
Joined: Thu Nov 12, 2009 8:31 pm

Installation problems

Post by BroIgnatius »

I just downloaded phpMyFaq 2.5. I created the MySQL and changed all files and folders to 777 temporarily.

However, when I try going to ~/install/installer.php I get this error:
Fatal error: Call to undefined function: date_default_timezone_set() in ~/inc/constants.php on line 386

What's Up?

I am on Linux, Apache 1.3.41 Ben-SSL/1.57, with:
MySQL 5.0.51a,
PHP 4.4.8 and 5.2.5 (as CGI binary using FastCGI) Supported Database: MySQL Executable: From "httpdocs" folder
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Installation problems

Post by Thorsten »

Hi,

you're using PHP 4.4.8. You have to use at least PHP 5.2.0.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
BroIgnatius
Posts: 2
Joined: Thu Nov 12, 2009 8:31 pm

Re: Installation problems

Post by BroIgnatius »

I changed the php version. It works now. Thanks
Post Reply