Search found 4 matches
- Fri Feb 25, 2011 9:32 am
- Forum: General Discussion
- Topic: Make a few changes to config.php, please?
- Replies: 7
- Views: 4948
Re: Make a few changes to config.php, please?
The only thing I've seen posted from Dev. about changing config.php has been settings that already exist in the config file, if someone were to change the order of those calls or something like that and then had problems but never bothered to tell they had done these changes it could be a big round...
- Mon Feb 07, 2011 12:10 pm
- Forum: General Discussion
- Topic: Make a few changes to config.php, please?
- Replies: 7
- Views: 4948
Make a few changes to config.php, please?
Hi Team! After quite a few installations and management (a total with more then 150..), i want to give some input about the config.php regarding the Path Settings . Currently, these settings are in the following format: (Stripped down for reading purposes) $config['root_path'] = '/home/httpd/vhosts/...
- Tue Dec 14, 2010 10:42 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Installing or Upgrading to 1.9 - Problems and Solutions
- Replies: 181
- Views: 100717
Re: Installing or Upgrading to 1.9 - Problems and Solutions
Found a bug when upgrading from 1.8.1 to 1.9.2 regarding cms_htmlblobs. Global content was not working anymore (both admin and frontpage), because of two missing fields in the table. Temporary bugfix for those who run into this problem: Find cms_htmlblobs Add 2 fields: - use_wysiwyg (INT) - descript...
- Fri Nov 05, 2010 3:59 pm
- Forum: Developers Discussion
- Topic: Module and Ajax
- Replies: 1
- Views: 2466
Module and Ajax
Hi Guys, New player here, just started using CMSMS this week. I'm trying to develop a new module, wich will use Ajax in the frontend (end-user) website. I've searched for a couple of hours for the past few days, but the documentation isn't really great, and the module tutorial doesn't explain a thin...