Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Installation Bug: check-php.php is missing


Go to End


9 Posts   5690 Views

Avatar
yuri41

Community Member, 3 Posts

2 December 2007 at 8:37pm

The installation ran through successfully, and the configuration also. Then I Clicked the "Delete Installation Files" Link and then when i go to the homepage I should be able to login, but apache tells me, that he misses the "check-php.php" file. How can I fix this Problem?

Avatar
alfa

Community Member, 20 Posts

2 December 2007 at 10:30pm

Hm..

Did you try to reupload that file again and try if it works then?

Avatar
DaveP

Community Member, 48 Posts

2 December 2007 at 10:33pm

It sounds to me like the installation procedure has in fact not completed successfully.

Could you look at the .htaccess file in your root directory and report back with the contents
( and it's existence for that matter )

HTH - Dave Porter

Avatar
yuri41

Community Member, 3 Posts

7 December 2007 at 3:20am

The .htaccess exists.

It's contents:

### SILVERSTRIPE START ###
RewriteEngine On

RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$

RewriteCond %{REQUEST_URI} ^(.*)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

Avatar
yuri41

Community Member, 3 Posts

7 December 2007 at 3:51am

mod_rewrite support works for sure (I develop some stuff in CakePHP along the way)

with best regards
Christoph Hochstrasser

Avatar
Syl21

Community Member, 2 Posts

25 June 2008 at 5:54am

Edited: 26/06/2008 1:37am

Hi all, I have the same problem like yuri41.

After research that seems to be only with FireFox 3.0 & Safari.

And only when you have wget package and tar -xvf it.

For my parts I have chown www-data all & chmod 755 all

I have try with 777 but nothing change

I have search what page contain check-php.php:

grep -r check-php.php *
sapphire/core/control/ContentController.php: 'check-php.php',
sapphire/core/ManifestBuilder.php: 'check-php.php',

That the only info I have, Waiting News and Thanks in advance Best Regards

Avatar
sonet

Community Member, 33 Posts

25 June 2008 at 6:03pm

Try to clear cache in your browser.

Avatar
Syl21

Community Member, 2 Posts

26 June 2008 at 1:36am

Edited: 26/06/2008 4:21am

clearing cache do nothing...

I have made lot of test and now try to understand lol:

Linux with FF3 "with or without www" - "Working FINE"
Windows Vista with IE and FF3 "with or without www" - "Working FINE"
Windows XP with IE "with or without www" - "Working FINE"
Windows XP with FF3 "without www" - "Working FINE"
Windows XP with FF3 "with www" - "DO NOT WANT WORK"

I'm sure of my DNS. You can try at http://www.syl21.org and http://syl21.org

Edit: I have try something other and it's very incredible :

Windows XP with FF3 doesn't work with www.syl21.org but work with www.syl21.net

I have double check again and reload my DNS configuration, it's exactly the same between them.

if you want laught you can try them with all your navigator and OS :

http://syl21.org ; http://syl21.net ; http://www.syl21.org ; http://www.syl21.net

If you need some others informations reply or contact me at syl21@syl21.org, Bye :~)

Go to Top