Hello, I have sucessfully installed dot cms and created pages and templates etc etc. When i go to my web root address http://mydomain/ i get the following...
Hi Matt, Basically you have to set up the virtual link cmsHomePage for your host and point to teh index page or whatever of your home. Without getting too deep...
Hi Matt, You need to define a Virtual Link for each host in dotCMS. For this you need to go into the backend and look for the portlet: Virtual Links under CMS...
Maria Bouza
maria@...
Feb 21, 2007 10:31 pm
202
Should work. I don't think yo have the virtual link set up correctly. Maybe your permissions on it are wrng...
Yes, got it working, thanks everyone for your help. I have another problem which hopefully can be solved: I have uploaded images to an image folder and then i...
Also check that the images are published. The URL /dotAsset is just a servlet we have to cache images. If you have the URL: /1/2/image.jpg it means the inode...
Maria Bouza
maria@...
Feb 24, 2007 7:48 pm
206
I've finally committed the time to trying to get 1.2 up and running. I'm trying to use the MSSQL database but am running into a couple issues I wanted to check...
Hello, The problem that i was getting was due to permissions on the files. I didnt know that you had to set permissions on images. Nothing in the documentation...
I don't see any reason why not but I am not aware of anyone who has. It is running jdk1.5 which is fine. I imagine there would be some classpath issues to...
you can use liferay4.2.1.it had a good way to slove your question ... 8:00? 8:25? 8:40? Find a flick in no time with theYahoo! Search movie showtime...
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 ...