Welcome Guest, Not a member yet? Register   Sign In
www.mydomain.com.au does not work with codeigniter
#21

[eluser]TheFuzzy0ne[/eluser]
[quote author="megabyte" date="1209168082"]Well looks like you nailed it on the head I guess. I just checked the server and noticed they are running PHP 4.1.2

I didn't know anyone would actually be running anyhting that old. So I guess there's my problem.

Problem solved I guess.

Thanks everyone, however I feel bad for wasting everyones time.[/quote]

Hang on... I thought CI was compatible with PHP 4?

EDIT: Oh, I see it's not compatible with anything earlier than 4.3.2.

Perhaps it's time to find a new Web host?
#22

[eluser]megabyte[/eluser]
well it's not my host. It was just a small gig I had. I had to go in and fix someone elses mistakes. I was hoping to rewrite it all and save time using CI, but I ended up just fixing and rewriting the mess instead.

From now before any job i'll be checking the PHP version. Smile

Cause I hate doing anything without CI. Anything less that CI is just wrong.
#23

[eluser]Elliot Haughin[/eluser]
If you're using a host that has php version < 4.3.2, I'd recommend changing.
I'm actually running PHP 5 on my dedicated server, and it's worth it for some of the new functions available. (SimpleXMl is a good example!)
#24

[eluser]Lima[/eluser]
I had same problem at first time using CI.
But I'm not sure can solve the problem.

I tried search on forum. I found problem solving on php.ini

Code:
output_buffering = On

I don't know why CI needs output_buffering set "On" or not "0".
When I set value "0" CI show blank page.

I'm running CI on Ubuntu Server 6.06 PHP 4.4.4 and Apache 2.2 for live site,
and running CI on Windows XP Home Edition PHP 4.4.4 and Apache 2.2 for development.

FYI: so far so good for me running CI on domain http://www.domain.co.id




Theme © iAndrew 2016 - Forum software by © MyBB