Search found 13 matches
- Fri Jul 12, 2013 11:46 am
- Forum: The Lounge
- Topic: News email notification
- Replies: 0
- Views: 777
News email notification
Hi, I have been trying to get a notification when a new news item is posted but I'm having problems. I'm using v 1.11.5 and have set the Mail > Options > Notification Settings with a correct email address. But this dosn't mail the email address. So I installed the Notifications 1.0 plugin and create...
- Fri Apr 26, 2013 7:43 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
Looks like it was a memory allocation on my server!
added;
memory_limit = 32M
to my php.ini
Thank you all for you help.
M
added;
memory_limit = 32M
to my php.ini
Thank you all for you help.
M
- Fri Apr 26, 2013 7:18 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
You already tried Clear Cache (remove all files in folder /tmp/templates_c) and CTRL F5 webbrowser? I have tried all that, aybe not since fixing the bad smaty link. Have found my error files, no 'die' statements as mentioned by the earlier fella, but do have a good few of these! [Thu Apr 25 09:19:0...
- Fri Apr 26, 2013 5:59 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
A white screen means an error. The error is somewhere you just have to find it: http://docs.cmsmadesimple.org/troubleshooting/tips If you cannot get at your error logs, and/or enable them, then contact your host. Thanks calguy, unfortunately the site goes from uneditable to down on the front end wh...
- Fri Apr 26, 2013 5:38 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
<img src="uploads/images/{page_attr key='image'}" alt="" width="900" height="360" /> Small but import difference Thanks Rolf, Have changed it on all templates but still have a blank page! I haven't replaced ../../ on my css templates as yet. Is this an issue ...
- Fri Apr 26, 2013 1:14 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
Is that my problem Rolf ?Rolf wrote:This can't be validCode: Select all
<img src="uploads/images/{page_attr key="image"}" alt="" width="900" height="360" />
What would be the correct form?
- Thu Apr 25, 2013 3:42 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
turn on debugging (config.php) look in the error logs of your server look in .htaccess if displaying of errors is disabled check UDT for die() without displaying errors I turned on debugging and have a stack of debug info on the select page screen but as soon as I select a page it returns a page th...
- Thu Apr 25, 2013 3:10 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
I had the same problem with one site and solved it by removing {if isset($canonical)}<link rel="canonical" href="{$canonical}" />{elseif isset($content_obj)}<link rel="canonical" href="{$content_obj->GetURL()}" />{/if} Thanks for your help, but no that hasn't...
- Thu Apr 25, 2013 12:11 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
My style sheets use ../../ instead of [[root_url]] could this be my problem? M .cssSideMenu{margin:0; padding:0; width:250px; list-style:none;background:rgb(255,255,255);} .cssSideMenu li{padding:0; margin:0 0 1px 0; height:40px; display:block; } .cssSideMenu li a{text-align:left;height:40px; paddin...
- Thu Apr 25, 2013 11:57 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Re: Blank page when editing a page.
Hi yes I'm using {cms_stylesheet} I had found this post http://dev.cmsmadesimple.org/bug/view/8778 and checked earlier. M <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <__html xmlns="http://www.w3.or...
- Thu Apr 25, 2013 10:28 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Blank page when editing a page.
- Replies: 16
- Views: 6128
Blank page when editing a page.
Hi, I'm getting a blank page when attempting to edit a page. The CMS was working fine and no amendments were made to the configuration or any new modules installed. But over a short period of time all the page editing started to return a blank page. The content renders on the front end but editing i...
- Sat Feb 23, 2013 3:14 pm
- Forum: CMSMS Core
- Topic: News css not working
- Replies: 2
- Views: 1058
Re: News css not working
It seems to be a Pretty Url issue. I followed the advice on; http://docs.cmsmadesimple.org/configuration/pretty-url for setting a windows server and included; $config['url_rewriting'] = 'internal'; in the config.php If I remove this it all works. Just without pretty url's. It also produced an issue ...
- Fri Feb 22, 2013 1:49 pm
- Forum: CMSMS Core
- Topic: News css not working
- Replies: 2
- Views: 1058
News css not working
Hi, I'm running cmsms v 1.11.4 and the news module 2.12.10 on xampp v 1.7.7 on a windows 2008 server. Everything is pretty stock apart from implementing pretty urls. I have created a new style template that works fine on regular pages. The problem I'm having is there is no styling on my news [more] ...