Hazion
-
Posts
3 -
Joined
-
Last visited
Community Answers
-
Hazion's post in Commerce store returning 500 error after forum upgrade was marked as the answer
Update: I fixed the issue myself by adding the following code above the error-causing line (1929 in Lang.php):
if (is_a($val, 'DateInterval')) { return 'month'; } Regardless, thank you for replying