php - Error 0 couldn't connect to host in wamp windows 7 -
My project has a Joomla GIT repository. We are using Vamp and Windows 7 as a development environment. This repository works fine on one machine. But when we try to clone the same repository on the other two machines, we are facing a strange error.
Error: Error 0 Could not connect to host
Shown in screenshot.
All other repositories work fine on those two machines < / P>
There are no errors under any error log file (Apache, PHP, and Micisk). I enabled Joomla error reporting
thanks.
When you clone your Joomla on another machine, there are many things You need to double check that:
- Not only files from GIT, make sure that the database is similar on the other two machines (export from first time, to import 2 second phpMyAdmin ).
- Make sure the configure.php file is rectified on two other machines, including: logs The path to, TMP folders; database information (host, user name, password, database name).
This should work.
Comments
Post a Comment