- Constant Contact Community
- :
- Developer Community
- :
- API Enhancement Requests
- :
- custom sign up form (api) problems
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
custom sign up form (api) problems
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 07:29 PM
I'm trying to use the custom sign up form follow your API process, and I'm getting an error message.I download your files, unzip them, and upload them to my site so I end up with this: http://mydomainname.com/CCSFG_0.0.6/setup/
Note: Obviously I use my website, but for privacy I used the "mydomainname.com" here. Now, when I go to that link, here is what I get:
Parse error: syntax error, unexpected T_VARIABLE in /home/mmi/public_html/CCSFG_0.0.6/setup/header.php on line 1
Please HELP! What do I need to correct to get to the custom sign-up form builder?!
Adam
Error in CCSFG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 08:04 PM
Hello,
The issue you are having might be caused by the way that you are uploading the file to your site. Try uploading the file in Binary instead of Auto in your FTP client that you are using to upload to your site. If this does not fix the problem, please email the entire CCSFG you are using to the Webservices Support team.
Regards,
NOC Analyst
Constant Contact
It worked!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 08:16 PM
Wow! This was easy! Thanks for your quick response!
Adam
Re: Error in CCSFG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-24-2012 07:37 PM
can you help me with my problem? I created a custom add contact api based on the one that CC has, just changed the state and country functions to my own.
but when i tried to add a new contact, the error below appears.
please help.. thanks
| 1 | 0.0007 | 797320 | {main}( ) | ..\subscribe.php:0 |
| 2 | 1.4506 | 1455760 | CC_Contact->createContactXML( ) | ..\subscribe.php:179 |
| 1 | 0.0007 | 797320 | {main}( ) | ..\subscribe.php:0 |
| 2 | 1.4506 | 1455760 | CC_Contact->createContactXML( ) | ..\subscribe.php:179 |
| 1 | 0.0007 | 797320 | {main}( ) | ..\subscribe.php:0 |
| 2 | 1.4506 | 1455760 | CC_Contact->createContactXML( ) | ..\subscribe.php:179 |
Re: Error in CCSFG
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-29-2012 10:17 PM
Hi Ron,
WAMP can be very strict on what errors it will return. The two steps I suggest to follow while using WAMP are enabling the PHP extension php_curl and unchecking the PHP setting "display errors". This will remove all error reporting from the PHP script however, but there are certain errors that WAMP will display that production servers will not worry about.
When I'm running in a WAMP environment, I usually only enable errors if something isn't functioning correctly.
Hope this helps!
Support Engineer


