Search found 57 matches
- Fri Jun 22, 2012 10:40 am
- Forum: Modules/Add-Ons
- Topic: [solved] module maker where_x = y
- Replies: 0
- Views: 756
[solved] module maker where_x = y
Hi; I have used this module for many years, but now I have a need to be able to filter by one of the fields which has been defined, in this case it is named product. Reading the help, it seems to suggest that you can use the where_ option to filter the results, but it seems that this is not working ...
- Wed Jun 13, 2012 10:45 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] mod_rewrite parked domains
- Replies: 4
- Views: 1978
Re: mod_rewrite parked domains
Hi; Yes, thanks, that's what I have done with mode_rewrite and the reason for the first post: # Redirect all parked not equal to www.domain.co.uk RewriteCond %{HTTP_HOST} !^www\.domain\.co\.uk [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://www.domain.co.uk/$1 [L,R] However this is not h...
- Wed Jun 13, 2012 1:46 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] mod_rewrite parked domains
- Replies: 4
- Views: 1978
Re: mod_rewrite parked domains
Hi; Thanks, but since config.php contains the: $config['root_url'] parameter I thought that it might be somehow overriding mod_rewrite, but even if it's not I would really still appreciate help as I am being penalized by google for duplicate content and really have spent a lot of time to try and res...
- Wed Jun 13, 2012 12:53 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] mod_rewrite parked domains
- Replies: 4
- Views: 1978
[solved] mod_rewrite parked domains
Hi all; I have tried without success probably half a dozen times in the last few weeks, to get all of the parked domains to rewrite to the same domain uisng .htaccess mod_rewrite, but no matter what I do I am unable to get the domain rewriting to work at all. The /parent/child rewrite works fine, no...
- Thu Jun 07, 2012 11:56 pm
- Forum: Modules/Add-Ons
- Topic: [solved] SEOTools2 - Keyword Phrases
- Replies: 0
- Views: 801
[solved] SEOTools2 - Keyword Phrases
Hi; Would it be possible to allow the ability to add a phrase rather than just single words, maybe by using single or double inverted commas like: apple orange onion 'red onion' pear The reason is that red and onion when treated individually would not have the same target as when they are used toget...
- Sat Jun 02, 2012 3:32 am
- Forum: The Lounge
- Topic: include javascript global_content as include not embedded
- Replies: 4
- Views: 2759
Re: include javascript global_content as include not embedde
I don't know for sure, but maybe the ScriptDeploy module has some functionality in this area. http://dev.cmsmadesimple.org/projects/scriptdeploy Hi, thanks, I just attempted to install that module and it killed my entire site dead, with a PHP fatal error -no admin access no front end, nothing at al...
- Fri Jun 01, 2012 3:33 am
- Forum: The Lounge
- Topic: include javascript global_content as include not embedded
- Replies: 4
- Views: 2759
include javascript global_content as include not embedded
Hi; I am looking for a way to be able to use the global_content to create javascript and rather than embed the javascript into the page using the <__script__> code </__script> method, using the <__script__ src=xxx></__script> method, similar to the way that stylesheets are included as virtual file i...
- Sun May 27, 2012 9:37 am
- Forum: Modules/Add-Ons
- Topic: Re: unknown tag - 'Quotes' [solved]
- Replies: 2
- Views: 1437
Re: unknown tag - 'Quotes' [solved]
Yes that was the problem.
The Module Help has not been updated to reflect the new tag {Quotes2}
Many Thanks
The Module Help has not been updated to reflect the new tag {Quotes2}
Many Thanks
- Sat May 26, 2012 11:34 pm
- Forum: Modules/Add-Ons
- Topic: Re: unknown tag - 'Quotes' [solved]
- Replies: 2
- Views: 1437
Re: unknown tag - 'Quotes' [solved]
1.10.3 After install in the Quotes2 module and adding the {Quotes} tag to a page, I am getting an unknown tag error: string(108) "Smarty error: [in content:Sidebar line 1]: [plugin] unknown tag - 'Quotes' (core.load_plugins.php, line 198)" string(120) "Smarty error: [in content:Sideba...
- Fri May 25, 2012 1:30 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.10.3 - Module Manager Not Working [solved]
- Replies: 10
- Views: 5708
Re: 1.10.3 - Module Manager Not Working [solved]
Hi;
The problem was resolved by installing php5-curl.
Maybe the installer / system verifiy test can include a check for php5-curl ?
Thanks
The problem was resolved by installing php5-curl.
Maybe the installer / system verifiy test can include a check for php5-curl ?
Thanks
- Fri May 25, 2012 12:57 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: ModuleManager: Error communicating with server (1.10.2)
- Replies: 28
- Views: 16994
Re: ModuleManager: Error communicating with server (1.10.2)
Simple test #1: {fetch file='http://api.geonames.org/citiesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&lang=de&username=demo'} Actually... I had a thought. See if curl is available in your phpinfo. I bet it isn't. Hi, the test code returns several records like this: {"g...
- Wed May 23, 2012 10:38 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.10.3 - Module Manager Not Working [solved]
- Replies: 10
- Views: 5708
Re: 1.10.3 - Module Manager Not Working
Hi;
Yes, please see first post:
Yes, please see first post:
5. php.ini settings correct for upload size, post size, execution time etc.
6. Permissions on files / folders apper to pass the verify tests.
- Wed May 23, 2012 2:14 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.10.3 - Module Manager Not Working [solved]
- Replies: 10
- Views: 5708
Re: 1.10.3 - Module Manager Not Working
Hi; Thanks for the suggestion, but it already passed the checksum test, so I am pretty confifent that it's not related to my install, I have a suspicion that the cmsmadesimple.org server is actively blocking the request. Maybe someone can check the access logs for the cmsmadesimple.org server and se...
- Wed May 23, 2012 2:04 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.10.3 - Module Manager Not Working [solved]
- Replies: 10
- Views: 5708
Re: 1.10.3 - Module Manager Not Working
Thanks
Yes, I read that post a few days ago and have already applied the fixes recommended in the bug report.
No difference, the error is still there and I am unable to add any new modules.
Yes, I read that post a few days ago and have already applied the fixes recommended in the bug report.
No difference, the error is still there and I am unable to add any new modules.
- Wed May 23, 2012 10:26 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: 1.10.3 - Module Manager Not Working [solved]
- Replies: 10
- Views: 5708
Re: 1.10.3 - Module Manager Not Working
Hi and many thanks for the suggestions, I am really stuck with this.
OK, Chunk Size set to: 64 - No difference, Same Error:"A problem occurred communicating with the module server"
Checksum Passed Successfully: "All checksums match those in the uploaded file"
OK, Chunk Size set to: 64 - No difference, Same Error:"A problem occurred communicating with the module server"
Checksum Passed Successfully: "All checksums match those in the uploaded file"
