PHP Classes

Burge CMF

Recommend this page to a friend!

      Burge CMF  >  All threads  >  Burge CMF  >  (Un) Subscribe thread alerts  
Subject:Burge CMF
Summary:Installation
Messages:53
Author:Joseph Schembri
Date:2016-12-29 14:27:03
 
  1 - 10   11 - 20   21 - 30   31 - 40   41 - 50   51 - 53  

  11. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 04:26:28 - In reply to message 10 from Joseph Schembri
Hi,

It shows every thing is OK, except a problem.

1- Does your hosting server use a Windows OS?
2- Do you know the version of PHP it use?
3- Please go to "application/libraries/core/Language.php" and before Line 33 add "bprint_r($parts);exit();", then run again "http://subdomain.mydomain.com/admin/install", and let me know its output.
4- Undo step 3

Regards

  12. Re: Burge CMF   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2017-01-01 16:55:44 - In reply to message 11 from Burge Lab
)Apache Linux
2) PHP version 5.6
3) you specified bprint, did not work, changed to normal print_r and got:

Array ( [0] => admin [1] => install )

Did not show anything else but only the array
4) I did undo step 3 and got back error and stuff I sent before

  13. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 17:05:17 - In reply to message 12 from Joseph Schembri
OK,

Could you please write me the line 3 of file "application/helper/constants_helper.php" ?

  14. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 17:06:24 - In reply to message 13 from Burge Lab
Could you please write me the line 3 of file "application/helper/constants_helper.php" ?

Does the MAIN_ADDRESS ends with "/" ?

If so, please remove the last "/"

  15. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 17:09:29 - In reply to message 13 from Burge Lab
Please also write "echo $_SERVER['REQUEST_URI'];exit()" after line 32 of file "application/libraries/core/Language.php" and let me know the result of page "yourdomain/admin/install"

Thanks

  16. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 17:17:04 - In reply to message 15 from Burge Lab
Another output that is required is to write "echo $index.'<br>';echo HOME_URL;exit()" after line 32 of Language.php

Thanks

  17. Re: Burge CMF   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2017-01-01 17:50:28 - In reply to message 16 from Burge Lab
1) line 3 of file application/helper/constants_helper.php:

define('MAIN_ADDRESS',"192.168.2.100/Web/BurgeCMF/Web");

2) line 3 of file application/helper/constants_helper.php:

Dose not end with "/" but your address

3) After line 32 put echo $_SERVER['REQUEST_URI']; exit(); and then url admin/install:

/admin/install

4) added also echo $index.'<br>';echo HOME_URL;exit()" after line 32 and ran url again:

3
192.168.2.100/Web/BurgeCMF/Web

--------------------------------------------------------------------------------
I am assuming now that I should be putting my website main domain.
I would assume as follows:
"http://subdomain.mydomain.com"

  18. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 18:01:05 - In reply to message 17 from Joseph Schembri
I'm really sorry.

I forget to say one step.

You should change line 3 of constants_helper.php

define('MAIN_ADDRESS',"192.168.2.100/Web/BurgeCMF/Web");

should be changed to

define('MAIN_ADDRESS',"yourdomain");

and if the root directory is in a folder of your domain

define('MAIN_ADDRESS',"yourdomain/folder");


  19. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 18:03:23 - In reply to message 17 from Joseph Schembri
undo all test changes (except MAIN_ADDRESS ;) ) and let me know the output of yourdomain/admin/install

Thanks

  20. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 18:20:54 - In reply to message 19 from Burge Lab
I had said it to change MAIN_ADDRESS in step 4 of https://www.phpclasses.org/discuss/package/9857/thread/1/#message4

:)

 
  1 - 10   11 - 20   21 - 30   31 - 40   41 - 50   51 - 53