Closed (fixed)
Project:
Embedded Media Field
Version:
5.x-1.2
Component:
Embedded Video Field
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2008 at 02:44 UTC
Updated:
2 Aug 2010 at 03:06 UTC
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
Comment #1
alex ua commentedCan 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!
Comment #2
alex ua commentedWrong status... Sorry.
Comment #3
prattmic commentedI 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
Comment #4
alex ua commentedI'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.