Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

My website gives a Error 503 VCL failed when url ends with % I have tried to disable cache, and also tried redirect, in .htaccess but without success. Here's my current .htaccess-configuration: <...
Peter Wirdemo's user avatar
2 votes
3 answers
104 views

I have a website that, since 2020, sends a confirmation email to new users upon registration. In 2025, I created an Android app that also registers users. It was able to send the email automatically ...
rmor23's user avatar
  • 29
-1 votes
0 answers
50 views

I have been desperately trying for many hours to use php-cs-fixer with VSCode, specifically for formatting on save. I have meticulously followed the documentation (https://github.com/PHP-CS-Fixer/PHP-...
Gaylord.P's user avatar
  • 1,306
0 votes
0 answers
49 views

Ok I finally got all my code partially working. It only works in some specific scenarios, which I don't fully understand yet. I think the lifecycle of the checkout is not 100% clear to me. I'll ...
nomad_cool's user avatar
-5 votes
0 answers
82 views

I try to send a CSV with this command in Symfony: protected function execute(InputInterface $input,OutputInterface $output): int { $io = new SymfonyStyle($input, $output); $io->...
d3LTa7's user avatar
  • 65
0 votes
0 answers
112 views

I have Wampserver running on Windows 11 with a PHP/MySQL web site running fine in PHP 7.4.26. I had to install PHP 7.1.33 for comparative testing purposes. Under 7.1, the site isn't working at all. ...
Liofo's user avatar
  • 1
-1 votes
0 answers
64 views

I deployed my Laravel application to cPanel. On my local environment, running: php artisan leaves:credit-monthly works perfectly. I then set up a cron job in cPanel to run this command, but I get the ...
hmm's user avatar
  • 57
1 vote
2 answers
99 views

I have the following simple script, running under PHP 8.3.6 <?php $original = '"=?utf-8?Q?part1=40part2.com?=" <[email protected]>' ; $converted = imap_utf8($original) ; printf("...
Dennis 's user avatar
  • 1,286
0 votes
0 answers
97 views

I am using apache reverse proxy to access esp32 devices. Before redirect, users are authenticated with "AuthType Basic". It is very simple authentication, for example, users cannot save ...
lktr's user avatar
  • 29
-3 votes
0 answers
50 views

I am working on an e-commerce web project using vanilla PHP, HTML, and Bootstrap CSS. I have implemented both an admin panel and client/user side. However, I’m facing an issue in the orders.php file, ...
Superbob's user avatar
1 vote
1 answer
98 views

I'm tweaking a garbage collector class whose job is to iterate through a disk cache of files in subdirs, find any that are "out of date" and remove them. Further, if it finds any empty ...
Stef Dawson's user avatar
2 votes
1 answer
124 views

How to validate that uploaded file is not empty in case it is less then 1kb? $request->validate([ 'file' => [ 'required', 'file', 'extensions:zip', 'max:1024', 'min:1' ] ]...
Elena S's user avatar
  • 53
-3 votes
0 answers
140 views

I am trying to setup up PHP IMAP for the first time. I have the following script as a sarter: $mailbox = '{oxmail.myprovider.com:993/imap}INBOX' ; $user = '[email protected]' ; $password = '...
Dennis 's user avatar
  • 1,286
0 votes
2 answers
134 views

I have a project which automatically sets up dependency bindings (using PHP-DI) for various database connections based on datasources defined in a configuration file: // In reality this is loaded from ...
Cardinal System's user avatar
0 votes
0 answers
74 views

I am migrating a legacy PHP application (100% file-based) to Symfony and using Symfony only as a front controller. The Symfony application boots correctly, but none of my application routes are ever ...
Bernardo Stein's user avatar

15 30 50 per page
1
2 3 4 5
97628