Search found 26 matches

by goallblacks
Thu Jul 08, 2010 3:14 am
Forum: Modules/Add-Ons
Topic: [Need HELP] Formbuilder - Upload module
Replies: 6
Views: 2331

Re: [Need HELP] Formbuilder - Upload module

Salketer wrote: I would report the bug on the module's page so it can be fixed.
There is no forum page for this important module (at least I cannot find it!) Can someone post the link please
by goallblacks
Mon Aug 17, 2009 10:15 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] formbuilder UDT action access parameters / fields
Replies: 4
Views: 3177

Re: formbuilder UDT action access parameters / fields

$name = $params['your_name'];
$email = $params['your_email'];
$tel = $params['tel_number'];
$time = $params['preferred_time'];
$newsletter = $params['newsletter'];
should work if you have set the names 'your_name', etc as aliases for the respective fields. Maybe there is something else wrong.
by goallblacks
Mon Aug 17, 2009 3:53 am
Forum: Modules/Add-Ons
Topic: Pre-populate forms in formbuilder
Replies: 0
Views: 661

Pre-populate forms in formbuilder

Hi Anyone know if it is possible to pre-populate forms in form builder. This would allow the following 2 step process to work. step 1 - user enters data in form, (the form uses -computed fields to generate a total.) step 2 - user submits form and the fields are computed. The user doesn't like the co...
by goallblacks
Thu Jul 02, 2009 11:23 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Proper directory permissions????
Replies: 1
Views: 2189

Re: Proper directory permissions????

For those who have tried everything i.e. set safe mode off, adjusted directory permissions and still have the error DO NOT DESPAIR. This warning is also given when the admin module cannot find a directory so CHECK the config.php file to ensure the paths to uploads, etc. are correct. An error in any ...
by goallblacks
Wed Feb 04, 2009 9:27 pm
Forum: Modules/Add-Ons
Topic: Form Builder - drop down is pull up
Replies: 0
Views: 808

Form Builder - drop down is pull up

Hi Please refer to http://www.sustainable.org.nz/cms/index.php?page=jnnatmem where you will see the select list for Business Type does not drop down but Pulls up i.e. the default Select One is at the bottom of the list and not the top. Is there any parameter that will ensure the default appears at t...
by goallblacks
Thu Oct 16, 2008 3:32 am
Forum: Modules/Add-Ons
Topic: NMS NewsLetterMadeSimple - List of bugs or inconveniences
Replies: 10
Views: 3247

Re: NMS NewsLetterMadeSimple - List of bugs or inconveniences

My issues were simpler....... V2.2 couldn't save messages. I reverted to 2.1.1 and everything works as it should.
by goallblacks
Wed Oct 08, 2008 6:36 pm
Forum: CMSMS Core
Topic: Multiple Hacking Attacks on my CMSMS Web Site
Replies: 11
Views: 6392

Re: Multiple Hacking Attacks on my CMSMS Web Site

Thank you very much for this feed back. It would be even better if we could discover HOW "the FileManager had been replaced". If you have some hint on the topic from your hosting provider or your http logS please disclose it privately to the DevTeam. Sorry cannot help here. By hacking the...
by goallblacks
Tue Oct 07, 2008 10:52 pm
Forum: CMSMS Core
Topic: Multiple Hacking Attacks on my CMSMS Web Site
Replies: 11
Views: 6392

Re: Multiple Hacking Attacks on my CMSMS Web Site

For what its worth. After being hacked for the third time in 3 days I upgraded to 1.4.1 and was hacked again!. Thorough searching of the log files identified a call to ...../modules/FileManager/postlet/require.php that took place when most people doing updates would be asleep. Exploring this and fol...
by goallblacks
Wed Jul 30, 2008 1:36 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] module manager not displaying modules
Replies: 18
Views: 6301

Re: [solved] module manager not displaying modules

if you are happy the smarty templates and cache are writable then when you run the system you should see files in there, if you dont then perhaps they are not writable. The only other thing to do is to start editing the source code by inserting echo "here"; at various points. This will sho...
by goallblacks
Mon Jul 28, 2008 9:00 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] module manager not displaying modules
Replies: 18
Views: 6301

Re: [solved] module manager not displaying modules

before you give up check the file permissions. Some ftp programs set them incorrectly. Also the smarty templates_c and cache_c will need to be writable
by goallblacks
Sun Jul 27, 2008 8:57 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] module manager not displaying modules
Replies: 18
Views: 6301

Re: [solved] module manager not displaying modules

That is true. I just change it where needed so as not to tie up resources uneccessarily. i reckon a hosting provider who sets it low does that for a reason and setting it high for every script will probably deregrade the server performance. Grabbing resources the whol time may even cause the account...
by goallblacks
Sun Jul 27, 2008 11:32 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] module manager not displaying modules
Replies: 18
Views: 6301

Re: [solved] module manager not displaying modules

Probably best to refer to the PHP manual for things like this. A description of ini_set is in section "XCII. PHP Options&Information" However, here goes. 1.    edit admin/moduleinterface.php using whatever editor you have. I use Kate under SUSE linux 2.    Insert one of the following b...
by goallblacks
Sun Jul 27, 2008 1:12 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] module manager not displaying modules
Replies: 18
Views: 6301

Re: [solved] module manager not displaying modules

FYI use
ini_set('memory_limit','??M');
replacing ?? with the amount you need 16, 32, or whatever

Go to advanced search