Hi there, I need to remove a content that I don't see via dotCMS web interfaces. Here is the XML backup of ghost content: ...
Pier Paolo Bortone
pierpaolo.bortone@...
Feb 1, 2008 11:15 am
1021
Well you could simply remove it from the database and restart the cms delete from contentlet where inode = 3707 ... -- Jason Tesser dotmarketing, Lead...
Hi everyone, is it possible to add a portlet to the html pages(.dot files) created in the CMS Admin interface? No virus found in this outgoing message. ...
Hi Mickey, You can't add a portlet to the html pages in the frontend (.dot files) automatically, but you can create View Tools that will expose data fro m your...
A couple of pdfs I had were not working correctly. The specific links to the pdfs are using the /dotAsset paths to get to the files. When I tried the link I...
Chris, The issue is the /dotAsset path should only take identifiers, not inodes. So this shouldn't work: http://cms.edinboro.edu/dotAsset/73034.pdf But this...
I'm trying to install 1.5.1.1, but when I get to the step of editing "conf/Catalina/localhost/ROOT.xml", that file only contains: <?xml version='1.0'...
Hi! I've noticed that the default database structure comes with (in the company table) one company: Liferay LLC with liferay.com etc. Then during dotCMS' first...
Ted Vinke
tvinke@...
Feb 4, 2008 11:10 am
1030
I would recommend you not use a different company. You can edit the dotcms.org company Logo and stuff but you should use it while using the dotCMS. Also in...
How are people deploying dotCMS in a HA/Load Balancing environment? I have 2 servers (with the potential to add a 3rd) that are in 2 different datacenters....
Using rsync could be a problem as not only is there a time difference but the system would not be atomic. Changes on both systems at around the same time...
Hi! Is it correct the sequence hibernate_sequence is missing when setting up dotCMS from the downloaded distribution and distributed postgres.sql ? Ofcourse I...
Ted Vinke
tvinke@...
Feb 4, 2008 2:17 pm
1034
It should not be missing. interesting I will look into it. ... -- Jason Tesser dotmarketing, Lead Programmer 1-305-858-1422...
Hello Ted, Check the file inode.hbm.xml and see if you are correctly using sequences, if the file says to use native to generate keys, then do an ant buildsql ...
Our 2 data centers are actually on the same subnet with several fiber links between them. Multicast, nor bandwidth, is not an issue. When changes are made to...
Ted: Generally, when you see "hibernate_sequence" it means that you are using the wrong dotcms.jar bundle, or created the bundle with the wrong database ...
If changes are only made in one place it could work. You would need to sync the files pretty quick though to avoid any problems ... -- Jason Tesser ...
When I follow Step1-Installing-dotCMS.txt from http://dotcms.org/documentation/user_documentation/installation I perform "psql -f ./sql/postgresql.sql dotcms"...
Ted Vinke
tvinke@...
Feb 4, 2008 2:50 pm
1040
I've heard good news about a new 1.6 release coming soon and I'm very anxious to get Tomcat 6 and all the bugfixes between 1.5.1.1 and 1.6. Are there anymore...
Ted Vinke
tvinke@...
Feb 4, 2008 2:52 pm
1041
Hi Ted I just checked teh sql file and it has this create sequence content_rating_sequence; create sequence user_preferences_seq; create sequence...
No problems with these sequence; these _are_ correctly created. Just no sequence "hibernate_sequence": since it's not listed in the sql/postgres.sql I'd assume...
Ted Vinke
tvinke@...
Feb 4, 2008 3:01 pm
1043
I have developed two open source Form Builder desktop applications, one in HTML and one in Adobe AIR. They are tailored to Gettysburg College, but could be...
Todd: You pose a great question and challenge that we'd love to help you with. I think there would be a number of people on this list that would be very ...
You should be able to get the current 1.6 code from SVN right now, even though it hasn't been packaged and made available through their web site. MPF Ted Vinke...
Michael Fienen
mfienen@...
Feb 4, 2008 3:34 pm
1046
Well not exactly. You can get our stable. I wouldn't recommend running from our trunk. If you are really really really ambitious you can down load and try to...
Ah, ok. Our current to-be development process is basically extracting a packed distribution and modifying e.g. the *-ext.xml files, adding our own jars etc....
Ted Vinke
tvinke@...
Feb 4, 2008 3:51 pm
1048
I made a post, but it is being filtered by Yahoo due to certain key words. Please view it at the Nabble dotCMS forum. Thanks. My user name there is "Nathan...
Hi Ted, You can assign hosts to a template but then we don't show the template's host when you are choosing a template in the Edit HTML page. That would be an...