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
Installation problems
Moderator: Thorsten
Re: Installation problems
Hi,
you're using PHP 4.4.8. You have to use at least PHP 5.2.0.
bye
Thorsten
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
amazon.de Wishlist
-
BroIgnatius
- Posts: 2
- Joined: Thu Nov 12, 2009 8:31 pm
Re: Installation problems
I changed the php version. It works now. Thanks