PHP Version

Status
Not open for further replies.

michellecgill86

New Member
Messages
10
Reaction score
0
Points
0
What PHP Version am I running? When trying to check (http://thingsihateaboutyou.net/michelle/membersgear/phpinfo.php) the page has been disabled. I assumed it would be PHP 5 because it says that on the homepage. If not, is there a way I can update this?
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

php will be 5.2 at least. The free server I've checked runs on 5.2.17. It says in the left sidebar of your cpanel, but you may need to click expand stats or something similar to see it (the name escapes me).
Edit:
Also, we don't change php options for individual accounts, as they're managed on a server-wide basis. Unfortunately, this includes the version.
I just checked your server's version specifically, and it says it's running 5.2.14 in the cPanel.

Hope this helps. :)
 
Last edited:

michellecgill86

New Member
Messages
10
Reaction score
0
Points
0
That helped very much, thank you. I was looking in the PHPMyAdmin which listed something like version 3. The "expand stats" is going to do me a lot of good for my questions! I needed to know about Apache too, which is also listed there.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Ahhh. I see where you're confused.
phpMyAdmin is a piece of software which runs using php, but is used to administer MySQL databases. The version number you're seeing is the version number of the phpMyAdmin software, not that of php itself.
 

michellecgill86

New Member
Messages
10
Reaction score
0
Points
0
I still don't know why every client login script I use blows up in my face, but now I know that isn't it..
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
What's the error? A screenshot may be helpful. :)
 

michellecgill86

New Member
Messages
10
Reaction score
0
Points
0
Which one! I've used a total of 3 different scripts with all kinds of different errors. The one that I did get to work finally was going good, but now everything is showing blank. (http://thingsihateaboutyou.net/michelle/membersgear/user_login.php) That's the user login, but also the admin and every other page regarding a client area shows up as blank.

The requirements are listed here, which even though I didn't understand a lot of them, it had still been working for about 30 minutes before it just stopped. I didn't edit any of the pages before it stopped working.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

Whether or not it makes a difference or not I don't know, but it requires MySQL 5.1.30. phpMyAdmin shows that your server is only running 5.0.92. Maybe someone with more specialist knowledge of the script you're trying to use could help.
 

michellecgill86

New Member
Messages
10
Reaction score
0
Points
0
The "easier" one I got out after the first two failed attempts is showing this on all pages, and not showing the rest of the form which is basically just a submit button.
 
Status
Not open for further replies.
Top