Hi support , I have just tried to delete an expired listing from my dashboard by clicking on the delete link. After that, this warning appears at the top of the page. when i sign out, the warning is still there. Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /homez.635/adopteuns/lyon-beauty-shop/wp-includes/post.php on line 2996 How can i resolve this issue ? Geocraft owners ,can you try this manipulation to see how it goes with your theme ? thank you. I file attached.
Once again, I tried to remove a second, and a third listing, which returns three warning !!! The removal of published and pandding listings does not return a warning. It is only for expired listings.
You are using an older version of the theme. Please update your theme or Please provide the following information listed below. Send this information on our email at [email protected] Thread Link: FTP detail: Your Website URL: WordPress Username: WordPress Password: We will check and resolve your issue.
I was having same issue...only not getting warning...just automatically redirected to home page. Here is the solution I used: You just need to edit lines 188 and 189 of dashboard_functons.php (found in /library/controls/dashboard) to the following: Line 188 <span class="modify"><a href="<?php echo home_url("/dasboard/?page_id=$page_id&action=edit&pid=" . $listing->ID); ?>"><?php echo EDIT; ?></a> | Line 189 <a href="<?php echo home_url("/dasboard/?page_id=$page_id&action=delete&pid=" . $listing->ID); ?>"><?php echo DELETE; ?></a> | <a target="new" href="<?php echo $listing->guid; ?>"><?php echo VIEW; ?></a></span></td>
Hi ipotent, Warning disappeared without doing anything, i don't know what happened! can you tell me what you really did with these two lines (188,189). thank you