<input type="text" maxlength="30" name="" value="" />
Warning: implode(): Bad arguments. in /home/www/***/plugins/cutefields2.1.php on line 312[ifcf:Video]
<script type="text/javascript" src="http://www.partyism.nl/videos/swfobject.js"></script>
<div id="player">Helaas, de video kon niet worden geladen</div>
<script type="text/javascript">
var so = new SWFObject('http://www.partyism.nl/videos/player.swf','mpl','610','415','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://www.partyism.nl/videos/upload/{cf:Video}.flvℑ=http://www.partyism.nl/videos/images/{cf:VideoAfbeelding}.jpg');
so.write('player');
</script>
[/ifcf:Video]nam wrote:Altough data is saved in the tables, but each time I receive the following error when save any story that has cutefild data in it:
- Code: Select all
Warning: implode(): Bad arguments. in /home/www/***/plugins/cutefields2.1.php on line 312
nam wrote:nam wrote:Altough data is saved in the tables, but each time I receive the following error when save any story that has cutefild data in it:
- Code: Select all
Warning: implode(): Bad arguments. in /home/www/***/plugins/cutefields2.1.php on line 312
I still need help from someone to solve the issue. I see this error message everytime I add a post. As I have two cutefields, it is displayed twice for each post.
$boxValue = implode(", ",$_POST[$thisField.'_cb']);if(is_array($_POST[$thisField.'_cb'])){
$boxValue = implode(", ",$_POST[$thisField.'_cb']);
}FI-DD wrote:I don't know the code of the plugin but try this:
Change this:
- Code: Select all
$boxValue = implode(", ",$_POST[$thisField.'_cb']);
to this:
- Code: Select all
if(is_array($_POST[$thisField.'_cb'])){
$boxValue = implode(", ",$_POST[$thisField.'_cb']);
}
Return to Additional Downloads
Users browsing this forum: No registered users and 1 guest