when I run the command lynx http://localhost/freemed/ error comes up says the specified URL is not found on this computer (on squeeze)
for i in ??_??; do \
if [ -f $i/LC_MESSAGES/dojo.po ]; then \
msgfmt -o $i/LC_MESSAGES/dojo.mo $i/LC_MESSAGES/dojo.po; \
fi; \
if [ -f $i/LC_MESSAGES/gwt.po ]; then \
msgfmt -o $i/LC_MESSAGES/gwt.mo $i/LC_MESSAGES/gwt.po; \
fi; \
done
6. The guide says to run ./scripts/install.php directly without configuring settings.php but when I run the command it says to configure the parameters in this file,so I entered all the parameters in this file and when I run this command ./scripts/install.php it gives following error and do nothing.
ERROR 1064 (42000) at line 25 in file: 'data/schema/mysql/patient.sql': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(16) NOT NULL DEFAULT NOW(), ptemritimestamp TIMESTAMP (16), ptemriversion ' at line 64