Welcome Guest, Not a member yet? Register   Sign In
can't run in my ubuntu
#1

[eluser]francesco mally[/eluser]
Hi,

I use the CI in Windows 7
and I succeeded created more than one applications using CI in win7
When I tried in ubuntu 10.10, all the projects I am working on windows can not run on my ubuntu 10.10.
I have installed apache2, php5, and mysql
hopefully anyone can help me?
#2

[eluser]shadow player[/eluser]
Hi francesco

I am running CI on Ubuntu Maverick. I use XAMPP: http://www.apachefriends.org/xampp.html

What is the path to your htdocs/www folder?

Did you set the right file-permissions?

Best regards
#3

[eluser]francesco mally[/eluser]
[quote author="shadow player" date="1302445106"]Hi francesco

I am running CI on Ubuntu Maverick. I use XAMPP: http://www.apachefriends.org/xampp.html

What is the path to your htdocs/www folder?

Did you set the right file-permissions?

Best regards[/quote]

Hi,

Im not use xampp or lampp, I just use apache2 (var/www) chmod 777...
Can you help me?

Best Regards
#4

[eluser]shadow player[/eluser]
Describe your problem a little better please.
Can you access your web folder through the browser?
Can you access the individual pages?
Do you get any errors?
etc..
#5

[eluser]francesco mally[/eluser]
[quote author="shadow player" date="1302451150"]Describe your problem a little better please.
Can you access your web folder through the browser?
Can you access the individual pages?
Do you get any errors?
etc..[/quote]

Yes I can access all files in that folder through firefox
Can you access the individual pages? Yes I can
Do you get any errors? There's no error
No display, just empty page, if I call my CI folder which contains a project that already I am working on windows, will be an empty page, if I call any controller, then will empty page also, just white page
#6

[eluser]micflan[/eluser]
Check that application/logs and application/cache folders are writable by apache. Usually a case of chmod'ing those folders to 777.


(if you're using CI 1.7 I think these folders are in system/, not application/)
#7

[eluser]TWP Marketing[/eluser]
I also use Ubuntu 10.10 with the standard lamp stack and test with Firefox 4
Check your apache error log /var/log/apache2/error.log
#8

[eluser]francesco mally[/eluser]
[quote author="micflan" date="1302472126"]Check that application/logs and application/cache folders are writable by apache. Usually a case of chmod'ing those folders to 777.


(if you're using CI 1.7 I think these folders are in system/, not application/)[/quote]

Thx man, it's work now!




Theme © iAndrew 2016 - Forum software by © MyBB