Welcome Guest, Not a member yet? Register   Sign In
CI Newby
#11

[eluser]John_Betong[/eluser]
[quote author="Thomas Yorke" date="1252520865"]1 - When i access http://localhost/ci1.7.1/system/application/ i get "Directory access is forbidden."
2 - Linux
3 - Now i get Welcome to CodeIgniter! page (http://localhost/ci1.7.1/)
Thank you.[/quote]
 
Champion, not too painful, now go for the log file:

>>> 2. temporarily enable
>>> config/config.sys -> $config[‘index_page’] = ‘index.php’;
>>> config/config.sys -> $config[‘log_threshold’] = 4;
>>> 3. find and view the log file - it is very helpful.
 
 
 
#12

[eluser]Thomas Yorke[/eluser]
sorry about it, but where can i find the log file?
thank you very much guy!
#13

[eluser]John_Betong[/eluser]
[quote author="Thomas Yorke" date="1252522369"]sorry about it, but where can i find the log file?
thank you very much guy![/quote]
 
I am pleased I was able to help, I did not find the installation easy either.

Take a look in your ./system/application/configs/config.sys file for these configuration settings and also the notes preceeding each setting:

$config['log_threshold'] = 4;

$config['log_path'] = '';


 
 
 




Theme © iAndrew 2016 - Forum software by © MyBB