XStandard - Unable To Process License File

Posted September 19, 2008 at 5:42 PM

Tags: XStandard WYSIWYG

As you may know, I use XStandard as my WYSIWYG editor of choice. In my eyes, it just puts the other editors to shame. It has its down sides, but none that make it less that attractive. Anyway, I've been using it happily for a few years now and then out of no where, I started getting this error:

Unable to process license file. Please contact your System Administrator.

I didn't change anything on my computer, that I know of. I contacted support (which continues to respond with superior promptness) and they suggested that a security setting changed on my computer and was preventing the license file from being loaded. They said that this was sometimes an issue with computers still running version 1.0 of the XStandard editor (which I was). They recommended that I upgraded to the current version (v2.0).

And, so, I downloaded the new editor and the new license file and two minutes later everything was working perfectly. Moral of the story, if you get the same error, try upgrading to the latest version.

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Sep 20, 2008 at 8:33 AM // reply »
2 Comments

Hi,

I guess becaz of these following reasons.

1. May be you would have upgraded the editor.
2. Licence is not matching.
3. Licence would have expired.

Thanks,
Kannan


Sep 22, 2008 at 8:33 AM // reply »
7,572 Comments

@Kannan,

The editor had definitely not upgraded; v1.0 and v2.0 have a very different look and feel and an accidental upgrade would have been noticed. Also, my license was set not to expire. Furthermore, the XStandard support walked me through some back-and-forth and had me try pointing my XStandard license URL to the C:\ drive version. This also did not work which signaled to them that it was some sort of permissions issue.

I know that I came in last week and my computer had automatically restarted. This usually happens when a critical update has been installed (I believe), so its likely that Windows Update changed something on my computer to be more secure in a way that XStandard was not programmed to deal with.

If you are having problems, I would definitely get in touch with their support - great guys.


Sep 22, 2008 at 8:45 AM // reply »
2 Comments

Hi Ben,

I agree with you. Xstandard didn't deal this kind of issue.. hope they'll fix it shortly.

Now i have been facing the same issue,

Luckily for me i have a local XAMPP server and pointed the license key to C:\foldername\license.txt it was working fine.

But the same if I moved my code for one of my stage server (LAMP) it's refusing.. and started working as Xstandard Lite. Though i am having proper license key.. :(

May be tomorrow i'll get in touch with Xstandard Support Guys..

Thank you once again for your moral support.,

Regards
Kannan


Sep 22, 2008 at 9:26 AM // reply »
7,572 Comments

@Kannan,

No problem. I have yet to have a problem that the XStandard support team could not get me through. Good luck.


Sep 22, 2008 at 11:15 PM // reply »
1 Comments

Glad the problem is fixed but curious if you don't mind my asking, why did you not upgrade before this?

I not the first in line to get the new releases but I do like to get the latest and best available versions of the products that I like and use regularly. Just wondering if there was a reason you didn't want to upgrade?

Regards,
Adam


Sep 23, 2008 at 8:03 AM // reply »
7,572 Comments

@Adam,

I thought my web services would break with the new version. I am not sure why I thought that, but somehow that idea got stuck in my head. As it turns out, that is totally inaccurate. The existing web services work just fine with v2.0.


Nov 23, 2008 at 5:44 PM // reply »
1 Comments

Hi All!

As I have been recently working on improving my blog, I have faced one really important issue with regards to displaying the posts which contain some sample

code:

Here's more info:

I want enable members to post some sample code. To prevent browsers from interpreting it as the code i used <pre> sample code ... </pre>

However < > tags within <pre> and </pre> must be changed to < (<) and > (>).

I thought I may use REReplaceNoCase(postContent,"<","<","ALL") and REReplaceNoCase(postContent,">",">","ALL") but as I use wysiwyg editor - using

REReplaceNoCase changes all <> tags including <p>,<br /> etc applied in wysiwyg.

Is there anyway that I can find all < > within <pre></pre>(if any) and change them to
< and > leaving rest of the content (tags such as <p><br>)

unchanged?

Please correct me if this is not a right way of thinking.

I cannot use worrdpress as it does not fully meet my requirements.

I know Wordpress use tag <code> ... </code> to display code sample and it's even more weird as it also alows to include <br> tags between the code lines, so

i guess there must be different ways to do so.

Any ideas?

Thanks

Obviously cannot use <xmp> for obvious reason


Nov 23, 2008 at 8:31 PM // reply »
7,572 Comments

@Paul,

You can grab out the PRE tag content, then scan it and replace its content for the appropriate data. Rather than just doing a straight up REReplace(), you are gonna need to pull out the PRE content first so that you can limit the changes (much more easily) to this content.


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 21, 2010 at 3:42 AM
A New Wrist Pain
Chiropractic treatment is one of the best methods for treating numerous health problems naturally. After years of experience being a chiropractor, I have found that it is a powerful way to solve many ... read »
Mar 20, 2010 at 12:07 PM
Drawing On The iPhone Canvas With jQuery And ColdFusion
Simply awesome. Saved my day. ... read »
Mar 20, 2010 at 9:00 AM
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
I would like to say thx for an easy way to create a bottom bar. I do have a ?. Is it possible to center the bar if i want to resize it to ex 85%. Regards Offenbach ... read »
Mar 19, 2010 at 7:26 PM
MySQL 3/4 - com.mysql.jdbc.Driver And allowMultiQueries=true
Thank you very much for this post. Adding allowMultiQueries="true" in context.xml didn't help until I added it to url as allowMultiQueries=true Good idea is to use prepared statements and it will he ... read »
Jim
Mar 19, 2010 at 4:49 PM
Nobody Puts Baby In The Corner!
Wow. This is like suddenly finding a support group for your secret shame. I'm not alone! I always liked this movie, even though it is extremely cheesy. I just wish Jennifer Grey hadn't gotten the ... read »
Mar 19, 2010 at 4:47 PM
Application.cfc OnRequest() Method Affects OnError() Arguments
@Jason and @Ben, I've been doing some CF9 refactoring on our systems and noticed an odd occurrence with onError as well. Found a way to work around my problem, but what I saw was... Background: Our ... read »
Jim
Mar 19, 2010 at 4:44 PM
Shoot 'Em Up Starring Clive Owen And Paul Giamatti
I actually enjoyed this movie quite a lot. It was different, certainly, but I think they were going for more of a Quentin Tarentino-"wow, that was weird"-vibe than an actual spoof. Once I realize ... read »
Mar 19, 2010 at 4:34 PM
An Intensive Exploration Of jQuery With Ben Nadel (Video Presentation)
Hey I guess the video is down. Is there anyway you can upload to youtube or vimeo or some other service? Greatly appreciated. ... read »