Search found 1621 matches

by DIGI3
Sun Sep 02, 2018 2:13 pm
Forum: CMSMS Core
Topic: config.php deteced as not writable during update
Replies: 6
Views: 1796

Re: config.php deteced as not writable during update

It could be an ownership issue, which you may need to resolve with your host's help. There's also been a few instances where the opcache extension causes strange permission problems, you could try temporarily disabling it.
by DIGI3
Sun Sep 02, 2018 12:09 am
Forum: Modules/Add-Ons
Topic: FrontEndUsers Login stopped working
Replies: 5
Views: 1678

Re: FrontEndUsers Login stopped working

Not that I can recall, although it may have to be after the form_start tag. If that still doesn't work, clear the cache, and check your php error logs.
by DIGI3
Sat Sep 01, 2018 10:09 pm
Forum: Modules/Add-Ons
Topic: FrontEndUsers Login stopped working
Replies: 5
Views: 1678

Re: FrontEndUsers Login stopped working

FEU 2.9 has some important information in the release notes: Note: By default you MUST add {cge_form_csrf} to the inside of all forms in FEU form templates or an error will be generated on form submission. You can disable this behaviour by using the cge_ignore_csrf config setting. See the CGEXtensio...
by DIGI3
Wed Aug 29, 2018 2:51 pm
Forum: CMSMS Core
Topic: Microtiny not showing on Edit Content Page
Replies: 2
Views: 1037

Re: Microtiny not showing on Edit Content Page

Check your user preferences to see which wywiwyg editor you have selected. Most likely it has reset to 'none' during the upgrade.
by DIGI3
Fri Aug 24, 2018 4:40 pm
Forum: Modules/Add-Ons
Topic: User agent deciding which Template to use?
Replies: 1
Views: 802

Re: User agent deciding which Template to use?

Easiest might be to use generic templates for the parts that are different, and keep both on the same master template. So something like this in your master template (possibly edited to work with your mobiledetect plugin): {if $mobile} {include file="cms_template:mymobiletemplate} {else} {inclu...
by DIGI3
Thu Aug 23, 2018 2:52 pm
Forum: Layout and Design (CSS & HTML)
Topic: screen width is always detected as a constant
Replies: 3
Views: 2896

Re: screen width is always detected as a constant

That looks like it's just a true or false to detect mobile based on the user agent string, nothing to do with the width. You don't have a meta viewport tab, so mobile devices will just shrink the page. Your css is detecting the size properly, as your "screen and (min-width: 1px) and (max-width:...
by DIGI3
Wed Aug 22, 2018 10:37 pm
Forum: Layout and Design (CSS & HTML)
Topic: screen width is always detected as a constant
Replies: 3
Views: 2896

Re: screen width is always detected as a constant

How are you checking the width, with media queries or javascript? What do you have in your <meta name="viewport" ...> tag? Are you using a framework?

Might be a good idea to share your template and/or a link to the site.
by DIGI3
Wed Aug 22, 2018 3:47 pm
Forum: CMSMS Core
Topic: Website appears as HTML code
Replies: 6
Views: 1667

Re: Website appears as HTML code

I'm not sure what you mean by the backend script folder. Are you looking for an automated utility to back up the site? There are one or two modules that will do this, but generally the backup procedure is simply: clear CMSMS cache tar.gz all of the files (using your host's file manager or shell) bac...
by DIGI3
Tue Aug 21, 2018 2:51 pm
Forum: CMSMS Core
Topic: Website appears as HTML code
Replies: 6
Views: 1667

Re: Website appears as HTML code

A version of CMSMS that old may not work on PHP 7.x, so it's possible your host upgraded it without your knowledge. Not 100% certain that's it, but it's possible. You may also just want to try clearing the site cache. You also need to make upgrading CMSMS a priority. If it's not something you're com...
by DIGI3
Sun Aug 19, 2018 7:30 pm
Forum: CMSMS Core
Topic: Some problems with cms selflink in news
Replies: 4
Views: 1892

Re: Some problems with cms selflink in news

Yep, and the detail one as well. Anywhere it's not getting eval'd and you want it to.
by DIGI3
Sun Aug 19, 2018 7:11 pm
Forum: CMSMS Core
Topic: Some problems with cms selflink in news
Replies: 4
Views: 1892

Re: Some problems with cms selflink in news

If you take a look at the default News templates, you'll see a comment like: {* note, for security purposes, incase News articles can come from untrused sources, we do not pass the summary or content through smarty in the default templates *} If you trust all admins and do not allow frontend users t...
by DIGI3
Sat Aug 18, 2018 8:16 pm
Forum: CMSMS Core
Topic: Version 1.9.4 blank screen, no upgrade possible?
Replies: 5
Views: 1618

Re: Version 1.9.4 blank screen, no upgrade possible?

After setting it to PHP 5.6 (which you should do until you're on 2.x) make sure to clear the cache. If you can't get into the admin before upgrades, clear it manually - empty everything from the folders /tmp/templates_c and /tmp/cache Also check your PHP error log, there'll be some clues in there wh...
by DIGI3
Thu Aug 16, 2018 9:51 pm
Forum: Modules/Add-Ons
Topic: Zero missing from Products price
Replies: 8
Views: 1796

Re: Zero missing from Products price

They wouldn't be files, they would be templates within Design Manager. Look for any Products related templates that are marked as default, and try putting something at the top so you can see it in the frontend. Once you figure out which template you're using, you can start to make changes.
by DIGI3
Thu Aug 16, 2018 2:17 pm
Forum: Modules/Add-Ons
Topic: MenuManager deprecated?
Replies: 4
Views: 1251

Re: MenuManager deprecated?

Sounds like something didn't go right during the upgrade, but yes that's probably the fix.
by DIGI3
Wed Aug 15, 2018 7:00 pm
Forum: Modules/Add-Ons
Topic: MenuManager deprecated?
Replies: 4
Views: 1251

Re: MenuManager deprecated?

There is no procedure to upgrade it, it's been deprecated. It still works for now, but at some point you will want to switch to Navigator.

Go to advanced search