Ask Experts Questions for FREE Help !
Ask
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #1

    Mar 16, 2010, 09:56 AM
    Sorry, PHP is not enabled on this server.
    I’m working with Dreamweaver CS4 to build a social network site. Everything is connected in DWCS4. My server is FileZilla, everything is connected. I’m trying to test a php_check.php page and when I test it, I get…..

    Sorry, PHP is not enabled on this server.

    Check your host provider's documentation or contact your Host provider to ask them how to enable PHP.

    Why? I can’t figure out what I’m missing.

    Please Help,
    Scotty
    RickJ's Avatar
    RickJ Posts: 7,762, Reputation: 864
    Uber Member
     
    #2

    Mar 16, 2010, 10:36 AM

    Sounds like something on the Host's end. You need to Confirm that PHP is enabled with your hosting package.
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #3

    Mar 17, 2010, 06:02 AM
    Eleven2.com in my hosting company and they said its enable.
    slapshot_oi's Avatar
    slapshot_oi Posts: 1,537, Reputation: 589
    Ultra Member
     
    #4

    Mar 17, 2010, 06:55 AM
    Paste the code to php_check.php.
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #5

    Mar 17, 2010, 07:46 AM

    I know how to copy and paste. But I don’t know how to copy and paste my connection to another file. 'Am I even saying that right?
    slapshot_oi's Avatar
    slapshot_oi Posts: 1,537, Reputation: 589
    Ultra Member
     
    #6

    Mar 17, 2010, 08:47 AM
    I'm guessing you mean a connection in DreamWeaver.

    Here's a simpe test, create a file called info.php with this code:
    [CODE="PHP"]
    <?php phpinfo(); ?>
    [/CODE]
    And upload it to your webserver with an FTP client, like FileZilla.

    Then access the page in your browser, if you see the code, then PHP isn't enabled, if you see a well-formated table with a ton of info about PHP and the server, PHP is enabled.

    It may seem redundant, but the problem could be with DreamWeaver's connection, so this at least rules it out as a possible issue.
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #7

    Mar 17, 2010, 09:09 AM

    I entered <?php phpinfo(); ?>
    And got a PHP Version 5.2.12 chart.

    I tried php_check.php again and keep getting….
    Not Found
    The requested URL /php_check.php was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.4 Perl/v5.8.8 Server at myglobalpnr.com Port 80
    slapshot_oi's Avatar
    slapshot_oi Posts: 1,537, Reputation: 589
    Ultra Member
     
    #8

    Mar 17, 2010, 11:24 AM
    Quote Originally Posted by Scotty13 View Post
    I entered <?php phpinfo(); ?>
    And got a PHP Version 5.2.12 chart.
    Then PHP is enabled, the problem is your php_check.php script or your connection in Dreamweaver.
    Scotty13's Avatar
    Scotty13 Posts: 120, Reputation: 1
    Junior Member
     
    #9

    Mar 18, 2010, 06:34 AM
    This is what I'm working with...

    <html>
    <title>PHP Check File</title>
    <body>
    <?php
    Print "<h1>Congratulations, your server can process PHP!</h1>";
    Print "<h3>Here you can view the PHP configuration on your server</h3>";
    Phpinfo( );
    Exit();
    ?>
    <h1>Sorry, PHP is not enabled on this server.</h1><br /><br />
    <h3>Check your host provider documentation or contact
    Your host provider to ask them how to enable PHP.</h3>
    </body>
    </html>

    Everything connects with my Dreamweaver entries.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

I have a Bluetooth enabled Laptop & I have 2 Bluetooth enabled mobiles named as AX1 & [ 1 Answers ]

I have a Bluetooth enabled Laptop & I have 2 Bluetooth enabled mobiles named as AX1 & AY1 My Laptop display these mobiles in main window of Bluetooth as follows AX1 AY1 I am aware that Bluetooth has device list(a data list like table) & the same is dispayed in main window(like a form). My...

Mysql is not enabled in phpinfo() of php 5.3.1 [ 1 Answers ]

hi, I am having apache 2.2.14, php 5.3.1 and mysql 5.1.43 installed on vista. I am trying since 2 days to configure php to have mysql enable on phpinfo(). 1. I modified php.ini to have extension_dir = "c:\php\ext" 2. modified the extension as extension="php_mysql.dll" 3. added "c:\php" to the...

Call dll funciton from php when the site is hosted in non-windows server [ 1 Answers ]

I want to develop a website in php using databas MySQL because hosting this way is very cheap. The prblem is that if my php page is hosted on some server running operating system other than windows e.g. Linux then my php page might not be able to call and windows's dll function as .exe files of...

Server 2003 use as a router and connect susulinux server [ 1 Answers ]

I have configure suselinux 10.0 webserver with two nic one ip:192.168.1.3 sub:255.255.255.0 And another is 10.10.1.3 sub:255.0.0.0 and primary dns server(suselinux 10.0) 192.168.1.2 sub :255.255.255.0 and secong dns server(suselinux 10.0) with differenet ip:10.10.1.5 and sub:255.0.0.0 Now one...

Are all JAVA-enabled cell phones GPRS-enabled too? [ 1 Answers ]

Are all JAVA-enabled cell phones GPRS-enabled too? Any instances when they are not?


View more questions Search