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

[eluser]megabyte[/eluser]
thanks Derek, I will try that.
#12

[eluser]megabyte[/eluser]
well to my dissapointment none of the suggestions by anyone above have been successful. I obviously appreciate everyones help. Tongue

Still just a blank page. and no PHP errors.
#13

[eluser]TheFuzzy0ne[/eluser]
[quote author="megabyte" date="1209165210"]well to my dissapointment none of the suggestions by anyone above have been successful. I obviously appreciate everyones help. Tongue

Still just a blank page. and no PHP errors.[/quote]

Is there any HTML source code whatsoever? What browser are you using?

What happens when you go to: http://www.yoursite.com/index.php/welcome/ ?
#14

[eluser]Derek Allard[/eluser]
If you put up an obviously wrong php page, outside of CI, can you generate errors? If not, contact your host, and as them how to enable errors.
#15

[eluser]TheFuzzy0ne[/eluser]
[quote author="Derek Allard" date="1209165499"]If you put up an obviously wrong php page, outside of CI, can you generate errors? If not, contact your host, and as them how to enable errors.[/quote]

I agree. Or better yet, just a simple PHP file with:

Code:
<?php
    phpinfo();
?>

may help a bit.
#16

[eluser]megabyte[/eluser]
I had to use:
Code:
error_reporting(E_ALL);
ini_set('display_errors', 1);

in a test php page to get errors. But I'm using that as well in the CI install and getting nothing
#17

[eluser]Derek Allard[/eluser]
are you putting that in the controller?
#18

[eluser]megabyte[/eluser]
tried it both in the controller and the index.php file.

I'm just doing a complete new install of CI just for fun, and I'm gonna try everything all again.
#19

[eluser]TheFuzzy0ne[/eluser]
[quote author="megabyte" date="1209166509"]I had to use:
Code:
error_reporting(E_ALL);
ini_set('display_errors', 1);

in a test php page to get errors. But I'm using that as well in the CI install and getting nothing[/quote]

You may want to try putting a

Code:
echo "test";

or something similar right at the top of the index.php page.

If that works, try moving it to the bottom of the page, and then chase it through all of the files until it doesn't show anymore. It's somewhat crude, but may help you find where the problem is.

Do you know what version of PHP you're running?
#20

[eluser]megabyte[/eluser]
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.




Theme © iAndrew 2016 - Forum software by © MyBB