| Project: | IdeaCart |
| Version: | 0.02 |
| Component: | Code |
| Category: | bug |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Hello, I have followed the instruction to install the ideacart,
and it appeared the following error on the website.....
Please advise me...
thanks a lot.
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'db669.perfora.net' (1) in /home/mywalker/public_html/ideacart/config.php on line 10
ERROR: Our database is currently down. We hope that the issue is resloved shortly. Please check back again soon
Comments
hey
you have to add :3306 behind the hostname i believe...
not only that... :-(
from php debugging it is clear that all pages use SERVER[DOCUMENT_ROOT] which makes it impossible to install on any other directory. Not a big issue but it would be nice not to create subdomain for the installation. May be a little bit of extra path adjustment should be allowed in install.php? E.g. subdirecoty where the ideacart is installed. How about it?