Title: marcinolo's Replies | WordPress.org

---

# marcinolo

  [  ](https://wordpress.org/support/users/marcinolo/)

 *   [Profile](https://wordpress.org/support/users/marcinolo/)
 *   [Topics Started](https://wordpress.org/support/users/marcinolo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marcinolo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marcinolo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marcinolo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marcinolo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marcinolo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp cron is not running my function](https://wordpress.org/support/topic/wp-cron-is-not-running-my-function/)
 *  [marcinolo](https://wordpress.org/support/users/marcinolo/)
 * (@marcinolo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/wp-cron-is-not-running-my-function/page/2/#post-15407148)
 * Michels idea triggered my idea that maybe some code is not available and the 
   error just lets wordpress to remove the cron job without logging – BAD PRACTICE,
   or is there a wp cron log directory that I am not aware of?
 * Anyway with me, a plugin was not activated at cron job execution. I disable some
   plugins for other calls than admin, I load certain plugins especally for cron
   jobs, but the check for a cron job did not work.
 * The check if it is a cron job was url based (stripos($request_uri, ‘wp-cron.php’);)
   and it seems that with a linux solution that uses native cron jobs with sudo 
   crontab -e generates no url.
 * So I did the check differently with php_sapi_name to check if the call was triggered
   by the command line([https://stackoverflow.com/questions/16702472/run-a-php-script-only-from-cron-or-check-if-request-from-cron](https://stackoverflow.com/questions/16702472/run-a-php-script-only-from-cron-or-check-if-request-from-cron)).
   And voila, wp cron works as expected.
 * Again, just deleting a cron job in case of an error is very hard to debug… My
   assumption is – I do not dig deeper now – that some issues of disappearing cron
   jobs are related to errors that are never logged.
 * Probably my situation is very unique, but it took me hours to find it out, so
   maybe these short lines help someone else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] structured data items are invalid after latest update](https://wordpress.org/support/topic/structured-data-items-are-invalid-after-latest-update/)
 *  [marcinolo](https://wordpress.org/support/users/marcinolo/)
 * (@marcinolo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/structured-data-items-are-invalid-after-latest-update/page/2/#post-14454542)
 * as well from my side on maskenplanet.de I use the yoast breadcrumb and receive
   an Semrush error “A value for the item.name or name field is required for a nested
   ListItem.”
    [@theinvisiblehan](https://wordpress.org/support/users/theinvisiblehan/)
   is it now a false positive or a real error? I see yoast breadcrumb does not add
   structural data so far: [https://schema.org/BreadcrumbList](https://schema.org/BreadcrumbList)
   [https://developers.google.com/search/docs/data-types/breadcrumb#html](https://developers.google.com/search/docs/data-types/breadcrumb#html)
 * So it seems it is a real error and yoast has not implemented the structural data
   yet? Any elaboration would be really helpful. I reach out yoast premium support
   as well.
 * Cheers,
    Marc
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Broken Woocommerce Product Category side widget](https://wordpress.org/support/topic/broken-woocommerce-product-category-side-widget/)
 *  Thread Starter [marcinolo](https://wordpress.org/support/users/marcinolo/)
 * (@marcinolo)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/broken-woocommerce-product-category-side-widget/#post-14299930)
 * Hi there maykato, thanks for this hint, that was what I was looking for. I wish
   you a great day. Marc

Viewing 3 replies - 1 through 3 (of 3 total)