CXP compile error on html page

This forum is for conversations about Internet development using CXP, WebSockets, HttpEndPoint, etc.
Post Reply
Message
Author
Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

CXP compile error on html page

#1 Post by Sbryan »

I've been away from programming a few years but now I'm looking at writing a web based program for internal use using CXP on IIS. I've done something similar in the past but this time I'm using the Tabler dashboard template for the framework. I've downloaded and installed Tabler along with the other necessary programs to get it running and have it generating the dashboard html code with no problem. The next step will be adding CXP code to pull from a database to populate some of the screens. I can get it to run under cxp by changing the html extensions to .cxp and most all pages compile just fine and work with no problem except for a few.
On a few pages I get a CXP:BuildError but the errors make no sense because they are always the same "Linker: error XBT0200: Syntax Error in Line 25". I've tried eliminating lines trying to figure out what is causing the problem but nothing I've tried seems to work. These pages are very simple and there are more complex pages that compile with no problem.
I've pulled one of the pages I'm having an issue with along with the original html file, images, and css so you can see what it is supposed to look like.
Can someone with CXP set up run the sample to see if they get the same compile error and help figure out what is causing the problem? I thought that maybe it's because I'm running an older version (foundation build 840) but if that was the case then why does it work fine on other more complex pages?

If anyone can help figure this out it would be greatly appreciated.
Attachments
cxp_tabler.zip
(309.61 KiB) Downloaded 327 times

Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

Re: CXP compile error on html page

#2 Post by Sbryan »

I figured out what the problem was but not sure why it's happening.

For some reason, CXP doesn't like something in the name of the file auth-lock.cxp. By just changing the name to something else it compiled and ran as expected. At least I know what to look for when I see this problem again.

Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

Re: CXP compile error on html page

#3 Post by Sbryan »

After a little more testing it appears that any file name with a dash "-" was causing the error. All the files I was having issues with happened to include a dash. After changing the names, everything is working as expected and I can now move on to the next steps.

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: CXP compile error on html page

#4 Post by Tom »

BTW, I love the "tabler"-framework. But we use it with Xb2.Net.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: CXP compile error on html page

#5 Post by rdonnay »

Do you have a URL that I can click on to run it on your server?

I downloaded your files.
After a little more testing it appears that any file name with a dash "-" was causing the error.
I think I recall problems with file name problems, even case sensitivity with Apache. I don't use IIS.

Do all the CSS files need to be renamed too?
The eXpress train is coming - and it has more cars.

Sbryan
Posts: 31
Joined: Sun Oct 18, 2015 7:15 am

Re: CXP compile error on html page

#6 Post by Sbryan »

Hi Roger,
Do you have a URL that I can click on to run it on your server?
No, currently I'm running it on a local development machine.
Do all the CSS files need to be renamed too?
If you are referring to the sample I uploaded, then no. If you just change auth-lock,cxp to something like authlock.cxp then it will compile properly.

The dash "-" issue may have been addressed in a later build because I noticed on the Alaska documents page they have a sample with a file name that includes a dash.

session-form.cxp and session-save.cxp

This causes an error with my build unless I change the names.

https://doc.alaska-software.com/content ... ement.html

I've wondered what other updates to CXP they have implemented since build 840. Is there a change log anywhere?

I highly recommend the Tabler framework for anyone wanting to build applications for the web. It offers a lot of nice features and once it is set up properly, you can easily build (or change) a framework for your application and then add CXP code or Xb2.net) to make it do what you want.
https://preview.tabler.io/

Post Reply