Search found 11 matches
- Wed Jan 25, 2017 2:54 am
- Forum: CMSMS Core
- Topic: No admins can login, front end gone a bit wrong too
- Replies: 36
- Views: 21342
Re: No admins can login, front end gone a bit wrong too
Delete contents of folders tmp/cache and tmp/templates_c I had different errors in the apache2 error.log, but the same problem (blank admin page). After deleting most of the contents of the two directories you mention above I was able to login. Unfortunately I didn't see this thread until after I s...
- Wed Jan 25, 2017 2:44 am
- Forum: CMSMS Core
- Topic: Blank admin login page
- Replies: 1
- Views: 2056
Re: Blank admin login page
Deleting all the contents of $CMSMS/tmp/cache and $CMSMS/tmp/templates_c except for the index.html files seems to have fixed the problem.
Unless someone requires more information I'm happy to close this thread as resolved.
Unless someone requires more information I'm happy to close this thread as resolved.
- Tue Jan 24, 2017 7:52 am
- Forum: CMSMS Core
- Topic: Blank admin login page
- Replies: 1
- Views: 2056
Blank admin login page
Installed the last week of OS package updates, noted warning that my existing copy of php.ini was different to package maintainers - elected to keep the existing version. Installed updates to 3 CMSMS modules (CGExtensions 1.53.17 CGSimpleSmarty 2.1.6 CGSnapshot 1.3), upgrade was from the previous ve...
- Wed Sep 28, 2016 5:22 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: cms_help tag with a content tag in Edit Content Page
- Replies: 2
- Views: 2515
Re: cms_help tag with a content tag in Edit Content Page
I don't know the answer to your specific question. That's a pity. :( I'll have to settle for putting a couple of lines of instructions in the default text as part of a comment. That or as default text (for WYSIWYG) However I thought I would mention the UsersGuide module <snipped> It's great, I've b...
- Sat Sep 17, 2016 11:15 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Content Manager inaccessible
- Replies: 2
- Views: 2994
Re: Content Manager inaccessible
Thanks for replying. I think the errors you are encountering are probably related to mixed http and https content. You should be able to see this in your javascript console. Nothing about mixed protocol in the javascript console. If this is the case, then I suggest you try changing your root_url to ...
- Sat Sep 10, 2016 1:23 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Content Manager inaccessible
- Replies: 2
- Views: 2994
Content Manager inaccessible
If I access it with https it gives a white panel, if I switch to http I get the pageloading image (which doesn't animate). In https mode I get a warning from the browsers (Chromium, Firefox, and Chrome) that parts of the page have been blocked as insecure. Those parts appear to be:- <__script__ type...
- Sat Sep 10, 2016 2:56 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Beginner's guide to html and css
- Replies: 4
- Views: 9219
Re: Beginner's guide to html and css
One resource I forgot to include is the excellent (and no cost) Web Development training available at The Odin Project . Basic HTML and CSS knowledge is not the same as skills. i.e. most people "know" HTML and CSS, but only a very small percentage can do anything useful with that knowledge...
- Fri Sep 09, 2016 2:23 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Beginner's guide to html and css
- Replies: 4
- Views: 9219
Re: Beginner's guide to html and css
IMHO the best short guide is the Google: HTML, CSS, and Javascript from the Ground Up on YouTube. You'll find the course guide materials here . You'll find many tutorials and guides on the Mozilla Developer Network (the folks behind Firefox and Thunderbird). You might want to start with Learning Web...
- Fri Sep 09, 2016 1:51 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: cms_help tag with a content tag in Edit Content Page
- Replies: 2
- Views: 2515
cms_help tag with a content tag in Edit Content Page
I use multiple content tags in templates. Is it possible to associate cms_help tags with the custom content textareas in the Admin Edit Content Page? If so, how? Yes, I read the documentation - I'm hoping "typically" doesn't mean exclusively. This is an admin only plugin to use to generate...
- Mon Sep 05, 2016 4:07 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar not displaying with error about cgc_utils
- Replies: 1
- Views: 1593
Re: CGCalendar not displaying with error about cgc_utils
server log error:- <snipped> _sk_=e6e9f967a48228b3&m1<snipped> Aha, got it! PEBCAK. the sk value is used in the GET for fullcalendar javascript... a dependency of my calendar template. When I looked for that I found it was loaded too early. I corrected the order in which javascripts are called ...
- Mon Sep 05, 2016 1:14 am
- Forum: Modules/Add-Ons
- Topic: CGCalendar not displaying with error about cgc_utils
- Replies: 1
- Views: 1593
CGCalendar not displaying with error about cgc_utils
It seems I have the dependencies for CGCalendar installed, the back-end works as it should, but the Calendar does not display. Server logs show errors every time I create an event. Nothing installed provides the class mentioned in the error messages (could it require the module CGContentUtils??) ser...