• Bonjour tout le monde,

    Depuis un certains temps, je ne peux accéder à tout mes produits en passant par la rubrique tout les produits de wordpress.
    Quand je me connecte une page blanche s’affiche et marque qu’il y a un bug.
    En cherchant sur le web, j’ai pratiqué l’affichage du bug et ceci appara?t:
    wpdb::$actionscheduler_actions in /home/toutbuct/public_html/wp-includes/wp-db.php on line 647
    WordPress database error: [Table ‘toutbuct_wp744.a’ doesn’t exist]
    SELECT a.action_id FROM a WHERE a.hook=’storeapps_smart_manager_batch_handler’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

    Notice: Undefined property: wpdb::$actionscheduler_actions in /home/toutbuct/public_html/wp-includes/wp-db.php on line 647
    WordPress database error: [Table ‘toutbuct_wp744.a’ doesn’t exist]
    SELECT a.action_id FROM a WHERE a.hook=’storeapps_smart_manager_batch_handler’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1

    Notice: Undefined property: wpdb::$actionscheduler_actions in /home/toutbuct/public_html/wp-includes/wp-db.php on line 647
    WordPress database error: [Table ‘toutbuct_wp744.a’ doesn’t exist]
    SELECT a.action_id FROM a WHERE a.hook=’storeapps_smart_manager_batch_handler’ AND a.status=’pending’ ORDER BY scheduled_date_gmt ASC LIMIT 1

    Notice: Undefined property: wpdb::$actionscheduler_actions in /home/toutbuct/public_html/wp-includes/wp-db.php on line 647
    WordPress database error: [Table ‘toutbuct_wp744.a’ doesn’t exist]
    SELECT a.action_id FROM a WHERE a.hook=’storeapps_smart_manager_batch_handler’ AND a.status=’in-progress’ ORDER BY scheduled_date_gmt DESC LIMIT 1

    Dans mon fichier wp-db-php la ligne 647 présente une erreur et je ne sais pas quoi faire pour la remettre en place :
    643 public function __get( $name ) {
    644 if ( ‘col_info’ === $name ) {
    645 $this->load_col_info();
    646 }

    647 return $this->$name;
    648 }

    Pourriez vous me donné une solution S’il vous pla?t
    Merci beaucoup.

Viewing 1 replies (of 1 total)
  • Plugin Author storeapps

    (@storeapps)

    Hi,

    Are you not able to access products from Smart Manager OR from Products > All Products?

    Please let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Probleme dans mes produits a cause de smartmanager’ is closed to new replies.