Getting WordPress fatal error when hitting WooCommerce API

So, after fiddling with this all week, i finally found the solution. In my original script, i asked for 99999 products with this line: $products = $woocommerce->get(‘products’, $parameters=[‘per_page’ => 99999]); I also had this function in functions.php in WP: function maximum_api_filter($query_params) { $query_params[‘per_page’][“maximum”]= 99999; return $query_params; } add_filter(‘rest_product_collection_params’, ‘maximum_api_filter’); The new changes i made to … Read more

WordPress critical error (tried plugin + debug!)

Log in to your hosting. Into phpmyadmin Select a website database Navigate to the wp_options table and open it up. Press Ctrl F then find the keyword: active_plugins In the options value field of the line active_plugins change to: a:0:{} Then F5 wp-admin and login. Activate each plugin one by one to determine which plugin … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)