Problems With Moving Old Posts To Classipress: Please Help
I have had hard times moving old postings to Classipress. My site name is
Pasang Iklan Gratis » Maintenance (previously I used an Indonesian classified Wordpress theme).
The problem is the newly-migrated posts could not be accessed and had the following error when opened in the browser:
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/infotek3/public_html/pasangiklangratis.co.id/
wp-content/themes/classipress-314/includes/theme-functions.php on line 1541
How to sort this out?
Another problem is I only managed to move old posts to the Classipress ads listings but I could not move the category.
I moved old postings to Classipress ads listings using the following querry in PHPMyadmin :
update mydatabase_name set post_type = replace (post_type,'post','ad_listing');
I also noticed after moving my old posts to Classipress the new URL structure changed from mysite.com/postname to mysite.com/ads/postname.
How to move the old category to Classipress category?
Thank you very much in advance for your help.