1,463,325 questions
0
votes
0
answers
37
views
HTML <img> not rendering in mPDF on live server, but $mpdf->Image() works
I'm facing an issue with mPDF where HTML <img> tags are not rendering on my live server, but they work perfectly on localhost.
What works:
Using direct mPDF method:
$mpdf->Image('https://...
Tooling
1
vote
1
replies
42
views
New web trends for a dental system
I'm currently developing a website for a dental clinic where users can schedule and track their appointments, and the doctor will maintain all records online. The entire project is being built using ...
Advice
1
vote
0
replies
19
views
How to Verify WordPress Password Hash in Python/Django?
I have a WordPress database that I am accessing from a Django site. I'd like to be able to log users in with their WordPress passwords. Is there a good way to do this in Python? I have tried these ...
Advice
0
votes
4
replies
58
views
PHP cURL returning empty response when fetching order status (Instagram followers)
I am building a custom client dashboard to track social media growth metrics. We are using fameviso.com to manage some of our campaigns, specifically for Instagram followers, and I want to pull the ...
0
votes
2
answers
64
views
Is it "expensive" to check if a user exists in Firebase, every call?
I have a Laravel backend that I'm using for my Flutter app on android and iOS. I'm using Firebase for auth, and the token lives for about an hour.
The problem I have right now is that you need to be ...
2
votes
1
answer
49
views
How do I echo a message that a file is not found when searching
When using the URL search.php?q=name+of+file to search for a file called name-of-file.mp3, I can't seem to get the else to work when a file name searched is not found. It works fine when a file is ...
Best practices
0
votes
1
replies
43
views
Where should "is this supported by our product?" flags live — on the data DTO or on a dedicated service?
I'm looking for a second opinion on a design decision.
No right answer expected - curious how others reason about it.
Context:
We have a multi-tenant platform. Each tenant is tied to a country, and ...
0
votes
1
answer
49
views
AC Registration ft. Sha1-Registration dosn't work
perhaps i'm standing in the wood and don't see the tree, but i don't know what to try anymore.
Following situation:
Got a runing azerothcore-privat-LANserver (PHP 8.4), got a running ...
0
votes
0
answers
36
views
How to include a quantity per line in the export
I have a WordPress site with WooCommerce, and I use the Advanced Order Export for WooCommerce plugin to export the data.
The form I use is from WooCommerce. When someone signs up for a club, they have ...
1
vote
2
answers
96
views
Why are images not loading
Im using laravel and my images wont load.
I don't know if it has something to do with my PostController:
<?php
namespace App\Http\Controllers;
use App\Models\Post;
use Illuminate\Http\Request;
...
0
votes
0
answers
44
views
Consolibyte Quickbooks [closed]
I'm upgrading from PHP 7.0 to PHP 7.4.
I have downloaded the latest version of the SDK.
I have found several problems with the SDK.
After updating the config.php file and adding a new table in the ...
-2
votes
0
answers
60
views
Dreamweaver error -localhost refused to connect on windows 10 [closed]
I'm doing a college project and setup Dreamweaver to use a local host and a remote host.
I am able to ping the remote host and get the setup of the php.ini file using the file:
<?php
phpinfo();
?&...
Advice
0
votes
2
replies
58
views
Refresh or handle amount change on credit/debit card paypal smart button
I have implemented paypal smart buttons on a modal, then i realized that if open the credit/debit card form and then close the modal to chose another product. The amount that is configurated is still ...
0
votes
0
answers
64
views
How to sync/copy ACF (Advanced Custom Fields) field groups from staging to production without recreating them manually?
Problem
I maintain two WordPress environments — a staging site and a production site. Every time I create or update custom field groups using Advanced Custom Fields (ACF) on staging, I have to ...
1
vote
1
answer
44
views
How to get the value of an attribute from a variation?
For a plugin I am creating, I add 2 attributes to a variation. One is specific for the variation, the other is not (any value). When I try to get the values from the variation (after customer has ...