Hi.
5.2 community edition upgrade guide suggests the following:
Some entry points were changed in Sugar 5.1. Hence, a custom file created in 5.0,
unless you manually updated it with the new entry point in 5.1, may fail in 5.2
with the error message “Not a valid entry point”.
For example, if you have customized vCard, navigate to custom\modules\
<modulename>\metadata\detailviewdefs.php and replace <name="vcard"
action="vCard.php>"
with the following:
<name="vcard" action="index.php">
<input type="hidden" name="entryPoint" value="vCard">
Two things:
1. <name="vcard" action="vCard.php"> does not exist, only <form name="vcard">...i.e. 'preForm' => '<form name="vcard" action="vCard.php"><input type="hidden" name="contact_id" value="{$fields.id.value}">
2. replacing this line with the suggested text above results in a blank page after quick repair and rebuild
Should I be changing "form name" to "name"? Is there something else? I actually just pasted directly onto the .php text editor, so there is no syntax error on my part.
thanks.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks