Search found 4 matches
- Sun Mar 07, 2010 11:00 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Upgrade to 1.6.7
- Replies: 3
- Views: 1993
Re: Upgrade to 1.6.7
I was not able to uncompress the diff release on top of my setup because it has a zero byte file at: modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/safari where previous release had a directory. However, the full 1.6.7 package unpacked fine. I validated the files with the cmsmadesimple-1.6.7-full...
- Sat Mar 06, 2010 7:26 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [solved] Upgrade to 1.6.7
- Replies: 3
- Views: 1993
[solved] Upgrade to 1.6.7
I'm using 1.6.6 ("Full") and I've read the announce about 1.6.7. The announce doesn't mention how to upgrade so I found this in the site documentation: http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Upgrading I've downloaded cmsmadesimple-full-diff-1.6.6-1.6.7.tar.gz bu...
- Wed Feb 24, 2010 4:38 pm
- Forum: CMSMS Core
- Topic: Inlcude.php error list on top site
- Replies: 4
- Views: 1913
Re: Inlcude.php error list on top site
You can configure PHP to hide such error messages (in production servers, anyway, it's recommended to hide error messages in general). You can set display_errors to Off and/or set a proper value for error_reporting . In php.ini (CGI): error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED displ...
- Wed Feb 24, 2010 4:24 pm
- Forum: Spanish - Español
- Topic: FUNCIONES DEPRECATED
- Replies: 0
- Views: 3104
Re: FUNCIONES DEPRECATED
El que te da esos mensajes no es Windows Vista sino PHP. Probablemente tienes una versión reciente (bien) y te está avisando de que CMS Made Simple utiliza funciones obsoletas (mal). Lo más fácil es que indiques a PHP que no muestre esos avisos. Mi sugerencia es que busques el archivo ".htacces...
