Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 2.0.0 released!
#11

[eluser]idealws[/eluser]
[quote author="markusr" date="1296274152"]I've been using 2.0 for quite sometime, but for some reason when installed the official version my site broke Sad I'm thinking the problem must be my .htaccess file, because "url/signup" doesn't work but "url/index.php/signup" does. Even though ive removed index.php from my $config['index_page'] from my config file. Does anyone have any tips or an official 2.0 .htaccess file??[/quote]

I have always put this in my config file and it works fine with 2.0 even the most current release. I found it somewhere here on the forums. Can't remember who posted it.

Code:
// $config['base_url']    = '';
$config['base_url'] = "http://".$_SERVER['SERVER_NAME'];
$config['base_url'] .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);

//$config['secure_base_url']    = "http://localhost/local_folder/";
$config['secure_base_url'] = "https://".$_SERVER['SERVER_NAME'];
$config['secure_base_url'] .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);

Hope this helps.

Regards,
Ray
#12

[eluser]CroNiX[/eluser]
Congrats EllisLabs!!! Woot!!!
#13

[eluser]Devon Lambert[/eluser]
This is a huge win for Ellislabs, the Reactor engineers, but most importantly... the CI community at large! :-)

I for one have been using 2.0 for some time, but some of these official changes will fit nicely in my development roadmap.

Congrats!
#14

[eluser]Eric Barnes[/eluser]
[quote author="Thomas Hunter" date="1296276914"]Full Query String Support... Does this mean GET parameters will work?![/quote]

Yes it does.

@Ray - The base_url now tries to be automatic if not set.
#15

[eluser]John_Betong[/eluser]
 
Congratulations and I especially like the idea of having two current official versions.
 
 
 
#16

[eluser]idealws[/eluser]
@Eric - I had not tried that but did read that it was the case. I have tried and it seems to be working fine.

I have attached the CI 2.0.0 User Guide to this post in PDF format in case there is anyone interested in using it.

I also have it in alphabetical order listed here as well.

CI 2.0.0 User Guide (PDF) - http://67.20.55.108/ciguide/CI_2.0.0_User_Guide.pdf.zip

CI 2.0.0 User Guide Alphabetical (PDF) - http://67.20.55.108/ciguide/CI2.0.0_User...al.pdf.zip

This was done pretty quickly so if there are errors (shouldn't be) let me know.

Regards,
Ray
#17

[eluser]Unknown[/eluser]
[quote author="markusr" date="1296274152"]I've been using 2.0 for quite sometime, but for some reason when installed the official version my site broke Sad I'm thinking the problem must be my .htaccess file, because "url/signup" doesn't work but "url/index.php/signup" does. Even though ive removed index.php from my $config['index_page'] from my config file. Does anyone have any tips or an official 2.0 .htaccess file??[/quote]

Try switching $config['uri_protocol'] = 'AUTO'; to $config['uri_protocol'] = 'REQUEST_URI'; It seems the auto detection broke or went iffy.
#18

[eluser]kenjis[/eluser]
Congratulations!

One question. There is only English language file included.
Will Reactor accept Japanese language file if contributed?

And I found "description to come" in user guide:
http://ellislab.com/codeigniter/user-gui...cript.html
#19

[eluser]Eric Barnes[/eluser]
[quote author="Kenji @ CodeIgniter Users Group in Japan" date="1296299446"]Congratulations!

One question. There is only English language file included.
Will Reactor accept Japanese language file if contributed?

And I found "description to come" in user guide:
http://ellislab.com/codeigniter/user-gui...cript.html[/quote]

The way language files have been contributed in the past is via the wiki. http://codeigniter.com/wiki/Languages

With so many different languages I think that should remain so the core isn't littered with tons of files that would never be used.

The javascript driver is still a work in progress. Expect more info to come later.
#20

[eluser]Berik[/eluser]
Wow so excited!! Congrats for version 2 and thanks again for providing us with this truly awesome framework... love you guys!!!




Theme © iAndrew 2016 - Forum software by © MyBB