View Single Post
  #11  
Old 1st October 2011, 12:49
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Default still not checking the requirements
it is still not checking the requirements, if you click on it it goes 404 error, since its looking for /install.php rather then web/install.php??

PHP Code:
      <div class="entree mini <?php if ($_SERVER['REQUEST_URI'] == "/install.php") echo 'selectionne'?>">
        <div class="flechedroite"></div>
        <img class="avatar" src="http://www.bvlist.com/images/icones/32x32/report.png" alt="" />
        <div class="pseudo">
          <a href="/install.php">Step 1 : Requirements</a>
and I am installing this on a subdomain, but still this is looking in the zentracker root rather then the web directory.


Click the image to open in full size.
Attached Thumbnails
zenCapture2.PNG  

Last edited by DAKz; 1st October 2011 at 12:58. Reason: added image
Reply With Quote