Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How to check PHP version on server?

  • 26-09-2009 11:28am
    #1
    Closed Accounts Posts: 825 ✭✭✭


    Hi,

    I'm installing Openx onto my forum, but I've run into a problem at the first step. I've uploaded all the files to the server and when I go to run the install I get "PHP version 5.1.4, or greater, was not detected.", I opened a ticket with my hosting company yesterday, but as yet, I've not had any reply.

    I was just wondering is there a way I can check this myself from my CP?

    When I login to phpMyAdmin I see this;

    23vkopt_th.jpg

    Would the "Server version: 5.0.45-log" be the PHP version?

    TIA

    -Patrick


Comments

  • Registered Users, Registered Users 2 Posts: 35,524 ✭✭✭✭Gordon


    Could be. But make a php file with text inside:
    <?php
    phpinfo();
    ?>
    
    And upload and open in your browser, should tell you the version among other details. Don't forget to delete it after you're done.


  • Closed Accounts Posts: 825 ✭✭✭Columba Rad


    Gordon wrote: »
    Could be. But make a php file with text inside:
    <?php
    phpinfo();
    ?>
    
    And upload and open in your browser, should tell you the version among other details. Don't forget to delete it after you're done.
    Thanks Gordon. Says "PHP Version 4.4.7" in big bold letters at the top of that page :D

    Hope my hosts will update it for me, or would this be something I could do myself?

    Thanks again,

    -Patrick


Advertisement