Skip to main content
0 votes
1 answer
46 views

I'm using PHP8.1 and JQuery. I have a script with several links that each have an id that is a digit only. i.e: <a href="#" id="<?= $id ?>"><?= $student_name ?>&...
John Cowan's user avatar
  • 1,764
4 votes
1 answer
112 views

I'm working on a CodeIgniter 4 project (CI: 4.4.3 production mode | PHP: 8.1.32), and I'm running into a strange issue where my finally block never executes if a database error happens during ...
Dejan Dozet's user avatar
  • 1,077
1 vote
1 answer
148 views

I have a problem with the operation of the website. I installed slim framework v.4 I have php v.8.1 and the server IIS https://www.slimframework.com/docs/v4/ I used this code to try if the project ...
Piotr W's user avatar
  • 13
0 votes
0 answers
44 views

In simplesaml after login authentication getting Permission denied issue. Any idea ?
Arif's user avatar
  • 195
0 votes
0 answers
65 views

Experiencing an issue during the installation of the New Relic PHP Agent. The installation fails during the task send_transaction with the following error: {"err":"task: Failed to run ...
user79793's user avatar
1 vote
1 answer
94 views

I have the following code: $squery = "SELECT TABLE_SCHEMA,TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE '%configuration_lang'"; $sres = dbquery($squery); while ($srow = ...
user2587656's user avatar
0 votes
0 answers
66 views

-> The below code is based on php Curl. $curl = curl_init(); // API Endpoint $url = 'https://api.bybit.com/fht/compliance/tax/v3/private/registertime'; curl_setopt_array($curl, array( CURLOPT_URL =...
Nileshkumar's user avatar
0 votes
1 answer
690 views

I'm working on a Laravel project that uses the baconQrCode library to generate QR codes, and I'm encountering the error Class 'BaconQrCode\Renderer\Image\Png' not found when I call my generateUser ...
Jay marlou Talao's user avatar
0 votes
1 answer
116 views

Debug logs not coming when updating Symfony from v2.8 to v6.4 with PHP8 upgrade. We have updated our application from Symfony v2.8 to v6.4 along with upgrade of PHP from v7.4 to v8.1. We have used the ...
RDB's user avatar
  • 109
0 votes
1 answer
122 views

Laravel version: 8 php version: 8.1 When I run php artisan test, I get Command "tests" is not defined. I added nunomaduro/collision to my dependencies, and I get the error: NunoMaduro\...
Rowlando13's user avatar
0 votes
0 answers
23 views

I am working on a demigratio sydmfony project towards version 5.4, and I have not been able to connect to my orientdb database. In this project we use ostico/orientdb, here is the error message: An ...
sof's user avatar
  • 1
1 vote
2 answers
327 views

I'm trying to create a edit form for user and want to list current user roles in form and also want to make choice from all roles from enum Roles. There is a example of my code. Current error is "...
Madji's user avatar
  • 57
1 vote
1 answer
90 views

I get this error when this code is run as a Wordpress code snippet using WP Code plugin. I'm sure it has to do with the code provided by the plugin developer being out of date, not in-line with ...
StevieK's user avatar
  • 31
0 votes
1 answer
105 views

I am sending data by api with json response where it has amount filed. it is required that amount should be decimal with 2 zeros after the point like this 400.00 and it should not be a string. I am ...
Sahak's user avatar
  • 3
0 votes
0 answers
77 views

I'm encountering an error while trying to use the COM class in PHP 8.1 on XAMPP (Windows). The error message states: "Fatal error: Uncaught Error: Class 'COM' not found". I've checked my php....
Bhowmik Sanad's user avatar

15 30 50 per page
1
2 3 4 5
22