Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help, Porter giving me an error
sophia576
New
I'm exporting a php 3.0.9 with the Vanilla2Export.php
I keep getting this error
Fatal error: Call to undefined function date_default_timezone_set() in /var/www/html/forum/vanilla2export.php on line 5081
Does anyone know how to fix this?
Thanks
Tagged:
0
Comments
Requirements:
PHP 5.2.0 or newer
php3? seriously I didn't know anyone ran that any more. php4 was released 12 years ago.
grep is your friend.
I think it's a typo. That should probably mean phpBB 3
date_default_timezone_set
was introduced around php 5.1grep is your friend.
Yeah, your arguement is still valid. The php needs to be updated but probably not from version 3
for phpBB I recommend using my porter to sort out the quirks
https://dl.dropbox.com/u/15933183/porterplus/porterplus.php
and remember to add quotes plugin for quotes.
however this won't sort this problem out. You have to set up the correct version.
grep is your friend.