17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 3958 Views |
-
Installation Bug: check-php.php is missing

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?
-
Re: Installation Bug: check-php.php is missing

2 December 2007 at 10:30pm
Hm..
Did you try to reupload that file again and try if it works then?
-
Re: Installation Bug: check-php.php is missing

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
-
Re: Installation Bug: check-php.php is missing

7 December 2007 at 3:20am
The .htaccess exists.
It's contents:
### SILVERSTRIPE START ###
RewriteEngine OnRewriteCond %{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 ### -
Re: Installation Bug: check-php.php is missing

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 -
Re: Installation Bug: check-php.php is missing

25 June 2008 at 5:54am Last edited: 26 June 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
-
Re: Installation Bug: check-php.php is missing

25 June 2008 at 6:03pm
Try to clear cache in your browser.
-
Re: Installation Bug: check-php.php is missing

26 June 2008 at 1:36am Last edited: 26 June 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 :~)
| 3958 Views | ||
| Go to Top | Next > |




