Search found 25 matches
- Thu Mar 11, 2010 1:16 am
- Forum: Modules/Add-Ons
- Topic: AfterMM bug in Add, Edit and Delete sections
- Replies: 0
- Views: 623
AfterMM bug in Add, Edit and Delete sections
Hi I get errors when trying to create code for add, edit and delete in AfterMM 0.1 because of the use of $this inside a function. The error produced for each starts: Fatal error: Using $this when not in object context in The functions that throw it up are: function CreateEditAction() { #############...
- Mon Jan 25, 2010 1:55 am
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Re: Smarty error: unable to read resource: PLEASE HELP
Right. The checksum's a separate issue and not one that concerns me now.
As for the permissions setting causing the error, where do you think the permissions could be wrong?
Thanks.
Trevor.
As for the permissions setting causing the error, where do you think the permissions could be wrong?
Thanks.
Trevor.
- Thu Jan 21, 2010 2:24 am
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Re: Smarty error: unable to read resource: PLEASE HELP
Hi Dr CSS Yes there are but no different than 3 other sites on this server that have no problems. They are yellow exclamation marks: Maximum Execution Time (max_execution_time): 30 Maximum Post Size (post_max_size): 8M Maximum Upload Size (upload_max_filesize): 2M Otherwise all OK I think. However t...
- Wed Jan 20, 2010 11:22 pm
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Re: Smarty error: unable to read resource: PLEASE HELP
That's what I did. I saved an existing file template 'cssmenu.tpl' as 'sentiments.tpl', cut/pasted the code from the db template 'Sentiments Menu' over the code in 'cssmenu.tpl' and saved. I FTP'd this to the 'Templates' folder of the 'MenuManager' module so that it was now available in the 'File Te...
- Wed Jan 20, 2010 10:17 pm
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Re: Smarty error: unable to read resource: PLEASE HELP
I have actually solved the problem by using exactly the same code in a new file menu template and uploading that and using {menu template='sentiments.tpl'} in the page template. So the menu is working but it still bothers me that I can't use db menu templates. After successfully using a file menu te...
- Wed Jan 20, 2010 9:43 pm
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Re: Smarty error: unable to read resource: PLEASE HELP
Thanks Dr CSS. Good advice that I have taken onboard. However it hasn't resolved this issue. I have noticed on other posts that the error is slightly different in that instead of 54 (which is the page id) it says MenuManager. Her's an example: string(83) "Smarty error: unable to read resource: ...
- Wed Jan 20, 2010 5:22 am
- Forum: Modules/Add-Ons
- Topic: Smarty error: unable to read resource: PLEASE HELP
- Replies: 10
- Views: 4610
Smarty error: unable to read resource: PLEASE HELP
Hi I have a menu set up in menu manager that is called from a page whose id is 54 and I get this error message: string(73) "Smarty error: unable to read resource: "module_db_tpl:54;Sentiments Menu"" I can't seem to correct this bug. It did used to work prior to upgrade. Emptied a...
- Mon Jun 15, 2009 9:56 pm
- Forum: CMSMS Core
- Topic: Access db record from new page
- Replies: 1
- Views: 830
Re: Access db record from new page
Hi
Do I have to reply to my own posts to get a reply?
Is this in the wrong forum or something?
Do I have to reply to my own posts to get a reply?
Is this in the wrong forum or something?
- Tue Jun 02, 2009 6:30 am
- Forum: CMSMS Core
- Topic: Access db record from new page
- Replies: 1
- Views: 830
Access db record from new page
Is there any way of accessing other data within the db, core or module, when on the 'add content' page? Example: set up the template in such a way that when adding new content there is a dropdown menu of available data such as frontend users or uploaded videos. In fact is there any way of adding da...
- Wed Jul 23, 2008 12:13 am
- Forum: Developers Discussion
- Topic: How can I turn off notices on the admin site
- Replies: 5
- Views: 2650
Re: How can I turn off notices on the admin site
Hi Mark
I have found only "Disable admin safe mode warning:" and "Allow parameter checks to create warning messages:" that seem relavent on "Global settings" and neither turn the notices off.
Any other ideas?
I have found only "Disable admin safe mode warning:" and "Allow parameter checks to create warning messages:" that seem relavent on "Global settings" and neither turn the notices off.
Any other ideas?
- Wed Jul 23, 2008 12:01 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGSimpleSmarty help with nested pages (replacement
- Replies: 15
- Views: 9839
Re: [SOLVED] CGSimpleSmarty help with nested pages (replacement for Page Blocks)
Oh now you're getting tricky! No I haven't tried this yet but, off the top of my head, if I did I think I'd probably create a User Defined Tag to generate the random IDs and use the UDT in conjunction with the template (or something like that!). I will try and have a go when I have some time and see...
- Mon Jul 14, 2008 11:50 pm
- Forum: Developers Discussion
- Topic: How can I turn off notices on the admin site
- Replies: 5
- Views: 2650
Re: How can I turn off notices on the admin site
Heeelllloooo!
Is anybody out there??!!
Is it not possible to turn off these pointless notices? Is that why there are no replies? Or has it already been answered a hundred times? If so where can I find the solution?
Help!
Is anybody out there??!!
Is it not possible to turn off these pointless notices? Is that why there are no replies? Or has it already been answered a hundred times? If so where can I find the solution?
Help!
- Mon Jul 07, 2008 12:52 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGSimpleSmarty help with nested pages (replacement
- Replies: 15
- Views: 9839
Re: [SOLVED] CGSimpleSmarty help with nested pages (replacem
Hi All Solved it myself. Rather than use the actual content block name 'Publication logo' from {content block="Publication logo"} I used the way it appears in the 'prop_name' column of the 'cms_content_props' table of the database which was the name of the block with all spaces replaced by...
- Mon Jul 07, 2008 12:05 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] CGSimpleSmarty help with nested pages (replacement
- Replies: 15
- Views: 9839
[SOLVED] CGSimpleSmarty help with nested pages (replacement
Hi The Page Blocks module has been discontinued in favour of using actual pages and page templates and CGSimpleSmarty module to emulate Page Blocks. (see: http://forum.cmsmadesimple.org/index.php/topic,22988.0.html) It's great, it means that page blocks and the page structure are all kept together w...
- Tue Jul 01, 2008 1:28 am
- Forum: Developers Discussion
- Topic: How can I turn off notices on the admin site
- Replies: 5
- Views: 2650
How can I turn off notices on the admin site
Is it possible to turn off notices (eg Notice: Only variables should be assigned by reference in.....) in the admin site? If so how do you do it?!!
I don't want my clients to be bothered with these notices but can't seem to stop them.
Any help would be appreciated.
I don't want my clients to be bothered with these notices but can't seem to stop them.
Any help would be appreciated.