Welcome Guest, Not a member yet? Register   Sign In
Simple question/issue...new to CodeIgniter
#10

[eluser]codelogic[/eluser]
[quote author="InsiteFX" date="1337982393"]Sounds like your base url or routes are messed up someplace.

Show your base url and routes file.
[/quote]

Code:
$config['base_url'] = 'mysiteurl.com/CI/';

Code:
$route['news/create'] = 'news/create';
$route['news/(:any)'] = 'news/view/$1';
$route['news'] = 'news';
$route['(:any)'] = 'pages/view/$1';
$route['default_controller'] = 'pages/view';


[quote author="Ayeyermaw" date="1337982477"]oh!

Maybe you are overriding the log path?
In the same config file check
Code:
$config['log_path'] = '';
If it's an empty string then the log file is in application/logs otherise it's the value set in that variable.

if you still cant see the log files then there's a problem with your codeigniter setup[/quote]

I did not override it, I left it blank! And I believe my settup is fine... I don't see what is wrong with my setup.

Damn I want this problem to be fixed so I can move along with learning more CodeIgniter.



Edit: I fixed the issue by adding http://. I guess it was that simple of a fix Smile.

But... I have ran into another minor problem. When I click 'view article' on my index.php/news page... it directs me to index.php/news/news/[article] with a 404.


Messages In This Thread
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 01:49 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:27 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:31 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:32 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:35 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:39 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:44 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:46 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:47 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 02:49 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 03:24 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 03:28 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 03:32 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 03:40 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 03:44 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-25-2012, 07:17 PM
Simple question/issue...new to CodeIgniter - by El Forum - 05-26-2012, 04:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB