Search found 8 matches
- Mon Apr 21, 2008 4:30 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE and absolute urls
- Replies: 12
- Views: 9919
Re: TinyMCE and absolute urls
I was having this problem as well. Here's how I fixed it: first, open modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/simplebrowser/frmresources.list.html look around line 90 for the following: function OpenFile( fileUrl ) { window.top.opener.TinyMCE_SimpleBrowserPlugin.browserCallback(escape(...
- Wed Apr 16, 2008 3:00 pm
- Forum: CMSMS Core
- Topic: [solved] multi-site install
- Replies: 6
- Views: 3009
Re: [solved] multi-site install
we're using several modules, including Album, which work fine using this method so far as my testing's gone. You can to have problem with modules "files dependant" for example: FileBackup, MysqlDump (I think), ... They create a folder in admin. These directories must be configurable in up...
- Tue Apr 15, 2008 8:25 pm
- Forum: CMSMS Core
- Topic: [solved] multi-site install
- Replies: 6
- Views: 3009
Re: [solved] multi-site install
i had to modify things slightly. Here's what I now have for anyone who's interested...the lovely bit about this method is that the modules install globally off a single install, and the user only has to click the install link via the admin pannel to enable it for their site. config.php: $siteNames =...
- Mon Apr 14, 2008 12:52 pm
- Forum: CMSMS Core
- Topic: [solved] multi-site install
- Replies: 6
- Views: 3009
- Fri Apr 11, 2008 8:34 pm
- Forum: CMSMS Core
- Topic: [solved] multi-site install
- Replies: 6
- Views: 3009
[solved] multi-site install
(question about multi-site installs, blah blah blah)
- Fri Apr 11, 2008 5:45 pm
- Forum: CMSMS Core
- Topic: table "module_news_fielddefs" breaking upgrade [solved]
- Replies: 3
- Views: 1085
Re: table "module_news_fielddefs" breaking upgrade
I managed to fix this by doing a clean install in a new directory of the latest version, then modifying the config to use my old database, then logging into the admin and upgrading the schema.
- Wed Apr 09, 2008 4:47 pm
- Forum: CMSMS Core
- Topic: table "module_news_fielddefs" breaking upgrade [solved]
- Replies: 3
- Views: 1085
Re: table "module_news_fielddefs" breaking upgrade
few other observations. the first error seems to be coming from modtemplates.inc.php, on line 220: $result = $smarty->fetch('module_db_tpl:'.$modulename.';'.$tpl_name, '', ($designation != ''?$designation:$modulename)); presumably because of the second error which comes from, as it says, the news mo...
- Wed Apr 09, 2008 3:47 pm
- Forum: CMSMS Core
- Topic: table "module_news_fielddefs" breaking upgrade [solved]
- Replies: 3
- Views: 1085
table "module_news_fielddefs" breaking upgrade [solved]
Hi, I'm upgrading to v1.2.4 from v1.0.2 (schema 25 to 29), and everything goes well aside from the following: string(67) "Smarty error: unable to read resource: "module_db_tpl:News;summary"" on the main page. Searching the forums, I've seen it mentioned that I'll need to create d...