Hello!
Xerte looks really cool and I'm excited to get into it, but unfortunately I'm running into a bunch of show-stopping problems.
I've installed Xerte 2.1 on two systems:
- Ubuntu 14.x with Apache 2.4, php 5.5, and mysql 14.14
- OSX Mavericks with Apache 2.2, php 5.5, and mysql 14.14
On
both systems I have the same problems:
- When I try to create a new item (XOT, Bootstrap, etc), it goes to a 404 page saying it can't open <site url>/xerte/edit_X, where X is (I assume) the object ID. The only error that appears in Apache's logs is a File does not exist error for that page. I'm guessing something is supposed to be intercepting the url and interpreting it, but isn't?
- Since I don't have LDAP setup the system defaults to Guest authentication, but the logout button doesn't work. In Chrome it does nothing, in Firefox the Apache logs show a stream of POST requests with no end unless I close the page
- I occasionally see this:
Failed to load language file for Xerte - en-GB/website_code/scripts/screen_display.js -- looks like this should be
languages/en-DB/...?
I'll continue digging through the docs (oh, relatedly, the
FAQ entry that mentions the installation guide
is duplicated, and has a broken link for the guide in both instances-- I was able to find the guide in my zip file), but if anyone has seen this and can help me out, I'd really appreciate it!
EDIT: Hrmm... Also, the bbcode interpretation on this board seems to be screwed up. this post originally had bulleted and numbered lists done in bbcode, but they came out as just blobs of text. :\