Details
-
AboutWhen I use bad language and insulting other people, it just the expression of how I feel. Authors of buggy software - clear the insults from my text and you have bug report.
-
SkillsPHP
Joined devRant on 3/24/2019
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I just noticed the answer only now, so do not have this code to test anymore
-
@stop yes, but it is not in current directory this time :D at least near my main file which is executed
-
Added a breakpoint after file is created and executed search in all computer, and found it. I do not get how earlier I did not find it.
-
crazy shit. I have an idea - to create php file which will create file. And try to run php file from mql :D that is so crazy but I cannot find other options.
-
@stop what do you mean? where else can be executed?
-
wasting my time - such a simple thing does not work !!!!!
-
bought display port cable and with it works .
-
yea. The cable should be ok, because I use it constantly with another computer, no problems.
-
we are slaves already , just we get paid but still slaves. Managers cause stress for us, fire us, takes 40 hours of our life everyweek.
-
yea, actually why need daylight change. Just change working hours to reflect that. Like if you work at 8 AM, start work at 9 AM and you solve problem. Why need that mess and complication with times
-
idiots. I noticed in github the default branch is main. wtf. Now really it makes me want to create branch master instead of main :)
-
@sladuled haven't had such requirement to show code from other company :)
-
@jkommeren small country, so I think I do not want to disclose in case someone can recognize me
-
@Oktokolo actually they will not pay and I will not have even a chance to get a job at their company if I dont do for free the task
-
@Demolishun did not even think about copyright but that is not something very useful to steal anyway, besides novice who is learning :)
-
@Cyanide yea, and also created an opinion if I want to work with those technologies if other company offers job with those. Some programmers say it is good to learn techonlogies even if you not use them to be better programmer. I am not learning such technologies most of the time, but hoping that will bring me value :D I do not have that much time to learn technologies which I do not use.
-
fire him :D unless he is a junior and did this mistake first time.
-
@-ANGRY-STUDENT- :D
-
Nice username :)
-
@hashedram thats incorrect
-
@IntrusionCM I tried sum but it did not work. The group concat limit does not matter to me if it does not crash because of limit. I just need it to see if that result is null or not.
-
@30hrs what is ahead of its time?
-
idiots nginx creators - really probably there was default max size 1 MB. And it does not give any error, it just gives no response. And no cors header !!!! After increased nginx file max size, this problem has gone, because simply frontend validates also file size and user will never be able to reach that limit.
Again wasted so much time for such stupid thing. -
And I noticed it does not work when I upload file with big size. wtf.
btw this video beggining clearly shows that I am not alone having such problem: https://youtube.com/watch/... -
here is short version
$companies = DB::select("select id from companies where name like '%:name%'", ['name' => 'a']);
how can this be invalid parameter number?
solved this way
$companies = DB::select("select id from companies where name like :name", ['name' => '%a%']);
Idiots. whats they fucking difference ? added fuckgin % signs to user data and hten it works even if they are not user fukcing input!!!! I needed to clean only user fucking input!!! wasted so fucking much time for this shit.
And googling cannot even find such thing. Actually after fixing found somebody had same problem and there is solution
https://stackoverflow.com/questions...
so fucking hard to find. Why even make such problem. Make fukcing clearer fucking message because parameter number was fucking correct. Only that needed those % sings add to fucking user input. -
@hashedram why?
-
dumb people would be good if they would still be good people. But problem is dumb people often are thieves, killers, etc.
-
dumbest people have most kids . Smart people dont have time for kids. THats how dumb people are sperading like virus.
Dumb people even if do not have time for kids , they do not care, they do not care about their kids future that much also. They just care about fucking and getting money from government for having kids. -
And it aggain started to work when nothing related to cors change. Did they add random generator to decide when it should go to index.php and when not?
-
bullshit happens- I added to index.php
die('ble');
and when calls that endpoint it does not print this text!!!! WTF