Welcome Guest, Not a member yet? Register   Sign In
CI in a Linux environment setup
#29

(This post was last modified: 10-29-2019, 07:29 AM by John_Betong.)

I had big problems with the source because I think it is has been converted to Spanish.

Anyway some good news, I downloaded the source and made some changes:
1. modified application/config/config.php
2. modified application/config/routes.php
3. added application/controllers/Welcome.php
4. added application/views/welcome_message.php
5. download, unzip and add and/or replace the current files
6. calling index.php should open the view welcome_message.php file

// DEBUG - enable logging
1. make sure the index.php ENVIRONMENT is set to 'development'
2. modify application/config.php and change these two lines:
a. $config['log_threshold'] = 'development'===ENVIRONMENT ? 4 : 1;
b. $config['log_file_permissions'] = 'development'===ENVIRONMENT ? 0777 : 0644;

Check the error application/logs/log-2019-10-29.php which can be deleted after fixing the bugs.

I know your problem has not been solved but at least you will be able to gradually load the changes in your application and check the error log

The changes may be downloaded here:

"https://alibaba-test.tk/sp-unzip/ZIPS/esle.zip"

Let me know when you have downloaded the above file so that I can delete it.
Reply


Messages In This Thread
CI in a Linux environment setup - by Raidenlee - 06-19-2015, 05:12 PM
RE: CI in a Linux environment setup - by kenjis - 06-19-2015, 07:57 PM
RE: CI in a Linux environment setup - by esle - 10-22-2019, 03:44 PM
RE: CI in a Linux environment setup - by mboufos - 10-23-2019, 12:05 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 12:31 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 07:44 AM
RE: CI in a Linux environment setup - by esle - 10-23-2019, 09:20 AM
RE: CI in a Linux environment setup - by esle - 10-24-2019, 02:02 AM
RE: CI in a Linux environment setup - by esle - 10-24-2019, 09:49 AM
RE: CI in a Linux environment setup - by esle - 10-25-2019, 03:07 AM
RE: CI in a Linux environment setup - by esle - 10-25-2019, 03:48 AM
RE: CI in a Linux environment setup - by esle - 10-27-2019, 04:03 AM
RE: CI in a Linux environment setup - by esle - 10-28-2019, 01:27 AM
RE: CI in a Linux environment setup - by esle - 10-28-2019, 02:09 AM
RE: CI in a Linux environment setup - by esle - 10-29-2019, 01:46 AM
RE: CI in a Linux environment setup - by John_Betong - 10-29-2019, 07:27 AM
RE: CI in a Linux environment setup - by esle - 11-04-2019, 08:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB