hi!
in my sugarcrm installation (5.2.0i) my controller.php functions will not be executed:
/custom/modues/Accounts/controller.php
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.PHP Code:<?php
class AccountsController extends SugarController{
function action_save()
{
echo "asdasdas";
die("DEBUG");
parent::action_save();
}
}
?>
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


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks