%
' Comersus BackOffice Lite
' e-commerce ASP Open Source
' Comersus Open Technologies LC
' 2005
' http://www.comersus.com
%>
<%
on error resume next
dim mySQL, connTemp, rstemp
pError = getUserInput(request.querystring("error"),300)
%>
Error
<%if instr(pError,"Wizard")<>0 then%>
WARNING (!) It seems that you have not defined database folder permissions.
If you are using a local computer click here...
If you are using a web hosting service click here...
If you want to obtain technical assistance click here...
The installation Wizard cannot continue until you solve the permission issue
<%end if%>
Details: <%=pError%>