- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,281
- راهحلها
- 27
- پسندها
- 3,277
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Defining the following two routes:
#1
#2
Will both write to
Suggested solution:
In
PHP:
Replace with:
Code:
This will cause #1 to...
#1
#2
Will both write to
api_dbtech-ecommerce_categories_.json.Suggested solution:
In
/src/XF/DevelopmentOutput/Route.php find:PHP:
$subNameFile = preg_replace('#[^a-z0-9_-]#i', '-', $subName);Replace with:
Code:
This will cause #1 to...
نام موضوع : API routes generate invalid development output
