Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

not working with CodeIgniter-2.1-internationalization-i18n #35

Closed uilson closed 9 years ago

uilson commented 10 years ago

Hi, I'm using your Ci-Smarty templating engine, but i can't get it to work with the https://github.com/EllisLab/CodeIgniter/wiki/CodeIgniter-2.1-internationalization-i18n, for some reason it loads the first page (the function index()) just fine, but it wont load the other pages, it simply shows the 404 page.

Using the url 'http://localhost/tvicarus/en/' it loads the index page but if i select other page like 'http://localhost/tvicarus/en/guide' it justs show the 404 page.

But if i change the index page to other one it loads. For example:

 public function index() {
    $this->news();
 } #index

it loads the news as first page, if I change to other page, like

 public function index() {
   $this->guide();
 } #index

it loads the guide, as first page, without any problem.

Can you help me and try to make it work?

Thank you.

Vheissu commented 10 years ago

Will look into this shortly. Sorry, I didn't see this earlier.

uilson commented 10 years ago

No problem :) and thank you for you help.

uilson commented 10 years ago

Hi, so any news, or you didn't have time to look into it yet?

Thanks.

Vheissu commented 10 years ago

I have pencilled in some time this week to look into this. Sorry for the delay, I am pretty busy most of the time, it can be hard to balance projects like this sometimes.