Hi all, I am new to DOTCMS and have just tested DOTCMS on my computer. DOTCMS seems very good and simple, but its limited documentation made me headache, for...
Yes unfortunately there is no free manual other then the documentation on dotcms.org for the dotcms. We at dotmarketing have to eat also and because choose...
Bob: Better documentation is a current priority for the dotCMS project. Right now though, I think Jason is right - the best place to learn how to use the ...
Hello, When using mysql as database the events are not list in the events list. After comparing schema creation script between postgress and mysql, I discover...
I think what is happening here is that older versions of MySQL didn't have boolean so when HIbernate generates the sql it generates it for older versions of...
Martin: That is a good question and a good find. I don't think MySQL has a native boolean type - I've always used tinyints as booleans in mysql. The sql ...
Sorry I set Boolean in MySql Administrator. Here the trace I got when fields are of varchar(1): Maybe the problem can be correct if the value was set to false...
Now that you changed the datatype you need to update the table and set field the field = 0; something like: update events set show_public = 0; Hibernate throws...
... Doesn't Hibernate handle booleans automatically? As far as I know, it transparently translates Java booleans and "true"/"false" strings in HQL to...
Hi list, I've set up dotCMS and configured 'LUCENE_BASE_DIR' in common/ext-ejb/dotmarketing-config.properties so it points to a directory elsewhere on our...
Gert: It does, usually. The issue comes in when a hibernate object has a primitive property and the database has a null value in it (which only happens if you...
I have try the backup and import utility as describe in the ImportingandExportingContent.txt file. When I try to upload the file I receive this exception: ...
Hi Gert, That's a legacy variable, we have had some problems moving the dotlucene folder, that why this variable is not used anymore, we now prefer to use sym ...
Thanks Jason, I will try the latest Snapshot Builds (Thu, March 29 2007). Martin ... com.oreilly.servlet.multipart.MultipartParser.<init>(MultipartParser.java ...
You need to use the full svn url https://svn.dotmarketing.net/wwwroot/dotcms.org/trunk It looks like you didn't have the trunk on the end. ... -- Jason Tesser ...
Even with the trunk at the end, I have problem. I will try from home tonight. Martin ... Tesser" ... <dotcms%40yahoogroups.com><dotcms%40yahoogrou ... ...
ok are you using tortise as an svn client? Can you open a browser and goto https://svn.dotmarketing.net/wwwroot/dotcms.org/trunk ?? The 302 you had before is...
I can go to the site with a browser. The certificate use on the site is expired. With turtoise I am unabled to identified. Martin ... you had ... Tesser" ... ...
I finally got it with svn client. Thanks for your help. Martin ... you had ... Tesser" ... those in ... <dotcms%40yahoogroups.com><dotcms%40yahoogrou ... March...
Hi list, When I try uploading a zipfile I downloaded earlier from another dotCMS instance, the portal says "file upload Done.", but it actually fails with a...
... Thanks for the swift response Jason! Once I got the latest sources working I was able to import the backed-up zipfile. The export/import mechanism doesn't...
Hey all: Wanted to let everyone know about the availability of our public issue tracker: http://jira.dotmarketing.net/browse/DOTCMS This online tool will give...
Hi all, I tried to copy Calendar view function in my local environment, I created a web page content named "calendar view" just for testing, the code is as...