Welcome Guest, Not a member yet? Register   Sign In
strange rendering problem
#1

[eluser]Unknown[/eluser]
Hello everyone, Undecided

I'm having a strange issue with my code igniter installation. First of all, i'm not sure exactly what is good debugging information is relevent to this issue, so i'm gonna tell you what i know!, i'll start with my platform, i'm using a mac where i'm running apache 1.3, mysql 5.0.24, php5.2.2.

Now, i have multiple installations of CI since i'm trying many different settings/plugins side by side. The way i'm doing this is by using this as a Vhost:

<Directory "/Users/me/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

and having many dirs as such,

/Users/me/Sites/config1
/Users/me/Sites/config2
/Users/me/Sites/config3

Which would mean my different sites would be.

httpd://127.0.0.1/config1
httpd://127.0.0.1/config2
httpd://127.0.0.1/config3

Okay, so far so good?!!!!,

It seems that my code igniter is not rendering ANYTHING with alternative php syntax, i have this as my page title
&lt;?=$html_title?&gt;
and this in my username password feilds.
&lt;?=$user_name?&gt;
&lt;?=$password?&gt;

Also here is my log file,
[Sun Aug 26 08:43:54 2007] [error] [client 127.0.0.1] File does not exist: /Users/me/Sites/conf1/<
[Sun Aug 26 09:04:55 2007] [error] [client 127.0.0.1] File does not exist: /Users/me/Sites/conf1/<
[Sun Aug 26 09:11:06 2007] [error] [client 127.0.0.1] File does not exist: /Users/me/Sites/conf1/<

it seems like a bad php/apache configuration of somesort!!!!!!!, any stab at what it could be? :coolhmm:


Messages In This Thread
strange rendering problem - by El Forum - 08-26-2007, 09:36 AM
strange rendering problem - by El Forum - 08-26-2007, 10:35 AM
strange rendering problem - by El Forum - 08-27-2007, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB