Search found 16 matches

by kank
Sun Nov 21, 2010 8:58 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: MySQL 4.0
Replies: 2
Views: 1258

Re: MySQL 4.0

I have a client that is also determined to stay with the worst and most expensive hosting available. I'm running CMSMS v1.67 with MySQL 4.0.24 and getting a yellow (!) caution symbol. I haven't run into any issues so though... Don't know whether I dare upgrade them to CMSMS 1.9 though.
by kank
Fri Sep 03, 2010 2:16 am
Forum: CMSMS Core
Topic: [Solved] Problem with Image Manager in 1.6.5
Replies: 16
Views: 7343

Re: [Solved] Problem with Image Manager in 1.6.5

Sorry to dig up this old thread but I just ran into this same problem. Having any php.ini file in the admin/ folder (even an empty one or one containing session.use_cookies = 1 ) causes the login screen to appear in Image Manager. Removing the php.ini from admin/ fixes it again. No need to reply. Ju...
by kank
Tue Apr 13, 2010 7:25 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: [solved]CTLModuleMaker SQL Query Problem

Especially now that they work  ;)
by kank
Mon Apr 12, 2010 10:55 pm
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

You are more than forgiven klenkes, you're a legend! How on earth did I miss that? Obviously my PHP skills aren't too great either! I spent all day yesterday (mostly in action.default.php) echoing variables that still showed intact (> &) symbols. I've just commented out the line you mentioned an...
by kank
Mon Apr 12, 2010 5:46 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

During another fun-filled day with this ::) I've discovered that gt; DOES work in SQL because during an advanced search (myvar>3), SQL receives the following: SELECT * FROM cms_module_mymodule_mylevel A  WHERE A.myvar > '3' ORDER BY item_order Which works perfectly. However, this direct SQL query: {...
by kank
Fri Apr 09, 2010 5:15 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

Of course, get some sleep ;D It's the middle of the night for you!

Normally plger is pretty active but his profile page says he hasn't logged on since February 4. I'll keep plugging away and reply here if I solve it. Cheers.
by kank
Fri Apr 09, 2010 5:00 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

Thanks again Kendo. I really appreciate your help. WYSIWYG is definitely turned off. I've also disabled WYSIWYG from the options tab. Under Site Admin / Global Settings, Disallow WYSIWYG editors on global content blocks: is selected I have tried putting the smarty in the template, directly after the...
by kank
Fri Apr 09, 2010 4:21 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

I can now confirm that you are right kendo! I've just turned the debugger on (why didn't I think of that earlier ::) ) and received the following output: (mysql): SELECT * FROM cms_module_mymodule_mylevel A  WHERE A.variable > 3 ORDER BY item_order Error (1064): You have an error in your SQL syntax;...
by kank
Fri Apr 09, 2010 3:45 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

Re: CTLModuleMaker SQL Query Problem

Thanks for the fast reply kendo. You're probably right but the module's help page gives this example: {cms_module module="mymodule" what="mylevel" query="A.date_modified > '2009-03-15' AND A.active = 1"} ...so I assume the author must have tested it with > at some stage...
by kank
Fri Apr 09, 2010 2:23 am
Forum: Modules/Add-Ons
Topic: [solved]CTLModuleMaker SQL Query Problem
Replies: 12
Views: 4068

[solved]CTLModuleMaker SQL Query Problem

I have scoured the forums but can't find anyone else with this problem... Using CTLModuleMaker v1.8.9.3, direct SQL queries like this one.... {cms_module module="mymodule" what="mylevel" query="A.variable = 5"} Work perfectly, matching any item with variable=5, however ...
by kank
Tue Mar 23, 2010 2:41 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL Module Maker - Search results show twice
Replies: 6
Views: 3774

Re: CTL Module Maker - Search results show twice

OK, I'm having some success here. I've managed to fix the problem by editing /modules/yourmodulename/ action.search.php  and changing this code ... if(count($itemlist) == 0 && $emptytemplate != "**"){ echo $this->ProcessTemplateFromDatabase($emptytemplate); }elseif($template == FAL...
by kank
Mon Mar 22, 2010 11:28 pm
Forum: Modules/Add-Ons
Topic: Recommend me a Forum Module..
Replies: 19
Views: 5200

Re: Recommend me a Forum Module..

This thread might help.
by kank
Mon Mar 22, 2010 11:16 pm
Forum: Modules/Add-Ons
Topic: CTLmodulemaker: simple search does not return any results?
Replies: 3
Views: 1469

Re: CTLmodulemaker: simple search does not return any results?

I thought I'd dredge up this old thread because I think I have a solution that I've tested with the 'long text' field type. The following option settings will result in 'no results' for a 'simple mode' search... Should this field be indexed for the Search Module? YES Should this field show up in the...
by kank
Sun Mar 21, 2010 11:38 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL Module Maker - Search results show twice
Replies: 6
Views: 3774

Re: CTL Module Maker - Search results show twice

I should have included the following version numbers too:

I'm using:
CMSMS Version
1.6.7

CTLModuleMaker
1.8.9.3
by kank
Thu Mar 18, 2010 5:13 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CTL Module Maker - Search results show twice
Replies: 6
Views: 3774

Re: CTL Module Maker - Search results show twice

I've had the same problem. FYI I've submitted a bug report here

Go to advanced search