You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the builder configuration options, you can specify for each table the singular and plural displayed names. If you put space characters in those names, to make them easier to read when displayed (example: table name = parameterType + singular name = Parameter Type + plural name = Parameter Types), you will get the following error when trying to access the list page (example: localhost/myprojectsmanager/parameter types):
( ! ) Parse error: syntax error, unexpected 'TypeController' (T_STRING), expecting '{' in C:\wamp\www\myprojectsmanager\libs\Controller\Parameter TypeController.php on line 17
Call Stack
Hi,
In the builder configuration options, you can specify for each table the singular and plural displayed names. If you put space characters in those names, to make them easier to read when displayed (example: table name = parameterType + singular name = Parameter Type + plural name = Parameter Types), you will get the following error when trying to access the list page (example: localhost/myprojectsmanager/parameter types):
( ! ) Parse error: syntax error, unexpected 'TypeController' (T_STRING), expecting '{' in C:\wamp\www\myprojectsmanager\libs\Controller\Parameter TypeController.php on line 17
Call Stack
| Time | Memory | Function | Location
1 | 0.0005 | 143736 | {main}( ) | ...\index.php:0
2 | 0.0258 | 956624 | Dispatcher::Dispatch( ) | ...\index.php:28
Thank you in advance for your help.
Regards,
Eric
The text was updated successfully, but these errors were encountered: