Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
54 views

When running Codeception in PHP 8.5, I'm getting: PHP Fatal error: Uncaught Codeception\Exception\ConfigurationException: register_argc_argv must be set to On for running Codeception
Thomas Landauer's user avatar
2 votes
1 answer
61 views

So i have a php function that passes some variables into a call to an oracle stored procedure. you can select more than one option on screen to submit so for example you can choose option A, B & C ...
donovan rice's user avatar
-2 votes
1 answer
66 views

I have the following code in a CLI PHP script. (The value in $mime_encoded_text actually comes from a message header, but for the sake of clarity, I have simplified here) : $mime_encoded_text = "...
Dennis 's user avatar
  • 1,310
0 votes
0 answers
22 views

I’m trying to change fonts in MasterStudy LMS Front-end Course Builder (/user-account/edit-course/), but nothing works. The main website fonts are overridden successfully via child theme, however ...
Beka Tchigladze's user avatar
0 votes
0 answers
37 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
1 vote
3 answers
120 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
  • 27
-1 votes
0 answers
58 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
54 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
-6 votes
0 answers
86 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
  • 63
0 votes
0 answers
124 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
69 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
2 votes
2 answers
106 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,310
0 votes
0 answers
99 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
99 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

15 30 50 per page
1
2 3 4 5
97628