Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My Account > Driver Dashboard times out with a 502 #12

Open
FelixVicis opened this issue Mar 20, 2022 · 0 comments
Open

My Account > Driver Dashboard times out with a 502 #12

FelixVicis opened this issue Mar 20, 2022 · 0 comments

Comments

@FelixVicis
Copy link

The function ddwc_driver_rating

function ddwc_driver_rating( $driver_id ) {
can time out if any one driver has "too many" orders.

As a hotfix to any developers out there. You can replace the following line of code with an empty string

$driver_rating_final = ddwc_driver_rating( $driver->ID );

$driver_rating_final = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant