Jump to content

Issues with Blog sftwr install on Solaris box


Recommended Posts

Hello,

 

I'm trying to install either b2evolution, wordpress, or movable type on a vanilla SPARC Solaris 11 with current versions of the AMP stack.

 

When I follow the instructions to execute the install.php script, I end up with either a screen full of code or a textblock that says I have PHP installed incorrectly.

 

What am I doing wrong? Any thoughts?

javascript:void(0);

Thanks!

 

Blaine

  • 2 weeks later...

Sounds like the server is just displaying the PHP code, not executing it.  Check for:

 

LoadModule php5_module modules/libphp5.so

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps

DirectoryIndex index.php

 

Most important is the top line, which sounds like it isn't present.  Also, this is assuming that you're using PHP5, not PHP4.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.