Troubleshooting - QuickerSite http://www.quickersite.com QuickerSite is an easy-to-use web-based Content Management System (CMS) written in VBScript and ASP. en "Could not find file '(unknown)'." - error when installing QuickerSite Tue, 30 Jan 2007 22:46:53 GMT info@quickersite.com (Pieter Cooreman) Answer:
There is something wrong with the path to your databases. Make sure you specify the virtual directory in web_config.asp if there is one!
]]>
"Operation must use an updateable query." - error when installing QuickerSite Mon, 17 Sep 2007 19:47:36 GMT info@quickersite.com (Pieter Cooreman) Answer:
Your database is marked 'Read-only' or the IUSR does not have enough permissions to edit your database(s)! I recommend to give IUSR "Full Control" on the folder containing the database.
]]>
ADODB.Connection error '800a0e78' - Operation is not allowed when the object is closed. Mon, 17 Sep 2007 19:52:04 GMT info@quickersite.com (Pieter Cooreman) Answer:
A connection to your database(s) could not be established. Most likely there is an error in the path to your database. Check these paths in asp/config/web_config.asp.
]]>
I get a 404-error while i'm pretty sure i'm pointing to the exact location of the QuickerSite root-folder. Tue, 20 Mar 2007 17:09:44 GMT info@quickersite.com (Pieter Cooreman) Answer:
Check Microsoft's KB at http://support.microsoft.com/kb/315122/en-us?spid=3198&sid=205
]]>
Microsoft JET Database Engine error '80040e09' - Cannot update. Database or object is read-only. Sat, 19 Jan 2008 10:00:02 GMT info@quickersite.com (Pieter Cooreman) Answer:
Your database is marked 'Read-only' or the IUSR does not have enough permissions to edit your database(s)! I recommend to give IUSR "Full Control" on the folder containing the database.
]]>
Microsoft OLE DB Provider for ODBC Drivers error '8007000e' System resource exceeded Thu, 17 May 2007 09:40:23 GMT info@quickersite.com (Pieter Cooreman) Answer:
The above error occurs when your website is having a lot of visitors (>500 visitors/day). MS Access is not made for busy sites. You may want to upgrade QuickerSite to use MS SQL Server if this problems occures on a regular base.

QS v168 is compatible with MS SQL Server 2005.
]]>
Request object error 'ASP 0104 : 80004005' Operation not allowed Wed, 19 Sep 2007 09:30:32 GMT info@quickersite.com (Pieter Cooreman) Answer:
Windows 2003 servers running IIS6.0 prevent the upload of files more than +200Kb.

If you are running QuickerSite on a web host, please contact the host and ask them to increase the file size limit in IIS.

If you are running your own server, you will need to make some changes in IIS.

1: Stop the IIS service.
2: Open the file metabase.xml in the c:\Windows\System32\Inetsrv folder.
3. Find the line " AspMaxRequestEntityAllowed "
4. Change it to whatever size you need in bytes (eg. "1073741824" is 1GB).
5. Save the file.
6. Restart IIS.

]]>
The "SendUsing" configuration value is invalid Tue, 01 Apr 2008 15:19:00 GMT info@quickersite.com (Pieter Cooreman) Answer:
This problem occurs when using an external mail-service (<> localhost) together with the CDO.MESSAGE component.
The solution is to add 1 line to asp/includes/mail_message.asp, around line 70:

myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2

Be careful: only add this line in case you experience problems when sending emails using CDO.MESSAGE, and in case you use an external mail server, like smtp.mydomain.com!
]]>
The ASP.NET image-resizer doesn't work Thu, 05 Jul 2007 19:24:15 GMT info@quickersite.com (Pieter Cooreman) Answer:
To properly install ASP.NET in IIS, please check the appropriate forums/sites. In short, you need to 'allow' ASP.NET in IIS 6.0 (under Web Service Extensions). The latest version of showThumb.aspx works for ASP.NET 1.1 & 2.0.
]]>
<![CDATA[UTF-8 & passwords on Windows 2000 (IIS 5.0)]]> Wed, 23 May 2007 09:42:01 GMT info@quickersite.com (Pieter Cooreman) Answer:
In IIS 5.0 (Windows 2000 only), passwords (for the backsite, the intranet & items with passwords) should be limited to ascii-characters only (a-z, 0-9). IIS 5.0 does not support the use of UTF-8 characters in cookies! This issue is solved as from IIS 5.1 (Windows XP Pro).
]]>