Search found 28 matches

by pdedecker
Mon Mar 15, 2010 7:48 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

Oh, one more thing... do you know why I don't have the shiny new admin theme I saw in the OpenSourceCMS.com demo?
by pdedecker
Mon Mar 15, 2010 7:46 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

You haven't got the {content} tag in the template I think...   ;D That's why it isn't shown at the moment  ;) I removed the {content} tag from the template because I wanted to be able to put a "We're experiencing technical difficulties" placeholder on the site. I put the tag back in place...
by pdedecker
Mon Mar 15, 2010 7:37 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

In other bad news: I'm also unable to edit pages.

Image

The WYSIWYG editor is gone...
by pdedecker
Mon Mar 15, 2010 7:31 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

---------------------------------------------- Cms Version: 1.6.7 Installed Modules: CMSMailer: 1.73.14 FCKeditorX: 1.0.5 MenuManager: 1.6.2 ModuleManager: 1.3.2 News: 2.10.4 nuSOAP: 1.0.1 Search: 1.6.1 ThemeManager: 1.1.1 FileManager: 1.0.2 Printing: 1.0.4 Config Information: php_memory_limit: 60M...
by pdedecker
Mon Mar 15, 2010 7:05 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

Never heard of the {hierarchy} tag...  :-\ What is it for? Perhaps an old functionality which isn't working with recent releases??? I don't exactly remember what it does as I made the template a long time ago. It doesn't look like something I have written. Here's the code: global $gCms; $pos = $gCm...
by pdedecker
Mon Mar 15, 2010 6:36 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

Re: {content} swallows parts of my pages when inserted into template after upgrade

So here's the deal: I had a custom template that worked fine in 1.2.3. Then I upgraded to 1.6.7 and saw that the site's pages were no longer getting generated correctly. In fact, all that was left were the site logo and a search box. I emptied the template and pasted the code bit by bit to see which...
by pdedecker
Mon Mar 15, 2010 5:45 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] {content} swallows parts of my pages when inserted into template aft...
Replies: 11
Views: 3379

[Solved] {content} swallows parts of my pages when inserted into template aft...

I just upgraded from an older version (1.2.3, I believe) to the latest version. Among other things, the admin section doesn't have the new look but does have the new features such as the message center. It says on the bottom that I'm running version 1.6.7. But that's not the main reason why I'm here...
by pdedecker
Fri Oct 17, 2008 5:31 pm
Forum: Developers Discussion
Topic: Limiting the length of the news summaries
Replies: 3
Views: 1763

Limiting the length of the news summaries

This piece of code is part of my news template: {if $entry->summary} {eval var=$entry->summary} <p>[{$entry->morelink}]</p> {else} [{$entry->morelink}] {/if} Sometimes summaries turn out to be too long to fit in the sidebar. Let's say I want to limit the length of the news summaries to 50 characters...
by pdedecker
Fri Aug 22, 2008 1:42 pm
Forum: CMSMS Core
Topic: HTTP 406 when submitting new page
Replies: 7
Views: 2136

Re: HTTP 406 when submitting new page

This is interesting... I haven't changed anything yet, but sometimes I get that nasty error and sometimes it just works fine. Does that mean it's not related to that Apache setting?
by pdedecker
Thu Aug 21, 2008 11:47 am
Forum: CMSMS Core
Topic: HTTP 406 when submitting new page
Replies: 7
Views: 2136

Re: HTTP 406 when submitting new page

Hmm... I can't find it in my web host's documentation or in the control panel. Maybe worth mentioning is that they also host a second site for me that doesn't experience this issue. Another thing worth mentioning is that my first site did not have this problem at first. It worked fine for a long tim...
by pdedecker
Thu Aug 21, 2008 11:29 am
Forum: CMSMS Core
Topic: HTTP 406 when submitting new page
Replies: 7
Views: 2136

Re: HTTP 406 when submitting new page

Have you mod_security enable? I can't find a variabele that is called mod_security in config.php. Try with an .htaccess in admin folder: <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> I tried that, but then I get a HTTP 500 error when accessing /cmsms/admin/.
by pdedecker
Thu Aug 21, 2008 8:39 am
Forum: CMSMS Core
Topic: HTTP 406 when submitting new page
Replies: 7
Views: 2136

HTTP 406 when submitting new page

When submitting a newly added page to the server, I get this error message:
406 Not Acceptable
An appropriate representation of the requested resource /cmsms/admin/addcontent.php could not be found on this server.
What does this mean?
by pdedecker
Thu Aug 21, 2008 6:58 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Upgrade from 0.13 to current version
Replies: 8
Views: 2858

Re: Upgrade from 0.13 to current version

Fixed. I appreciate your help. :)
by pdedecker
Thu Aug 21, 2008 6:44 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Upgrade from 0.13 to current version
Replies: 8
Views: 2858

Re: Upgrade from 0.13 to current version

Got the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3735552 bytes) in /var/www/html/cmsms/admin/lang/en_US/admin.inc.php on line 844
by pdedecker
Wed Aug 20, 2008 5:33 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Upgrade from 0.13 to current version
Replies: 8
Views: 2858

Re: Upgrade from 0.13 to current version

Site is up and running now, but I cannot edit my pages and templates. Here's what the page editor looks like:

Image
(Translation: "Content > Pages")

Go to advanced search