Hi All,
I have migrated content from ECM to WCM and noticed the new WCM sites running very slow. Is there anything I can do to improve the site performance? At the moment I am doing the suggested tasks in this imis community forum post. http://www.imiscommunity.com/comment/reply/4370/8368#comment-8368. Is there anything else I can do to improve the speed of the site?
Thanks,
Chamika
iMIS Community
Improving WCM site performance
background not showing on the next screen
I am using iMIS WCM module version 15.1.2.4730 with customized template 1502.
I customized background colour (02-Styles.css) to gray colour (#EEEEEE):
body {
margin: 0;
padding: 0;
text-align: left;
color: #6a6869;
background-color: #EEEEEE;
The gray background only shows on the first minitor screen. If I scroll down, background remins white.
Please see example:
http://209.217.68.142/imis15/eng/Membership/Member_List/eng/mem/Member_L...
Please advice,
Thank you,
Ewa
group registration in iMIS events
Im hoping that someone can help. Can iMIS handle group registrations for events. If I have an event for schools and the teacher wishes to register themselve and x number of pupils, can this been done?
Thanks
Coldfusion 9 and iMIS eSeries
We are looking into upgrading our web server to CF 9 and would like to know if there are any known compatibility issues with the e-Series software. Our current environment is as follows:
Release Version
e-Series - 15.0.3.2397
iMIS Info
iMIS Release Version - 15.0.3.2384
System Name - iMIS Membership System
Cold Fusion Unified Login.
We are on 15.1.1.2998 release with a highly customized e-Content manager and e-Communities with the iMIS Public Views as the main website.
Previously in the 15.0.3 iMIS Public Views the unified login worked with the following logic.
Call to the function was all that was needed.
tmp = Asi.ContentManagerNet.Utilities.LoginToColdFusion(((Asi.ContentManagerNet.DisplayPageBase)this.Page).Website, decimal.Parse(GetCurrentiMISID()), PasswordBox.Text, true);
tmp returns a value something like this.......
CFID=476864; CFTOKEN=92938962; DATASOURCE=iMISUpgrd; JSESSIONID=40309e13881d101c7e; ASP.NET_SessionId=k4ohrv55whmuukig4v10w555; Login=401C6F01E4D587BB7726EDEA66E94EC21F20E1E76A6476E2BB3FAC2463EFCFB42350A56D142ECDA7C5
Error when accessing store in 15.1.2
I'm getting the following error when I access the store. There are no customizations within the site. Any clue???
Compilation Error
Description An error occured...
Compiler Error Message: the type Asi.Bae.Web.Orders.Admin exists in both c:\windows\microsoft.net\...\Asi.Webroot.Core.Admin.Orders.DLL and c:\windows\microsoft.net\...\Asi.iWC.Core.Admin.Orders.DLL
15.1.2.4260 db upgrade issue
iMIS Version: 15.1.2.4260
If you run the upgrade process the second time (probably because something went wrong the first time you ran it), most likely, it will fail with the following error:
Violation of PRIMARY KEY constraint 'PK_ComponentRegistryCategory'. Cannot insert duplicate key in object 'dbo.ComponentRegistryCategory'.
The issue is with the following SQL statement in
C:\Program Files\ASI\iMIS15\Net\iMIS15DBUpgrade\ScriptFiles\IMIS154DBUpgrade\CleaningUpNavigationDocuments.sql.
CPayment error at Asi.Utilities.Utilities.LogPciEvent. Object reference not set to an instance of an object.
We have just applied the latest patch to version iMIS 15.1.2.4730.
This has caused an issue with iBO especially the payment object. When setting the credit card, it errors out at:
System.NullReferenceException: Object reference not set to an instance of an object.
at Asi.Utilities.Utilities.LogPciEvent(String eventType, Int32 originationCode, Boolean result, String decryptedValue, String encryptedValue)
Changing images that are loaded with WCM template
I've been trying to replace the stock images that were put in place when choosing to create a new site based on a template. I've tried
- renaming my own images to match the names used in the image gallery;
- saving my own images to the image gallery, and then updating the reference to them in the associated aspx page;
- going through iMIS 15 Manage content - the pop-up window that should allow me to edit the content just hangs and never displays anything.
Any suggestions would be greatly appreciated.
Error: Culture 'es' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread
We get about 40 application errors shown below every day from our customers in other countries. These seem to occur in pages we made using iSA (System Architect). One for donations and one for listing our products. I tried changing the globalization settings in the Web.config and in the page directive but nothing seems to help.
Any ideas?