Results 1 to 3 of 3

Thread: controller action_save not executed

  1. #1
    lenz1979 is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    68

    Default controller action_save not executed

    hi!

    in my sugarcrm installation (5.2.0i) my controller.php functions will not be executed:

    /custom/modues/Accounts/controller.php
    PHP Code:
    <?php

    class AccountsController extends SugarController{
        function 
    action_save()
        {
    echo 
    "asdasdas";
    die(
    "DEBUG");
            
    parent::action_save();
        }
    }
    ?>
    it seems the action_save will not be called. i also tried to set the controller.php in another module ( ContactsController) but same for Contacts.

    What can i do to find out whats going wrong?

    i also tried logic hooks but will also not be executed.

    thanks for any ideas.

    regards

  2. #2
    lenz1979 is offline Sugar Community Member
    Join Date
    Jun 2009
    Posts
    68

    Default Re: controller action_save not executed

    nobody any ideas?

    how can i trace the problem?

  3. #3
    jsanger is offline Member
    Join Date
    Sep 2009
    Posts
    8

    Default Re: controller action_save not executed

    I think the class has to be CustomAccountsController. although I'm having issues with action_save at the moment, but my custom loadBean is correctly executed.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. action_save() and create_id()
    By jmasiello in forum Developer Help
    Replies: 1
    Last Post: 2009-09-18, 02:19 PM
  2. action_save is not fired
    By loic alba in forum Developer Help
    Replies: 2
    Last Post: 2009-09-18, 01:16 PM
  3. Replies: 3
    Last Post: 2009-04-09, 03:36 PM
  4. Logic hook does not get executed after taking Duplicate
    By sugar7478 in forum Developer Help
    Replies: 0
    Last Post: 2009-03-30, 02:46 PM
  5. Missing Controller
    By ecarrasco in forum Help
    Replies: 0
    Last Post: 2006-11-08, 09:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •