I’m trying to install gRPC extension following the official guidance I’ve followed all the steps, but on these final steps, I get this (which I think will matter later) Installing shared extensions: /usr/lib/php/20190902/ Here, I checked that folder and found the grpc.so file. At this point, I exp…
Tag: php
Mongo distinct query with sort not working
I’m running a query in mongo using php like this: $column =’address.roadname’; (new MongoDBClient())->db->mycollection->distinct($column,[],[‘$sort’=> [$column => 1]]); The query …
Trying to get property ‘cover_image’ of non-object (View: C:UsersBWBDocumentsLaravelasperablogsresourcesviewsblogsblogs.blade.php)
So I’m making a blog website and I’m implementing tags. I keep getting the error in the title and not sure what I’m supposed to do. I’ve looked through similar questions here but they look different from how i’ve done it. Im using pivot tables for the the tags. When I did it with…
Error: Object of class AppHttpResourcesProductAttributeResource could not be converted to int
I’m using method in my model to mutate a single response to my client When call product Laravel using this method name by default? Debugger show this area: C:xampphtdocs…/…vendorLaravelframeworksrcIlluminateDatabaseEloquentConcernsHasAttributes.php:521 How can I resolve this error? Answer in…
End of file error for phpseclib for any file get
I’m getting a NET_SFTP_STATUS_EOF: End of file error for any file downloaded from a particular SFTP Server using phpseclib. A similar question was asked here though I don’t think it has any resolution. Oddly though, all the files seem to be importing correctly and with the same file size, however,…
Why The Select Option Didn’t Showing Number?
i have some problems. Where my stock produk size is “100-199” The Select Option just showing this : If in my product have stock is 1-99 and 200-999 i didn’t get this error. The select option is fine and showing a number. In my case stok s and stok m the select option showing the number. This…
How to improve the speed of a for loop in PHP?
I have a CSV file with different lines: ;0;1;0;4;5;M;468468;A1101;0090 0;1;0;4;5;M;468468;A1108;0090 And in a folder of photos that must have the naming format “A1101_0090-1.JPG” for the …
php-ffi: Assign char* of a struct
I’m trying to set the value of a char* of a struct. This is a basic example: I’m getting an exception: FFIException: Incompatible types when assigning to type ‘char*’ from PHP ‘string’ My question is: How to set the char *name of a struct? My dirty way was to make an array …
Update database with a live choice made by client
How to update a specific cell in phpmyadmin with jQuery after appending a specific div to a group, code is below the problem is when the item getting updated in database, it became always Group 2 which is the second update. So how to update the database with the selected group on a side question is it better …
how do i allow space in regex in mod_rewrite engine
i have a regex that i want it to allow white spaces. this regex i am using is in the .htaccess file. whenever i put the s it makes the whole regex not work what can i do to make it allow white spaces and work? this is my regex: this is my full rewrite rule, when i put s