Search the web
Sign In
New User? Sign Up
dotcms · dotCMS Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 779 - 808 of 6569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
779
I've installed dotCMS on Server 2003, with MSSQL Express 2005 I believe that I've done everything correctly with copying jar files and paths for the...
Osborne, Paul
posborne@...
Send Email
Jan 2, 2008
6:42 pm
780
Hi Paul, Did you download a release or from SVN? If you downloaded from SVN our latest stable the db connection should be in the root.xml file. If you...
Maria Bouza
maruahues
Offline Send Email
Jan 2, 2008
7:47 pm
781
Hi Paul, You have to make sure that dotCMS can connect to the database, that's the issue you are getting: From the log: ...
Maria Bouza
maruahues
Offline Send Email
Jan 2, 2008
7:51 pm
782
Hi, Both reside on the same server and it's release 1.5.1.1. With other CMS's I've had to specify SQLEXPRESS in the connection string, usually...
Osborne, Paul
posborne@...
Send Email
Jan 2, 2008
8:09 pm
783
I changed the sqlserver to sqlexpress and no it can't find a suitable driver. Paul ________________________________ From: dotcms@yahoogroups.com...
Osborne, Paul
posborne@...
Send Email
Jan 2, 2008
8:14 pm
784
Paul can you send me the connection url you are using for your database? Also make sure you have tcp/ip turned on in SQL Server. Sometimes it is off by...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 2, 2008
9:09 pm
785
Sure can. Attached is part of the server.xml. The usernames and passwords are also in there. I've tested this by logging in with SQL Server authentication and...
Osborne, Paul
posborne@...
Send Email
Jan 2, 2008
9:34 pm
786
Well your errors are saying that the dotCMS cannot connect to the database. Can you download a tool that is not SQL Server client and try to connect. We...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 2, 2008
9:53 pm
787
I think my issue here is that I'm not using a full blown version of sqlserver. I'm using the sqlexpress. And when I change that part of the url I get this...
Osborne, Paul
posborne@...
Send Email
Jan 2, 2008
10:32 pm
788
Well the connection url for sql express should stay the same but we don't officially support sql express. We support postgres, oracle, mysql, and sql server. ...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 3, 2008
1:34 am
789
Hi All, 1) There is an option “Reuse content” on container drop down arrow along with Add Content, delete, close etc. So what is the functionality of...
Kyawt Mon Thar
kyawtmonthar@...
Send Email
Jan 3, 2008
8:31 am
790
First of all, happy new year! Ted, I don't know if this could be of any help to you but anyway let me describe the way I work with dotCMS (note that I...
Dimitrios Zavaliadis
dimzava@...
Send Email
Jan 3, 2008
9:03 am
791
I think you can also use the $pageChannel variable if you want to change your photo display depending on the FIRST LEVEL only sections i.e. not taking into...
Dimitrios Zavaliadis
dimzava@...
Send Email
Jan 3, 2008
9:50 am
792
Hi Kyawt, #1 All content created in dotCMS can be reused in different containers in multiples pages. Reuse content will allow you to search for content that ...
Maria Bouza
maruahues
Offline Send Email
Jan 3, 2008
3:04 pm
793
The other cms installs I've done with express you have to specify that in the config usually localhost\SQLEXPRESS, but eitherway. . . I installed SQL Server...
Osborne, Paul
posborne@...
Send Email
Jan 3, 2008
5:06 pm
794
You have to tell squirrel about the driver. Tell it where the jar is. It really seams like a firewall or tcp/ip issue as we run on sql server 2000 all the...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 3, 2008
5:14 pm
795
This is not quite working for me. I have a structure that has several "File" typed fields. I linked them to several pdfs that are stored in the system. I am...
Christopher F. Falzone
ctiggerf
Online Now Send Email
Jan 3, 2008
9:33 pm
796
Chris, That's because the dotAsset path uses identifier not inode. So instead of doing this <a href="/dotAsset/${content.cirriculumSheet}.pdf"> You need to get...
Maria Bouza
maruahues
Offline Send Email
Jan 3, 2008
9:38 pm
797
Salvador, Any idea which file this can be found in? A grep for resize_image reveals nothing interesting. Jim On Dec 21, 2007 12:24 PM, Salvador Di Nardo < ... ...
Jim Serio
JimSerio
Offline Send Email
Jan 3, 2008
9:56 pm
798
com.dotmarketing.servlets.image.ResizeImageServlet ... -- Jason Tesser dotmarketing, Lead Programmer 1-305-858-1422...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 3, 2008
9:59 pm
799
Jim, The class is: \wwwroot\dotcms.org\src\com\dotmarketing\servlets\image\ResizeImageServlet.java You can see the mappings for this servlet in the web.xml...
Maria Bouza
maruahues
Offline Send Email
Jan 3, 2008
10:11 pm
800
Maria/Salvador, Thanks for the pointers. Looking at the file, I see that setQuality is already set to 1 - the highest value. Perhaps setting forceBaseline to...
Jim Serio
JimSerio
Offline Send Email
Jan 3, 2008
10:17 pm
801
I blew everything I had and started over. SQL Server 2000 with SP3A Server 2003 RC2 dotCMS release 1.5.1.1 I still can't connect, still the same issue as...
Osborne, Paul
posborne@...
Send Email
Jan 3, 2008
10:28 pm
802
If the error is the same then it has something to do with the connection url, username:password or the not listening on the address you specified. If you can...
Jason Tesser
tesserfamily
Online Now Send Email
Jan 3, 2008
10:32 pm
803
After some searching on the Java forums, it appears this may an issue with Java's image libs. ...
Jim Serio
JimSerio
Offline Send Email
Jan 3, 2008
10:38 pm
804
Jim, Thanks for sending this, we'll look into it and see if there is a solution or if we need to wait for Java to release a fix on the next jdk version. Thanks...
Maria Bouza
maruahues
Offline Send Email
Jan 3, 2008
10:41 pm
805
Paul: 1) What is the exact error are you getting? You can see this in the catalina.out log file at the top of where the errors begin. Is something like...
Will Ezell
Will_Ezell
Offline Send Email
Jan 3, 2008
10:58 pm
806
This is more of a velocity question, but I couldn't find any thing on the web that answered my questions. I have to compare two dates to see if one is later...
gardnermedia
Offline Send Email
Jan 3, 2008
11:02 pm
807
Got it: #if($math.toInteger($today) < $math.toInteger($docDate)) ... answered my ... if/else...
gardnermedia
Offline Send Email
Jan 4, 2008
12:12 am
808
I SVNed stable and followed the directions in "Installing dotCMS From SVN.txt" from the docs directory. Any idea why I'm getting this error?...
maci61
Offline Send Email
Jan 4, 2008
12:48 pm
Messages 779 - 808 of 6569   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help