DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Category: ActiveCollab3

Clearing Activacollab 3.x cache through script

April 30, 2013April 30, 2013 Arvind KumarActiveCollab3Leave a Comment on Clearing Activacollab 3.x cache through script

With upgrading to AC3 the old clear_cache_by_pattern(“*”) stopped working. There’s option at admin but i wanted a more shortcut way to clear cache, just by entering a url in browser window.

Creating custom authentication or one time access page in ActiveCollab

April 26, 2013May 2, 2013 Arvind KumarActiveCollab3Leave a Comment on Creating custom authentication or one time access page in ActiveCollab
Active Collab Logo

Creating a one time authentication in ActiveCollab. The example was taken from the developer’s guide at ActiveCollab website. When i checked this one first time the file structure mentioned in the guide and the actual file structure in AC 3.1.16…

Read More→

Removing cache after an action is run in activecollabe

December 24, 2012December 25, 2012 Arvind KumarActiveCollab3Leave a Comment on Removing cache after an action is run in activecollabe
Active Collab Logo

I required to clear all cache including views and database routes context after i called an existing recurring profile action. Placing the following command near the end of the action/function helped me. [text]cache_remove_by_pattern(‘recurring_profile*’);[/text]

Creating a new page in ActiveCollab 3

November 22, 2012November 22, 2012 Arvind KumarActiveCollab3Leave a Comment on Creating a new page in ActiveCollab 3
Active Collab Logo

Just created a new page in ActiveCollab 3. I wanted a new ipn (Instant Payment Notifications) handler page for paypal recurring payments. The name of my new module is PaypalRecurring.

Recent Posts

  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
  • React Table Server Side Pagination with Sorting and Search Filters
Copyright © All rights reserved.
Blog Kit by WP Charms