Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
8 views

Uploading from OneDrive/Sharepoint in Laravel App

I'm looking for a solution to allow users to authenticate then upload files from their Sharepoint/OneDrive to S3 within a Laravel application. Has anyone been able to accomplish this before? I've only ...
Abdel Ibrahim's user avatar
1 vote
0 answers
32 views

PHP: Does move_uploaded_file() actually work with the S3 Stream Wrapper?

The Amazon S3 stream wrapper "enables you to store and retrieve data from Amazon S3 using built-in PHP functions, such as file_get_contents, fopen, copy, rename, unlink, mkdir, and rmdir. ... ...
Jay Bienvenu's user avatar
  • 3,245
0 votes
0 answers
8 views

Getting "Event destination is not provided." error when using EventBridgeDestination as Event destination AWS PHP SDK

In my PHP Laravel web app I am using AWS PHP SDK and I want to use the createConfigurationSetEventDestination method of the SesV2Client class. When I execute this method by passing the proper ...
Furkan's user avatar
  • 19
-4 votes
0 answers
25 views

High CPU usage on php 8.1 using aws elastic beanstalk

php-fpm processes are consuming too much CPU, my instance type is t3.large, traffic: 37.8 requests per second CPU ~30%, I am using yii2 php framework, when traffic increases to 60, CPU is about 80-90%,...
Gor Hakobyan's user avatar
1 vote
0 answers
30 views

I installed the simple_kafka_client for my symfony project and getting conflict errors

This is the relevant GitHub repo. I am trying to use this code: use PyaeSoneAung\AwsMskIamSaslSigner\AwsMskIamSaslSigner; use SimpleKafkaClient\Configuration; use SimpleKafkaClient\Producer; $...
bhaskar p's user avatar
0 votes
1 answer
26 views

invoking getUser from CognitoIdentityProviderClient using PHP SDK gives: Error retrieving credentials from the instance profile metadata service

I am working on an AWS Cognito Authentication solution for my website. I have had the initial code working for some time and now I want to add the ability for a user to see their email and other user ...
aff's user avatar
  • 65
-1 votes
1 answer
32 views

How to stop PHPSESSID changing with AWS Lambda/CloudFront?

I have a PHP application hosted on AWS Lambda, written in Symfony using Bref. I've managed to make all the functionaly work with serverless but I have one problem. Users can log in, but if they ...
Andy's user avatar
  • 3,668
0 votes
0 answers
26 views

Is there any way to create a VPN trough php

I tried using Google's Gemini API, but it is restricted in my country, so the only way to use it would be for all users from my country to use a vpn I wanted to know if there is any way to bypass that ...
Matei Gabriel's user avatar
0 votes
0 answers
55 views

UVDesk v1.1.3 Mailparse error on Ubuntu 24.04 undefined symbol: mbfl_name2no_encoding

I am trying to install UVDesk v1.1.3 for the first time. I spun up a server on AWS with 4GB RAM. My PHP version is 8.3. I used composer to install the skeleton from GitHub. After configuring the web ...
user1794918's user avatar
  • 1,149
0 votes
0 answers
30 views

Issue in Aws SES API Call

I am working on a Laravel project and need to use AWS SES V2. However, my AWS SDK is an older version and does not include the SES V2 client, so I decided to use the REST API instead. I created ...
Himanshu Joshi's user avatar
0 votes
1 answer
35 views

AWS TextExtractor can handle any PDF formated file?

I am trying to analyze a PDF using Amazon Textract, but I got this "400 Bad Request", "Request has unsupported document format" As far as I can see, Amazon TextExtractor can handle ...
Marcello Pato's user avatar
1 vote
0 answers
31 views

Is it possible to get an S3 object, manipulate the file using PHP, then place it back into the S3 bucket without saving anything on the server?

I am trying to grab an image I have stored out in a S3 bucket, and then either resize or rotate the image, and then load it back into my S3 bucket at it's original spot. I am able to grab the image ...
zeropsi's user avatar
  • 694
1 vote
0 answers
46 views

Permission error on server for storage cache folder in laravel 8

I am getting this error from time to time on the AWS Linux server after clearing the cache as well. Cache is stored via command and from the website as well when we try to send notifications. ...
Bhargav Rangani's user avatar
0 votes
0 answers
47 views

How to Access and Modify wp-config.php via FTP on AWS, Backup WordPress Site, and Update Plugins

I need to: Access the wp-config.php file via FTP (SSH) using Filezilla, WinSCP, or Ubuntu Linux on a VM. Toggle the logic from define('DISALLOW_FILE_MODS', true); to define('DISALLOW_FILE_MODS', ...
Matt's user avatar
  • 1
0 votes
0 answers
28 views

PHP Redis is able to set key-value but unable to find keys with scan or key

I have a PHP application that is able to successfully connect to a Redis serverless endpoint on AWS using TLS. I am also able to successfully set and get cache from Redis, however, I am unable to find ...
Kenneth P. Hough's user avatar

15 30 50 per page
1
2 3 4 5
290