Ninja++
Explore posts from serversWWasp-lang
•Created by Ninja++ on 5/9/2024 in #🙋questions
Path error
I have tried to edit this path file but i really don't understand what i am doing. Here is my attempt to edit the file below.
An explanation of what i am not understanding would be really appreciated
44 replies
Show price when item selected.
Hey guys can anyone recommend an approach i should take. I want to show the cost field value for an item when i select that item in a select option next to it. So when you select a item you see its cost pop up next to it.
Here is the current relevant step in the from wizard
```
34 replies
File Download DNS error?
I am trying to download the files i have uploaded to the public storage folder and saved the path into the database. When i click to download the file it gives me this error.
The files are being uploaded to the folder i expect them too
And the file upload is as follows.
I don't have the best understanding of DNS so i am unsure what is blocking the download, especially because it says it is possible.
2 replies
File downloads DNS address could not be found. Diagnosing the problem.DNS_PROBE_POSSIBLE
When i try to download the file i have uploaded to the public folder and saved the path in the database it gives me a
The file goes to the folder fine but when i try to download the file it does not gives me the above error.
File upload form:
I do not understand why i can't download the file. Any insight is appreciated.
2 replies
Wizard Step type error
I have gone through the video on Dans youtube showing how to implement the wizard, however when i go to the create page it gives me this error.
I went back through the video and the wizard documentation page and i don't understand what i am doing wrong.
9 replies
Please critique my approach
My final goal for this rushed project is to be able to parse a .STL file, get and get its volume. Hopefully with this package.
https://github.com/ChubV/php-stl
Then saving that volume as a variable and using it along with other choices in that from to get a dynamic price for the order. My understanding so far is that i should build a custom Livewire component that you can then click upload the .STL file in and click a button to call the volume function from the PHP-stl package. Save that variable and then its fairly straightforward checks and math from there.
Is this a sensible way to go about this? I would appreciate some input.
2 replies
How to add widgets to default dashboard page.
Hi I am a little confused about how to add the widgets i have created to the defualt page that comes with the admin pannel.
I am struggling to understand were it is defined in the file structure at all.
I have made widgets and can add them to other pages i have created but not been able so far to add this to the defult page.
Thanks in advance
47 replies