Just a quick update to close the topic.
I don't think the error was a module conflict now but a php memory allocation problem. To fix this I just opened up my .user.ini file and increased the "memory_limit" from 25M and this solved the error.
Hope the info is useful.
Search found 14 matches
- Thu May 22, 2014 8:58 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
- Mon Mar 24, 2014 12:05 pm
- Forum: Modules/Add-Ons
- Topic: Changing default error messages in Orders Module
- Replies: 1
- Views: 835
Changing default error messages in Orders Module
Hi. I'm trying to change the default page for the error message displayed when a user tries to go to the checkout without being logged in first. The reason for this is that I want to add a "Login or Register" button beside the error text and also give the page an H2 heading. The default me...
- Wed Mar 12, 2014 3:46 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
Re: FEU User Management Settings Page problem
Thanks again for your assistance Jo. You sound like my boss with all the backup stuff - ha ha I did indeed have a pre-php 5.3 backup and followed all the steps you listed. On re-installing all my modules I'm still getting the same issue with FEU in that the settings page is still not working. At pre...
- Fri Mar 07, 2014 3:25 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
Re: FEU User Management Settings Page problem
Yeah tried clearing cache and re-installing several times but still not working.
I'm guessing there must be a compatibility problem with one of the other modules??
Thanks for help.
I'm guessing there must be a compatibility problem with one of the other modules??
Thanks for help.

- Fri Mar 07, 2014 2:55 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
Re: FEU User Management Settings Page problem
OK I've upgraded my system to PHP 5.3 but still having same problem. Here is my CMSMS installation details: ---------------------------------------------- Cms Version: 1.11.10 Installed Modules: CMSMailer: 5.2.2 CMSPrinting: 1.0.5 FileManager: 1.4.4 MenuManager: 1.8.6 MicroTiny: 1.2.6 ModuleManager:...
- Fri Mar 07, 2014 2:40 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
Re: FEU User Management Settings Page problem
Hi Jo,
Thanks for the quick response.
You've hit the nail on the head. PHP 5.2 is currently installed on the server I'm working on - I'll look at upgrading this to 5.3 and see if this clears the problem.
Thank you.
Thanks for the quick response.
You've hit the nail on the head. PHP 5.2 is currently installed on the server I'm working on - I'll look at upgrading this to 5.3 and see if this clears the problem.
Thank you.
- Fri Mar 07, 2014 11:59 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] FEU User Management Settings Page problem
- Replies: 8
- Views: 2610
[SOLVED] FEU User Management Settings Page problem
Hi there, I'm trying to get my FEU module working but when I try and setup the module by going to Settings (the link with the small magic wand) the page opens up with a "back icon and link and two lines of text: Preferences Builtin Authentication These options are not clickable and the page is ...
- Thu Oct 24, 2013 9:30 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Using the {content_image} tag to change background img
- Replies: 7
- Views: 3393
Re: Using the {content_image} tag to change background img
Thanks Rolf, I don't know what way the guy has coded the site but the {content_image} just won't work. I've implemented the code you gave me and if I look at the page source of the live page it is outputting the background image command into the body with the correct url etc but the image just won't...
- Wed Oct 23, 2013 8:29 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Using the {content_image} tag to change background img
- Replies: 7
- Views: 3393
Re: Using the {content_image} tag to change background img
Thanks for the reply everyone. I'm still wrestling with the code and trying to make everything work but I think I'm making progress. Jo - thanks for the suggestion but the client is using CMSMS version 1.9.4.2 so the plugin isn't compatible. I would upgrade the system but I didn't build this site an...
- Tue Oct 22, 2013 1:35 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Using the {content_image} tag to change background img
- Replies: 7
- Views: 3393
Using the {content_image} tag to change background img
Hi there, Sorry if this is really easy but I need to give my client the ability the option to change their page background and can't seem to get my head round it. I plan to use the {content_image} tag and have already changed the path in Global Settings to point to a folder I've created for the back...
- Mon Sep 30, 2013 12:52 pm
- Forum: CMSMS Core
- Topic: displaying childrenof in submenu
- Replies: 4
- Views: 2091
SOLVED Re: displaying childrenof in submenu
Yep I guessed - idiot on keyboard. It helps if you actually select the "show in menu" item for the sub pages. Doh!!!!
- Mon Sep 30, 2013 11:44 am
- Forum: CMSMS Core
- Topic: displaying childrenof in submenu
- Replies: 4
- Views: 2091
displaying childrenof in submenu
Sorry if this has already been answered elsewhere but I've looked through every post regarding "menu" and can't seem to solve my problem. It's a simple task really. Trying to create a sub menu on my side nav reading from the main page. HTML for page template is: <!-- start menu --> <div id...
- Mon May 27, 2013 3:42 pm
- Forum: Modules/Add-Ons
- Topic: SOLVED: Field Definitions in News Module
- Replies: 1
- Views: 1413
SOLVED: Field Definitions in News Module
So I think I've solved it myself and managed to find the call command for individual field definitions.
Have used:
and working like a charm for all my fields.
Sorry folks - guess I didn't look hard enough. Thanks anyway.
Have used:
Code: Select all
{$entry->fields.story_title_uk->value}
Sorry folks - guess I didn't look hard enough. Thanks anyway.
- Mon May 27, 2013 2:04 pm
- Forum: Modules/Add-Ons
- Topic: SOLVED: Field Definitions in News Module
- Replies: 1
- Views: 1413
SOLVED: Field Definitions in News Module
Hi there, Sorry if this has already been answered but I've searched the forums with no luck. Quick question form a smarty tag newbie: I've created extra field definitions in news module for certain types of news categories / articles - now I would like to be able to style the field definitions when ...