문제

Hey, I'm using ubuntu 10.04, and when I try to run online on localhost without being connected on internet, it doesn't run. It only runs when I'm connected on internet.

Everything is installed right, mysql, apache, bla bla bla, etc.

help!

도움이 되었습니까?

해결책

Please confirm, that you are able to connect to your database using the same host name as specified in settings.php: $db_url. If it says mysql://username:password@localhost/databasename, then you should be able to connect to MySQL using mysql -u username -h localhost -p. If it fails, try 127.0.0.1 instead of localhost. Besides, please describe your problem in more detail to get additional help.

다른 팁

If it is a very long timeout, it could be the update status module. Disable that and try again.

Some more information about what happens when you try to open your site would be helpful.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top