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  

  21. Re: Burge CMF   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2017-01-01 19:00:08 - In reply to message 20 from Burge Lab
do I put:

define('MAIN_ADDRESS',"http://subdomain.mydomain.com");

or

define('MAIN_ADDRESS',"subdomain.mydomain.com");




  22. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:03:18 - In reply to message 21 from Joseph Schembri
define('MAIN_ADDRESS',"subdomain.mydomain.com");

Don't use http:// or https://

  23. Re: Burge CMF   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2017-01-01 19:10:00 - In reply to message 22 from Burge Lab
Okay, /home/xxxxxxx/public_html/dynamic/application/logs/burge_cmf exists and is writable
Okay, /home/xxxxxxx/public_html/dynamic/images/captcha exists and is writable
Okay, /home/xxxxxxx/public_html/dynamic/images/gallery exists and is writable
Okay, /home/xxxxxxx/public_html/dynamic/upload exists and is writable
Okay, /home/xxxxxxx/public_html/dynamic/application/cache/category exists and is writable

Installing Burge CMF
Username: badmin
Pass: badmin

Login here.

When I login I get lots of php errors
Everything is not in english. Captcha not in english
How do I change to english
What about all these errors

is there other items that need to be changed.

From the install.md

##CMF Configuration:

* Set 'VISITOR_TRACKING_COOKIE_NAME','TRACKING_ENCRYPTION_KEY','TRACKING_IV'
* Set mail configs in application/helper/init_helper in burge_cmf_send_mail function
* Set emai customer env header, name, keywords, and description in language/*/ce_general_lang.php, language/*/ae_general_lang.php, and also email template language/*/email_lang.php

Do not quite understand the above.
When I URL to site, is this when things get changed or set or what?

then it says:

##After Developing
* Change ENVIRONMENT constant to 'production';
* Change $config['log_threshold'] from 4 to 1;

Do not quite understand the above.

Appreciate your comments

  24. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:12:02 - In reply to message 23 from Joseph Schembri
for now , you should use the following addresses for your website and your admin



subdomain.domain/en/
subdomain.domain/en/admin/login

  25. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:14:55 - In reply to message 23 from Joseph Schembri
To set the language


Go to helpers/constants_helper.com, and comment line 16, and 25, which disables Persian language, and then English will be the default language

Then you will see English site in http://subdomain.domain
and English env in http://subdoamin.domain/admin

  26. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:15:31 - In reply to message 23 from Joseph Schembri
To set the language


Go to helpers/constants_helper.com, and comment line 16, and 25, which disables Persian language, and then English will be the default language

Then you will see English site in http://subdomain.domain
and English env in http://subdoamin.domain/admin

Do this step, and get me posted about the result.

  27. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:19:46 - In reply to message 26 from Burge Lab
There are three errors, and if you visit the customer env. first, you will see it solved:

yoursubdomain.domain/

visit it and you should not have get more error

  28. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:28:19 - In reply to message 27 from Burge Lab
To correct captcha

copy f1.ttf - f5.ttf from https://github.com/MohsenKoohi/BurgeCMF/tree/master/Web/system/fonts

to your system/fonts.

It has been issued by PHPClasses that doesn't include fonts in its repositories.

After copying the fonts, the captcha should be readable.

REgards,

  29. Re: Burge CMF   Reply   Report abuse  
Picture of Joseph Schembri Joseph Schembri - 2017-01-01 19:29:55 - In reply to message 26 from Burge Lab
I did it and is now English.

When I go to http://subdomain.mydomain.com it is in English but I only see Contact Us on left, but the web page is blank, there is no contact form

I would have expected it to show the login.

Also, when I am at the login, the captcha code cannot be seen and if I login without it works. Is there something wrong here.


  30. Re: Burge CMF   Reply   Report abuse  
Picture of Burge Lab Burge Lab - 2017-01-01 19:38:04 - In reply to message 29 from Joseph Schembri
1) In previous reply I described about captcha.

2) BurgeCMF works in two mode: 1)production mode and 2)development mode. In developement mode, since we should login again and again, I have disabled captcha, and it results true for captcha, but in production mode we should enter captcha.

3) You can change the ENVIRONMENT variable in line 8, and 9 of "constants_helper" to change the mode. One of them should be commented.

4) Your main web page is blank, because you haven't created any post or category. If you create posts and categories you will see them in your main web page.


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