­

Magento install error - Exception printing is disabled by default for security reasons.

Tuesday, January 21, 2014
Error which can occur when installing Magento: There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXXXXX Here is the solution: Navigate to the "errors" folder. Change local.xml.sample to local.xml You should now see a new list of crazy errors all over the Magento page - this is okay. Open magento/lib/Zend/Cache/Backend/File.php...

Read More...

How to disable keyboard input for datepicker - Kendo UI Mobile

Monday, January 06, 2014
Create inputs with start and end date in html page. Example index.html <!DOCTYPE html> <html lang="en">  <head>   <title>Kendo UI Mobile DatePicker</title>   <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" />   /* Add Kendo CSS and your custom CSS */   <link href="css/kendo.mobile.all.min.css" rel="stylesheet" />   <link href="css/kendo.common.min.css" rel="stylesheet" />   <link href="css/kendo.default.min.css" rel="stylesheet" />   <link href="css/custom.css" rel="stylesheet" />  </head>  <body>  ...

Read More...

JOOMLA! 3.2.1 RELEASED

Saturday, January 04, 2014
The Joomla! Project and the Production Leadership Team are proud to announce the release of Joomla! 3.2.1 which resolves a significant number of issues and bugs. If you are currently running Joomla! 3.2, we recommend that you apply this update immediately via either the one-click update or the update downloads available at http://www.joomla.org/download.html. For other versions of the 3.x series, applying the update is...

Read More...