GoodGabriel Posted March 24, 2021 Share Posted March 24, 2021 Hi, i have this code but it isnt working, someone can tell me why? $cat = new Category(2, (int)Context::getContext()->language->id); $result = $cat->getProducts ( (int)Context::getContext()->language->id , 1, 5, null, null, false, true, true, 5, false, null ); My server return me 500 error code and the file error_log doesnt print anything. Thx! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now