Welcome Guest, Not a member yet? Register   Sign In
Ci wont run with apache 2.2.11 and php 5.2.8
#1

[eluser]MenteriPertahanan[/eluser]
Hi there,
usually i run my ci using xampp on local. But i'm trying to use separate installer. I install apache 2.2.11 and php 5.2.8. At the httpd.conf i modify some of the script like
- unmark the servername to localhost:80
- add addtype x-httpd-php .php
- unmark the mod_rewrite
- allowmodified to all for mod_rewrite
- copy the php.ini to c:\system
and it runs, but if i use any of the class like database it just went blank white. Anybody got any clue?
#2

[eluser]Shrike67[/eluser]
Hello,
try to look in the errors log
#3

[eluser]CroNiX[/eluser]
Are you loading the php-mysql extension from php.ini? Its not enabled by default. Do a phpinfo(); and see...
#4

[eluser]MenteriPertahanan[/eluser]
Yes i load the mysql module. Because its on the php installer package and all i need is only chose it. Not only the class for the installer. But if run a view class for template it wont work.
Got any more clue? Or if any of you guys happen to run ci not with a webserver like xampp, apache2triad, wom ect. Can u tell me what to be configure.
Thanx in advance
#5

[eluser]Jamie Rumbelow[/eluser]
Well it will run, because that's my setup. Ensure that display_errors is set to On in your php.ini file - you're probably triggering an error and not realizing it.
#6

[eluser]MenteriPertahanan[/eluser]
i use mysql, but i use postgre. but when i open phpinfo() i dont find any postgre information. got any clue?

thanx.




Theme © iAndrew 2016 - Forum software by © MyBB