
Search found 27 matches
- Thu Jul 03, 2008 12:46 pm
- Forum: Modules/Add-Ons
- Topic: News Module modification : 'Add News' permission only
- Replies: 2
- Views: 1430
Re: News Module modification : 'Add News' permission only
You're welcome! I'll try to post it there cyberman 

- Thu Jul 03, 2008 8:38 am
- Forum: Modules/Add-Ons
- Topic: News Module modification : 'Add News' permission only
- Replies: 2
- Views: 1430
News Module modification : 'Add News' permission only
The company I work for is hiring freelancers to write news, however their access will be limited to add news only and they must not see other modules. And while they're in News module page, they must not be able to delete, publish, create category, etc. "Add News" is the only option they s...
- Tue May 27, 2008 4:22 am
- Forum: General Discussion
- Topic: Problem with APC [SOLVED!]
- Replies: 6
- Views: 3438
Re: Problem with APC
I finally found the solution! The APC binary from pecl4win.php.net is not working well with CMSMS. I found another site which provides almost all available PHP opcode cache in Windows binary format: http://www.sitebuddy.com/PHP/Accelerators/apc_windows_binaries_builds So I downloaded the version whi...
- Tue May 27, 2008 3:27 am
- Forum: General Discussion
- Topic: Problem with APC [SOLVED!]
- Replies: 6
- Views: 3438
Re: Problem with APC
Hello, why not try CMSms 1.2.5 at least ? In a very old post I've read Ted stating PHP opcode accelerators are good things. He was naming one, I don't remember which, but not the name you give. Hope it helps. Pierre M. Hi Pierre, I haven't try the latest version (1.2.5) yet. Probably one of the opc...
- Tue May 27, 2008 2:35 am
- Forum: General Discussion
- Topic: Problem with APC [SOLVED!]
- Replies: 6
- Views: 3438
Re: Problem with APC
Sorry for not being clear. When I opened a CMSMS page in a browser, the request run in an endless loop and the requested page will never be loaded. Here's the last line in Apache's access.log file: 127.0.0.1 - - [27/May/2008:09:30:41 +0700] "GET /cmsms HTTP/1.1" 301 369 By the way, my deve...
- Mon May 26, 2008 4:49 am
- Forum: General Discussion
- Topic: Problem with APC [SOLVED!]
- Replies: 6
- Views: 3438
Re: Problem with APC
No clue, anyone?
- Thu May 22, 2008 10:02 am
- Forum: General Discussion
- Topic: Problem with APC [SOLVED!]
- Replies: 6
- Views: 3438
Problem with APC [SOLVED!]
I just installed APC (Alternative PHP Cache - a PHP op-code cache : php.net/apc) and CMSMS (version 1.2, Barbados) doesn't seem to like it. So I test it with my own framework and other scripts (bitweaver and boonex's dolphin) and they're working fine with APC. Is this a known problem and/or has this...
- Mon Oct 22, 2007 4:51 pm
- Forum: Developers Discussion
- Topic: Any easier way to do this?
- Replies: 7
- Views: 2957
Re: Any easier way to do this?
Yes, copy and paste 200 items would be... UGH! ;D But yeah, I really did copy and paste all pages, templates, and stylesheets, not the articles though, from dev server to prod server. Fortunately the total items were less than 20. After that, me and my designer were working on prod server exclusive...
- Thu Oct 18, 2007 12:31 pm
- Forum: Developers Discussion
- Topic: Any easier way to do this?
- Replies: 7
- Views: 2957
Re: Any easier way to do this?
Actually now my development server has more modules than the production servers. I always try to keep the prod server simple and light, in production server unnecessary modules will not be installed. This is also another reason why MySQL dump method won't work.
- Thu Oct 18, 2007 11:26 am
- Forum: Developers Discussion
- Topic: Any easier way to do this?
- Replies: 7
- Views: 2957
Re: Any easier way to do this?
IMO, Dumping MySQL data only works well for new deployment. Well, I did not explain my point clearly anyway :D Usually I'm working in a development server before I deploy the final result into production server, and I;ll transfer the contents, style sheets, or whatever things needed to be transfered...
- Thu Oct 18, 2007 10:59 am
- Forum: Developers Discussion
- Topic: Any easier way to do this?
- Replies: 7
- Views: 2957
Any easier way to do this?
Hi guys!
Is there an easy way to transfer contents, templates, stylesheets, menus from development server to production server? Usually I will just copy and paste them. Is there any clever way to do this?
Is there an easy way to transfer contents, templates, stylesheets, menus from development server to production server? Usually I will just copy and paste them. Is there any clever way to do this?
- Thu Oct 18, 2007 7:14 am
- Forum: CMS Show Off
- Topic: Celebrity Site
- Replies: 5
- Views: 3335
Celebrity Site
This site, XL Selebriti (http://xlselebriti.com), built with CMSMS 1.1 'Samoa'. The non-standard modules are: - Album 0.9.2 - Uploads 1.3.0-beta3 - AjaxMadeSimple 0.1.3 The company I work for (a content provider for mobile text services [sms]) have lots of celebrity as client. We decided to 'market'...
- Fri Aug 24, 2007 7:01 am
- Forum: CMSMS Core
- Topic: Questions for your hoster
- Replies: 25
- Views: 31183
Re: Questions for your hoster
For me, SSH is an important feature. Too bad my current host doesn't allow SSH access. I want to be able to transfer CMSMS installation in compressed format, then uncompressing them manually, that's why SSH is important to me. But at the moment I'm stuck with transferring the files over FTP. 

- Tue Aug 21, 2007 6:58 am
- Forum: [locked] Quality Assurance
- Topic: [Fixed] BUG in CMS1.1 NewsModule.php when searching with pretty URLS
- Replies: 3
- Views: 12976
Re: BUG in CMS1.1 NewsModule.php when searching with pretty URLS
Thanks GDS! Works flawlessly with Pretty URL enabled!
- Tue Aug 21, 2007 2:46 am
- Forum: CMSMS Core
- Topic: News Problem CMSMS 1.1
- Replies: 15
- Views: 7108
Re: News Problem CMSMS 1.1
Thanks Peter! Your solution works fine on my site! ;D How come the developers of the excellent News module missed this? :-\ Backward compatibility should be maintained, otherwise just make another News module instead of upgrading it, IMHO. The Start parameter is not working anymore. However, the ...