Welcome Guest, Not a member yet? Register   Sign In
Installation problems
#1

[eluser]Unknown[/eluser]
Hello, I am relatively new in codeigniter. I downloaded the latest release version 2.1
and i had problems with two of the features.

1 By placing a url suffix to my address .I placed the values html and .html in the variable url_suffix in the application / config but not shown in the URL.

I have tested this

Code:
$ config ['url_suffix'] = 'html';

and this

Code:
$ config ['url_suffix'] = '. html';


2 When i try to change the language to Spanish .I downloaded several packages and I've tried with them but nothing. In summary I have copied the unzipped packages in the system folder / languages ​​and changed the value of the language variable in application / config with the same name i give to the folder system / language but nothing. the menssages like those generated by show_error () and show_404 () are still in English.

Code:
$ config ['language'] = 'en';

I need urgent help please!

THANK YOU




Theme © iAndrew 2016 - Forum software by © MyBB