1,463,226 questions
Tooling
0
votes
5
replies
58
views
Which services are typically required to scale a LAMP stack for high-traffic production environments?
I am designing a LAMP-based application expected to handle high concurrent traffic (e.g., thousands of requests per minute). The core stack includes Linux, Apache, MySQL, and PHP.
Based on documented ...
-4
votes
0
answers
67
views
PHP uploaded audio file returns 404 despite existing on server and correct path
I am facing an issue in a PHP project where uploaded audio files return a http "404 Not Found" error, even though the files exist on the server and the path appears to be correct.
I upload ...
Advice
1
vote
3
replies
79
views
Show a PDF icon instead of image in a gallery
I am building a simple PHP gallery that dynamically scans folders and displays images. Currently, the script works well for standard image formats like JPG, PNG, and GIF. However, I want to extend ...
0
votes
0
answers
70
views
How to optimize Laravel Eloquent relationships for large datasets? [closed]
I am currently building a restaurant booking system using Laravel. I need to fetch table reservations for the upcoming 7 days, which involves thousands of records.
Currently, I am using this approach:
...
1
vote
0
answers
73
views
Statamic text field - Markdown support? [closed]
I’ve recently been working with the Statamic Laravel framework, and I noticed that the text field type seems to accept Markdown or HTML-like tags. It’s behaving like a Markdown field type, which made ...
-3
votes
0
answers
29
views
404 Error: Page Not Found even though file exists on server [duplicate]
actually I have my site hosted on wordpress. The problem while accessing a form on the site it shows error 404 page. The form is inside public_html/sample/basic and named as uploader.html and uses ...
0
votes
2
answers
131
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
10
replies
178
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
5
replies
82
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
1
vote
5
replies
97
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
95
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
68
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
57
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 ...
-1
votes
1
answer
74
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
62
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 ...