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
Hi. We are using this library on our project, https://github.com/tsolucio/corebos , and never we had any problem with the stream_resolve_include_path function, I suppose, because normally we have all our installations in Linux servers.
But a few days a new customer had this problem on xampp windows installation.
Fatal error: Uncaught InvalidArgumentException: Fail to load language file 'include/validation/lang/es.php' in C:\xampp\htdocs\master\include\validation\Validator.php:107
So, we replace temporally this function to file_exist on 107 line and now works.
Have you had this problem before and you know how to solve it?
I would prefer not to modify the library so as not to have problems when updating.
Thanks!
The text was updated successfully, but these errors were encountered:
I can't say I have had this problem before (also linux mostly). Google reveals that stream_resolve_include_path on windows has some caching issues and that a restart might be needed but I can imagine you've tried that already.
Hi. We are using this library on our project, https://github.com/tsolucio/corebos , and never we had any problem with the stream_resolve_include_path function, I suppose, because normally we have all our installations in Linux servers.
But a few days a new customer had this problem on xampp windows installation.
Fatal error: Uncaught InvalidArgumentException: Fail to load language file 'include/validation/lang/es.php' in C:\xampp\htdocs\master\include\validation\Validator.php:107
So, we replace temporally this function to file_exist on 107 line and now works.
Have you had this problem before and you know how to solve it?
I would prefer not to modify the library so as not to have problems when updating.
Thanks!
The text was updated successfully, but these errors were encountered: