Real Estate Sales Intranet Optimind has completed Alveo Land’s sales intranet. Through this real estate sales intranet, sales people may be able to have a centralized repository of their contacts, tasks and calendars. Sales managers of different levels may also get a glimpse of how their team
Read more →Ever got this type of error in your CakePHP application? [function.session-start]: open(/var/php_sessions/ sess_55725da39073051a9529a124c99b54df, O_RDWR) failed: No such file or directory (2) [CORE/cake/libs/session.php, line 539]“ There is an easy fix. Open core.php inside your app/config folder. Look for Configure::write(‘Session.save’, ‘php’); Then change this to Configure::write(‘Session.save’, ‘cake’); Problem solved
Read more →As we’re trying out SimplePie RSS Component, we encountered the following error: Call to undefined method Folder::mkdirr() error Turns out this is a quick fix changing mkdirr() to create() This solution does not appear on SimplePie’s comments thread.
Read more →Just recently, we had a problem with a CI site not recognizing a sitemap.xml. Tried searching through the net but can’t find any solution to it. Turns out you just need to upload it to the root and a simple editing of the .htaccess. Here’s the edited
Read more →
