controleur Posted March 2, 2012 Share Posted March 2, 2012 Bij de installatie blijft install hangen op: Notice: Undefined index: REQUEST_URI in D:\www\myweb.nl\www\prestashop\install\index.php on line 34 Wat is er hier mis hoe los ik dit op????? Alvast dank Link to comment Share on other sites More sharing options...
shopstreet Posted March 2, 2012 Share Posted March 2, 2012 /* Redefine REQUEST_URI if empty (on some webservers...) */ ***de volgende regel geeft het probleem lijkt dat de server niet antwoord. Volgens mij de database server. Is die juist weergegeven? ***** $_SERVER['REQUEST_URI'] = str_replace('//', '/', $_SERVER['REQUEST_URI']); if (!isset($_SERVER['REQUEST_URI']) || $_SERVER['REQUEST_URI'] == '') $_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME']; if ($tmp = strpos($_SERVER['REQUEST_URI'], '?')) $_SERVER['REQUEST_URI'] = substr($_SERVER['REQUEST_URI'], 0, $tmp); Link to comment Share on other sites More sharing options...
controleur Posted March 3, 2012 Author Share Posted March 3, 2012 Ja en dan???? Link to comment Share on other sites More sharing options...
shopstreet Posted March 6, 2012 Share Posted March 6, 2012 De fout ligt niet bij jou. De website staat op een oudere webserver. Het verplaatsen van de website lost dit probleem op, omdat PHP dan via een nieuwere techniek (FastCGI) uitgevoerd wordt. Ga dus even naar je provider en overleg even. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now