I've a problem wich is not a real one, but a little bit annoying:
When I login to phpwcms, I allways have to do that twice until it works(no typing errors - I'm sure!).
Strange is'nt it? My Host is allinkl.com
aborre
login - not a real problem, but a bit annoying
My space is also on all-inkl and i have no problems.
Last edited by Rainer G on Mon 21. Feb 2005, 09:34, edited 1 time in total.
Rainer G. aus H.
http://www.BunteReisebilder.de
My phpWCMS-projects:
http://www.gnuelps.de
http://qvpage.gnuelps.de
http://www.BunteReisebilder.de
My phpWCMS-projects:
http://www.gnuelps.de
http://qvpage.gnuelps.de
try to uncomment this Line in your conf.inc.php at the end and set the right Path
to find the right Path call phpinfo() from Backend/Admin and look at
ENVIRONMENT - DOCUMENT_ROOT
to find the right Path call phpinfo() from Backend/Admin and look at
ENVIRONMENT - DOCUMENT_ROOT
Code: Select all
//$_SERVER['DOCUMENT_ROOT'] = '/home/www';