entrypoint in 6.3.1
FIXED
THIS APPEARS TO HAVE BEEN CAUSED BY APC CACHING
RESTARTING APACHE FIXED IT
I am trying to update sugar to 6.3.1
to add new entry points in 5.5.1 you modify include/MVC/Controller/entry_point_registry.php
but in 6.3.1 according in to the Developers Guide you create custom/include/MVC/Controller/entry_point_registry.php
I have try adding my entry into nclude/MVC/Controller/entry_point_registry.php & tried entrying it into a new file custom/include/MVC/Controller/entry_point_registry.php
in the new file I have the entry
$entry_point_registry['ajax'] = array('file' => 'custom/include/ajax.php', 'auth' => true);
neither works
Any idea on what I'm doing wrong?
the syntax I'm using to test it is index.php?entryPoint=ajax (this works fine in 5.5.1)
Last edited by mikesolomon; 2012-01-25 at 02:27 PM.
Reason: FIXED
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Bookmarks