Page 1 of 2

Add content from CMS from Subversion repository doesn't work

Posted: Tue Dec 14, 2004 10:59 am
by Darryl
Add content from CMS from Subversion repository doesn't work.
Can you fix it? :roll:
And where's all WYSIWYGs from tomorrow version? :wink:

Add content from CMS from Subversion repository doesn't work

Posted: Tue Dec 14, 2004 11:38 am
by Ted
I'll take a look at it today. Also, the modules are moving to their own repository (http://svn.cmsmadesimple.org/modules). This is so it's easier to me to make different builds at release time. I will also modify the nightly script to include all modules in the modules repository.

Add content from CMS from Subversion repository doesn't work

Posted: Tue Dec 14, 2004 12:34 pm
by Darryl
You doing marvelous job! Many thanks! :!:

Add content from CMS from Subversion repository doesn't work

Posted: Tue Dec 14, 2004 10:35 pm
by Gomes
Yes, I've noticed that too. After installing and loading index.php I get the error "Warning: Smarty error: unable to read resource: "db:-1" in blahblahblah\lib\smarty\Smarty.class.php on line 1088".
And after trying to add the new content it doesn't appear in the table cms_pages.

Add content from CMS from Subversion repository doesn't work

Posted: Tue Dec 14, 2004 10:52 pm
by Ted
Ah. I see the problem!

The svn version still installs the 0.7.3 database. This way I can test the upgrade path. Just run install/upgrade.php and it'll fix it.

Add content from CMS from Subversion repository doesn't work

Posted: Wed Dec 15, 2004 10:21 am
by Darryl
Yes, thanks, upgrade do the trick!
But there is 1 little problem - non of 3 WYSIWYGs doesn't work.
TinyMCE - text field not active.
FCKeditor - funny glitch with merging 2 text fields
And HTMLArea - error on all admin pages "undefined property nls in ......
modulefunctions.php on line 21"

Add content from CMS from Subversion repository doesn't work

Posted: Wed Dec 15, 2004 10:57 am
by Ted
Yeah HTMLArea still needs to be sorted out. As for others, they're not totally tested yet. They worked for me on firefox, but I didn't get crazy with testing them yet. This weekend, most likely.

Add content from CMS from Subversion repository doesn't work

Posted: Wed Dec 15, 2004 11:17 am
by Anonymous
TinyMCE and FCKeditor are working now, problem was in paths to tiny_mce.js and fckeditor.js in files modulefunctions.php

Add content from CMS from Subversion repository doesn't work

Posted: Thu Dec 16, 2004 12:47 pm
by Ted
Yeah, there are a few issues with php5 now that I'm looking. It's not too major, and hopefully should have it cleared up today.

Add content from CMS from Subversion repository doesn't work

Posted: Thu Dec 16, 2004 4:12 pm
by Ted
I think I have all the issues with php5 figured out, and just ran the script that creates the daily. Give it try if you've got some time and see if everything is ok.

Thanks!

Add content from CMS from Subversion repository doesn't work

Posted: Fri Dec 17, 2004 10:40 am
by Ted
I would try with this morning's build (about 2 hours ago). I DID turn security back on for the edit content page, finally, and all seems to be working for me here on PHP5.

Add content from CMS from Subversion repository doesn't work

Posted: Fri Dec 17, 2004 7:01 pm
by Ted
HTMLArea doesn't work at all yet. Still need to figure out a way to do it similar to how FCKeditor works. I'm dreading figuring it out, but I will.

I'll fix the other modules to post to the right place instead of my site. :)