Note that there are some explanatory texts on larger screens.

plurals
  1. POblank pages rendered - codeigniter application
    primarykey
    data
    text
    <p>I just moved my codeigniter app from one machine to another. I’m getting the above error message.</p> <p>here’s what I’ve checked so far:</p> <p>config.php for code igniter has the following:</p> <pre><code> $config[‘base_url’] = ‘http://myserver/myapp/’; </code></pre> <p>when i navigate to </p> <pre><code> http://myserver/myapp/index.php </code></pre> <p>i don,‘t get any error messages, and nothing is displayed /rendered. I do a view source and there is no html on the page. (btw. I have specified “welcome” as my default controller in routes). when i navigate to:</p> <pre><code> http://myserver/myapp/index.php/welcome </code></pre> <p>it's the same result.</p> <p>I checked my apache2 access log this is what it contains:</p> <pre><code> 127.0.0.1 - - [14/Aug/2012:13:27:37 -0400] "GET /myapp/index.php/welcome HTTP/1.1" 200 293 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1" </code></pre> <p>127.0.0.1 - - [14/Aug/2012:13:27:48 -0400] "GET /myapp/index.php/switches HTTP/1.1" 200 293 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1"</p> <p>shouldn’t it have </p> <pre><code> “GET http://myserver/myapp/index.php/welcome” </code></pre> <p>instead of just </p> <pre><code> “myapp/welcome”? </code></pre> <p>also i tried looking up the apache error message # 293 but i haven't come across anything that is helpful for troubleshooting.</p> <p>The thing is other applications work. So i can do </p> <pre><code> “http://myserver/phpmyadmin” </code></pre> <p>and it works. Also i created a test.php page in my “myapp” folder and it works too.</p> <p>I’m not using .htaccess as far as i can tell. I have the following variables set in my config.php for codeigniter:</p> <pre><code> $config[‘index_page’] = ‘index.php’; $config[‘uri_protocol’] = ‘AUTO’; </code></pre> <p>Error logging is turned on both in the php.ini file and also in the code igniter config file. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload