Page 1 of 1

requires php 5+ ... have and php 5.2.13 and doesn't work

PostPosted: May 19th, 2010, 3:07 am
by Josh
Hi there!

This is exactly what I'm looking for to add onto my site - but it simply doesn't work.

I've tried installing and unpacking the plugin - and have
PHP version 5.2.13

yet there's a display box that pops up in the browser saying: you need php 5.2+ to work... which I have.

There is no control panel that shows up in wp either. I've even gone through and commented out your 'if { }' statements for the php check, and it removes the popup dialogue demanding php 5.2+ but... still no control panel in wp.

Any help that could be had would be appreciated! Thanks
Josh

Re: requires php 5+ ... have and php 5.2.13 and doesn't work

PostPosted: May 19th, 2010, 3:48 am
by Jason Caldwell
Hi Josh. Very sorry to hear that. Please run this quick test for me.

Create a new file named: test.php Inside that file, put this code:
Code: Select all
<?php echo PHP_VERSION; ?>


Create a new file named: phpinfo.php Inside that file, put this code:
Code: Select all
<?php phpinfo(); ?>

Send me links to those two files, and I'll review them. Either that, or you can. I would start by determining why PHP_VERSION is not returning the correct result. It sounds like your version of PHP is incorrectly reporting its version details.

Re: requires php 5+ ... have and php 5.2.13 and doesn't work

PostPosted: May 19th, 2010, 4:35 am
by Josh
Thanks Jason!

As it appears, that's actually 4.4.9 with the phpinfo.php / test.php files.

I'll contact my host to update that asap. If I have any other problems... then I'll be sure to let you know!

Thanks for the quick reply and I'll be sure to recommend/promote you plugin/themes!

Cheers

Re: requires php 5+ ... have and php 5.2.13 and doesn't work

PostPosted: June 24th, 2010, 1:12 am
by Jason Caldwell
Very welcome. Thanks for reporting back. Much appreciated!