Posts by Alex Reis • 1 point
3 posts
-
0
votes1
answer33
viewsA: Route stopped working only in release version
I was able to solve the problem as follows: I went back to a "commit" that worked in git , and went "eating" one by one and publishing. Until I discovered the commit. What happened was that a…
-
-2
votes2
answers73
viewsA: Notice: Undefined index: Dentifier does not find the error
Try it like this: function foodbakery_set_transient_obj($transient_variable, $data_string, $time = 12) { if ( !isset($_COOKIE['identifier']) || $_COOKIE['identifier'] == '' ) {…
-
0
votes1
answer33
viewsQ: Route stopped working only in release version
I have software here at the company, and it worked perfectly. However, I made a small layout change and my machine works perfectly. When I publish the application, the route (/Configurations)…