[Solved] Can't execute install.php

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Heidi

[Solved] Can't execute install.php

Post by Heidi »

I'm currently trying to install my second CMSMS site. Number one is up and running, works fine.

This second site wil be running in a LAMP environment. (As is the first one, same host, different domain.) Database is OK, Permissions are OK, config file is in place.

When navigating to install.php it promts me to open it in Textpad instead of  executing.

Any ideas on what's wrong?
Last edited by Heidi on Wed Jan 17, 2007 12:59 pm, edited 1 time in total.
cyberman

Re: Can't execute install.php

Post by cyberman »

If I'm right it's in cause of a timeout error  ::) ...
Heidi

Re: Can't execute install.php

Post by Heidi »

Maybe... It seems quick enough, though.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Can't execute install.php

Post by Dee »

It looks like PHP isn't installed or isn't configured correctly (or apache isn't correctly configured to use PHP for .php files).

Regards,
D
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Can't execute install.php

Post by Dee »

You can test by uploading a small script (called info.php for example) with this content:

Code: Select all

<?php
phpinfo();
?>
and check if it gets executed when you open it in your browser.
Heidi

Re: Can't execute install.php

Post by Heidi »

Tried that earlier on, Dee.

Anyway: All of a sudden it all works fine. Seems to have been a timeout problem after all.

Thank you both!
Locked

Return to “[locked] Installation, Setup and Upgrade”