Whenever I hit save on the 3rd party field edit page it returns the following error:

The default value PHP code returned an incorrect value
Expected format :

array(
0 => array('embed' => value for embed, 'value' => value for value, 'provider' => value for provider, 'data' => value for data),
// You'll usually want to stop here. Provide more values
// if you want your 'default value' to be multi-valued :
1 => array('embed' => value for embed, 'value' => value for value, 'provider' => value for provider, 'data' => value for data),
2 => ...
);

Returned value :

Any help would be appreciated.

Comments

alex ua’s picture

Status: Active » Needs review

Can you try the dev version and let us know if that fixes the issue? If not, can you please tell us a bit more about your environment. Specifically, the following would be helpful:
- PHP version
- Web Server (Apache, IIS, etc) and version
- CCK version

Thanks!

alex ua’s picture

Status: Needs review » Postponed (maintainer needs more info)

Wrong status... Sorry.

prattmic’s picture

Version: 5.x-1.0 » 5.x-1.2

I still haven't tried the dev version, but I upgraded to 5.x-1.2 and am still having the same problem.

PHP Version: 5.2.5
Apache web server 2.2.6 on XAMPP for Windows (dev server, going to upload to a server once I finish making the site)
CCK: 5.x-1.7

alex ua’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I'm guessing this was fixed many moons ago. Cleaning up the issue queue: closing. Please reopen (against the latest development version) if you still have the problem.