Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   ZenTracker (http://www.bvlist.com/forumdisplay.php?f=81)
-   -   Installation wizard (http://www.bvlist.com/showthread.php?t=7047)

DAKz 1st October 2011 12:49

still not checking the requirements
 
1 Attachment(s)
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.


http://imageshack.us/photo/my-images...ncapture2.png/

Optix 1st October 2011 12:58

You must set the DocumentRoot to the /web/ subfolder.

It's very important to do that, otherwise the application isn't secured at all !!

DAKz 1st October 2011 13:00

its secure...it wont run!
 
Not worried about security right now just trying to get it to install, this wont be its final home, just to see if it will run. I added and image to my earlier post.

changed the document root still no joy looks just like the picture posted above

Optix 1st October 2011 13:16

Quote:

Originally Posted by DAKz (Post 30389)
changed the document root still no joy looks just like the picture posted above

Seems like you haven't restart the web server or the DocumentRoot is misplaced ^^

Otherwise, i've updated the installer (go go update SVN xD ). I've tested with a fresh virtual machine, it runs better now :)

DAKz 1st October 2011 13:23

yep got it
 
Yes I got the new install.php and its working now, all I have to do is find the symfony executable and change the permission on that

Optix 1st October 2011 13:26

On Windows, the "symfony" can't be executable. That's not important :)

The "symfony" command is used to run CRON jobs for instance.

Happy to see that the installer works great for you :)

DAKz 1st October 2011 13:29

not Windows
 
The server is not running windows its centos, now the installer is done and I am looking at the contents of the root folder, how does this thing launch there has to be an index somewhere ...

Optix 1st October 2011 13:33

Code:

chmod +x symfony
Get symfony executable

Code:

./symfony project:permissions
Symfony sets for you all permissions ;)

Quote:

how does this thing launch there has to be an index somewhere ...
The path : /web/index.php

But if you've correctly set your web server, the URL is http://test.domain.com/ ;)

DAKz 1st October 2011 13:37

either one is a fail,
 
the regular sub-domain with the web folder as the document root shows the folders like a http ftp, and the /web/index.php shows a blank page.

Optix 1st October 2011 14:05

Quote:

Originally Posted by DAKz (Post 30395)
the regular sub-domain with the web folder as the document root shows the folders like a http ftp, and the /web/index.php shows a blank page.

Okay.

1. The DocumentRoot isn't correctly set if you can read the entire tree of ZenTracker. That's not an issue of ZT, but your webserver : i'll solve that in private.

2. The blank page is not a good sign. Can you enable the debug mode ? Just open the "index.php" and change the "false" to "true" ;)


All times are GMT +2. The time now is 18:31.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.