Hi,
i have a problem with the “pages” module. I can access to the module but i can’t create new pages neither edit existing ones that are on line.
Below is the error message i get on my screen :
—————————-
PHP Warning: Invalid argument supplied for foreach() in F:\Inetpub\vhosts\blogzineauto.com\httpdocs\wp-content\themes\Newspaper\wp-admin\content-metaboxes\td_set_page.php on line 27
PHP Warning: Invalid argument supplied for foreach() in F:\Inetpub\vhosts\blogzineauto.com\httpdocs\wp-content\themes\Newspaper\wp-admin\content-metaboxes\td_set_homepage_loop.php on line 20
—————————
Could this error comme from the WordPress SEO plugin ?
Thanks for your answer
-
This topic was modified 12 years by
barosi.
Hello,
You can try to deactivate some plugins and see if works. Could be some plugins conflict. For SEO we recommend Seo by Yoast plugin.
Also you have to rebuild the thumbnails, please follow the steps from here: http://import.tagdiv.com/newspaper/doc/#existing-content
Thanks!
Ok, the problem is solved. I added ARRAY line whence the problem. And it works
foreach ( (array) $custom_fields as $key => $value )
Source (french) : http://www.wordpress-fr.net/support/viewtopic.php?pid=466222#p466222
thank you for your answers and your help anyway