I’m trying to nake a simple to save a simple Product in my db but for a reason I don’t understand, I get this error each time I try to save. SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘…
(Laravel) Change Nova Resource name? (only on interface)
I’m trying to change the display name of one Nova resource, without change the name from de database that it references. Only for View / interface purposes. I checked the AppNova*myResource*.php file and find this variable: But after change this the same old name still appears. Anyone knows how to resol…
Firebird driver not found in PHP or XAMPP
I lost a day trying to connect to a firebird database when I started my first PHP project with it, so I want to share my solutions that maybe can help others in the future (or myself). Answer There are few rules but very important: Check your PHP architecture (32 or 64 bits) Check the database version (if you…
How to pass a AJAX call on OctoberCMS
Im using OctoberCMS, the user plugin and I want to send data via AJAX to a controller and save the data in the database (in the column of the logged in user). So I created a new Route in my routes.php And a controller And my jQuery calls But nothing works. If I call /saveHighscore in my browser with dummy
Select Input TYPO3 v9 Symfony Command
I want to make a scheduler command in TYPO3 v9, the problem is, that I don’t know and can’t find how I can make a select input. This is what I have: Answer You cannot put user choice questions on the command options…, instead you have to use a ask method of helper with ChoiceQuestion object …
Can’t display medium size pdf blob from database
I’m trying to display my PDFs stored in a MariaDB database on my XAMPP server via HTML and PHP Code: <object data="data:application/pdf;base64,view_data[0]…
Missing Required Parameters for Route in Laravel error
I am working with Laravel in this route : Route::get(‘turnIn/{turnin}’,”TurninController@index”)->name(‘turnin.index’); and when calling the route : {{ route(‘turnin.index’, [$turnin])}} …
Directory issue in laravel
As I am leaning laravel I am facing directory issues. I have made a navbar in which a create option is given to access the create file which is located in my resources/views/posts/create directory. …
File isn’t recognized ERROR “Call to a member function store() on null” on Laravel file upload
I’m using Laravel, Ajax with Datatables to manage my info, everything was working fine but i need to upload files to it. But i’m getting Call to a member function store() on null. Here’s the code of …
Tap and Tap Hold Action not working in Mobile Phone / Firefox Mobile Tester
I am trying to change the opacity of an element on mousetap or hold in shopify but it doesn’t seem to work. I have added prevent default as the grid-product__link is a link <a href="url" …