Error message after added domain!

jirawat

Verified User
Joined
Mar 11, 2008
Messages
9
Hello all,
I got error message after Add Another Domain.

2008:06:23-19:24:40: ConfigFile::writeFile() : Timestamp from when it was read is different, overwriting anyway

And I can't access new domain from http://1.2.3.4/~user/newdomain.com

Any idea?
 
The warning probably occurs because the server time was changed between the last time the file was written and when the overwrite was called.

Where did you see this warning?

Since it's just a warning, and since it tells you it's overwriting anyway, it shouldn't be a problem.

I'm not sure that 1.2.3.4 is a valid IP#. Look here.

Jeff
 
I saw that message from DirectAdmin error log.

Actually I'd like to access addon domain from http://ip/~user/addon.tld, but I never see addon link in /home/user/public_html/ after added new domain.

PS. I added old_public_html_link=0 in directadmin.conf and I using directadmin v1.32.1
 
My browser tells me your link is invalid. Why are you wasting our diagnostic time with invalid links?

Jeff
 
Check from a shell to make sure that both directories exist:
Code:
# ls -al /home/picohostin/domains/jirawat.com/public_html
# ls -al /home/picohostin/domains/picohosting.com/public_html
and that both have the same ownership and directory permissions.

Jeff
 
Back
Top