Results 1 to 2 of 2

Thread: entrypoint in 6.3.1

  1. #1
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default 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

  2. #2
    ondrakrejcir is offline Junior Member
    Join Date
    Feb 2012
    Posts
    3

    Default Re: entrypoint in 6.3.1

    Hi,
    sorry that i cant answer your question, but i have some question over.
    at entry_point_registry i can add some custom scripts which using classes extended from sugarBean? :-)

    i am trying include to my custom script prospect_lists_prospects class but it doesnt work and i am trying to find how i can allow my srcipt to use this class.

    Thanks for reasons.
    Ondra

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Add entryPoint from Module Installer
    By ottopodo in forum Developer Help
    Replies: 2
    Last Post: 2011-08-16, 08:06 AM
  2. Sugar 6 and include/entrypoint.php
    By kebabman in forum Developer Help
    Replies: 4
    Last Post: 2011-03-22, 04:46 AM
  3. Manifest: define entryPoint?
    By jjwdesign in forum Developer Help
    Replies: 3
    Last Post: 2010-09-13, 12:24 PM
  4. EntryPoint in Sugar 5.0
    By z3r0 in forum Developer Help
    Replies: 7
    Last Post: 2010-08-05, 12:56 PM
  5. Not a valid entrypoint
    By mag1974 in forum Help
    Replies: 1
    Last Post: 2007-10-22, 08:30 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
  •