1 (edited by cvramen 2009-01-27 12:25)

Topic: PHP Version 4.3.11

I'm having trouble installing PunBB 1.3.2

I dropped the installation files on my ftp on GoDaddy. When I opened the install.php file I received the following message:

You are running PHP version 4.3.11. PunBB requires at least PHP 4.3.0 to run properly. You must upgrade your PHP installation before you can continue.

That doesn't make sense. 4.3.11 would almost certainly sound like a later version than 4.3. "4.311" is certainly a bigger number than "4.3".

2 (edited by KeyDog 2009-01-27 13:01)

Re: PHP Version 4.3.11

You're not telling me that GODADDY - one of the mamoths of the industry hasn't got php 5 big_smile
you're having a laugh?

They have 24/7 help support line;
even in the UK


24/7 Sales & Support (480)505-8877
24/7 Sales & Support 020 7979 2661

suggest you upgrade?

Re: PHP Version 4.3.11

http://www.php.net/
5.28 is current release
if you're running 4.x you should upgrade anyway... that will sort out your problem.

Re: PHP Version 4.3.11

KeyDog wrote:

You're not telling me that GODADDY - one of the mamoths of the industry hasn't got php 5 big_smile
you're having a laugh?

Yes, I know GoDaddy is lame, but it's what my boss decided to use so that's what I'm working with right now.

Re: PHP Version 4.3.11

This won't guarantee a working installation, but you could try removing the following lines from 'admin/install.php':

if (!function_exists('version_compare') || version_compare(PHP_VERSION, MIN_PHP_VERSION, '<'))
    exit('You are running PHP version '.PHP_VERSION.'. PunBB requires at least PHP '.MIN_PHP_VERSION.' to run properly. You must upgrade your PHP installation before you can continue.');

6 (edited by KeyDog 2009-01-27 21:19)

Re: PHP Version 4.3.11

http://help.godaddy.com/article/1083

this should help you maybe? the link in that post leads to how to upgrade

EDIT: only  just saw your post garciat - good approach... big_smile