Search found 39 matches
- Thu Jul 13, 2017 3:14 pm
- Forum: Modules/Add-Ons
- Topic: CGExtensions get_current_url changed?
- Replies: 0
- Views: 1035
CGExtensions get_current_url changed?
I noticed get_current_url returns site.tld/page.html when it earlier returned http://site.tld/page.html When used for anchors the browser tries to open http://site.tld/site.tld/page.html Is this intentional change or is there a bug? I was able to fix it adding // in front of it to get a protocol-rel...
- Thu Jul 13, 2017 3:03 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Upgrade from 2.1.6 to 2.2 fails
- Replies: 2
- Views: 2676
Re: Upgrade from 2.1.6 to 2.2 fails
Thanks for the index tip! As there was no other solution i had to rename tables and indexes.
- Tue Jul 11, 2017 5:15 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Upgrade from 2.1.6 to 2.2 fails
- Replies: 2
- Views: 2676
Upgrade from 2.1.6 to 2.2 fails
I have a site which does not use table prefix and upgrading from 2.1.6 fails, running on MySQL. The prefix was not needed for 1.x and so far upgrades have worked fine. But "Step 4 - Basic Configuration Information" on 2.2 requires prefix be filled, it fails with error Please enter a valid ...
- Mon Mar 09, 2015 3:30 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder does not work anymore
- Replies: 2
- Views: 1672
Re: Form Builder does not work anymore
Thanks for suggestion but at least my page template is okay. Maybe there's something in the FormBrowser template but it is unmodified so it should be broken for everyone. Anyway, to exclude possible problems with the old PHP version and my existing site content I installed 1.11.13 on a test server w...
- Wed Mar 04, 2015 4:14 pm
- Forum: Modules/Add-Ons
- Topic: Form Builder does not work anymore
- Replies: 2
- Views: 1672
Form Builder does not work anymore
I am unable to create or view a form properly. I click "Add New Form" in the Form Builder, the standard screen opens, I fill the fields in the main tab and click Add. The browser gets redirected to page http://www.site/admin/moduleinterface.php and shows "The connection was reset"...
- Mon Sep 16, 2013 2:47 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Upgrade 1.11.7 to .8, which db schema? [SOLVED]
- Replies: 3
- Views: 3152
Re: Upgrade 1.11.7 to .8, which db schema?
Ok, thanks. I would have thought differently reading We have added a new core event, 'TemplatePreFetch', which is called before a template is fetched from the database... from the announcement and echo '<p>Adding TemplatePreFetch event...'; Events::CreateEvent('Core','TemplatePreFetch'); echo '[done...
- Mon Sep 16, 2013 2:33 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Upgrade 1.11.7 to .8, which db schema? [SOLVED]
- Replies: 3
- Views: 3152
Upgrade 1.11.7 to .8, which db schema? [SOLVED]
Should the db schema get updated with 1.11.8? There is no files to be added to the install directory in cmsmadesimple-english-diff-1.11.7-1.11.8.tar.gz but cmsmadesimple-1.11.8-english.tar.gz contains new files, e.g. install/upgrades/upgrade.36.to.37.php.
- Wed Mar 27, 2013 12:49 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.11.5 GCBs
- Replies: 2
- Views: 1520
1.11.5 GCBs
The 1.11.5 announcement says
I've got few sites that use a hyphen, i.e. a minus character, in the names. I upgraded one site, GCBs seem to run, but should I still go through all sites and rename GCBs?the name of GCBs can only contain alphanumeric characters and the underscore
- Tue Oct 16, 2012 1:43 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Menu broken after upgrade to 1.11.2
- Replies: 2
- Views: 1193
Re: Menu broken after upgrade to 1.11.2
Thanks, I had gone through them but everything was ok. But there was indeed a quote missing earlier in the template. Seems the previous version was more forgiving.
{repeat string="</li></ul> times=$node->prevdepth-$node->depth}
{repeat string="</li></ul> times=$node->prevdepth-$node->depth}
- Tue Oct 16, 2012 1:27 pm
- Forum: CMSMS Core
- Topic: [SOLVED] Menu broken after upgrade to 1.11.2
- Replies: 2
- Views: 1193
[SOLVED] Menu broken after upgrade to 1.11.2
I upgraded from 1.10.3 to 1.11.2 using cmsmadesimple-1.11.2-english.tar.gz and ran install/upgrade.php afterwards. Checksums are fine and there is no files from the earlier version. I have two menus, one on the top, {menu template="top-navi" number_of_levels="1"}, works as before...
- Mon Jun 18, 2012 8:29 am
- Forum: Modules/Add-Ons
- Topic: [solved] CGSimpleSmarty breaks Smarty mailto
- Replies: 2
- Views: 1387
Re: CGSimpleSmarty breaks Smarty mailto
Thanks a lot! {eval var=$cgsimple->get_page_content($cgsimple->get_parent_alias(),contact)} works.
- Thu Jun 14, 2012 1:00 pm
- Forum: Modules/Add-Ons
- Topic: [solved] CGSimpleSmarty breaks Smarty mailto
- Replies: 2
- Views: 1387
[solved] CGSimpleSmarty breaks Smarty mailto
I have content block "contact" on one of the templates. There I use {mailto} tag to encode email address. This works fine. Now I need to show the same contact information on sub-pages of this page. To avoid filling in same info many times I use CGSimpleSmarty: {$cgsimple->get_page_content(...
- Wed May 09, 2012 3:17 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Problem with range of dates in Calguys Calendar
- Replies: 5
- Views: 3577
Re: Problem with range of dates in Calguys Calendar
I noticed a new version has been published, so I tested some cases we may need. I think it works better now, but not exactly I would expect but maybe it's just my thinking :) Current configuration: CMS Version 1.10.3, CGExtensions 1.28.2, CGCalendar 1.9.6 Default start time for new events: 09:00 For...
- Wed Apr 18, 2012 8:57 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Problem with range of dates in Calguys Calendar
- Replies: 5
- Views: 3577
Re: Problem with range of dates in Calguys Calendar
I noticed exactly same problem not long ago. Have not had time to have a good look, but planned to test different combinations to be able to report problem/bug. If you uncheck All day, hours may disappear in the editor but still be shown on the site.
- Mon Apr 16, 2012 3:16 pm
- Forum: The Lounge
- Topic: How would you do semantic search with CMSMS?
- Replies: 14
- Views: 6240
Re: How would you do semantic search with CMSMS?
Thanks for suggestions, I'll have a look at both.
In fact I tried content blocks already but was not able to restrict standard search module to look in those only. But maybe there's a way I'll figure out now that I can get back to this question.
In fact I tried content blocks already but was not able to restrict standard search module to look in those only. But maybe there's a way I'll figure out now that I can get back to this question.