My web site server take dwon and i don’t know why , so i tried alot things but nothing goes as i expected , then While i try to Systemctl start httpd shows Failed to start httpd.service: Unit is masked. also when i im truning to unmask nothing happends with ‘systemctl unmask service’ i chekced ..
Category : cpanel
I have images on my server, some of them uploaded using Flutter (Dart) and others uploaded using Laravel (PHP). The problem is that most of the images are empty when accessing them but they exist on the server and I can see them and open them from cpanel. Examples of empty images: https://clinicalibya.com/images/advertisements/1617909384cpd%20device%20logo.png https://clinicalibya.com/images/receipts/1617913147scaled_db3b4b6b-eb71-4983-a8fa-14dbdf826b677185714734801956022.jpg Notice: ..
I uploaded my laravel project on cpanel but when i try to access it shows me that error Failed to load resource: the server responded with a status of 500 () My cpanel directory is like that -public_html -projects -project1 -all files of public folder -project_name -all code My index file is like that require ..
First of all, im newbie in servers, so dont mess with me. My problem is when i type "www.mypage.com" it doesnt’t redirect to the crm/public/, instead of this, it show me the content of / (public_html) My current path is: /home/user/public_html/ -> and here i got my Laravel project -> /crm/public ( /home/user/public_html/crm/public/index.php is the ..
I just uploaded my website into server and here is my .env file: DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=my_db DB_USERNAME=my_user DB_PASSWORD=my_pass But as soon as I load my website, I get this message: IlluminateDatabaseQueryException SQLSTATE[28000] [1045] Access denied for user ‘my_user’@’127.0.0.1’ (using password: YES) (SQL: select count(*) as aggregate from users where phone = 11111111) And here ..

I want to upload my Laravel 8 project into web server, so I have followed these steps based on this question: Zip your entire Laravel project and export your DB to sql Login to cPanel and navigate to File Manager Ensure you’re in the root folder, then click "Upload" Select your zip file and wait ..
I am trying to deploy my Laravel 8 app to a folder in CPANEL (first time I’ve deployed Laravel). I have searched the forum and made changes as the many posts direct. I am getting 404 errors across all pages apart from the homepage and login and register pages. This is a common error but ..

My Site is suddenly slow down and I find that session file is auto generating in Cpanel/Live Server but not sure that this is the cause of slow down of my site Anyone have any idea about auto generating session file in laravel? Is it bug ? looking for clarifications Session file auto generate in ..
I deploy a ecommerce project building with laravel on c panel.. I move the public folder content to public_html. Now when i change some css located in public_html, the change do not appears on my website. What is the reason for this? And how can i get ride of this? can anyone help me? Source: ..
I’m having this issue, some times doesn’t appear but other yes, I’m using a GoDaddy Hosting and I change the values in the CPanel on the PHP Selector PHP Selector prove But this doesn’t fix anything. I’m using Laravel 8 as my Backend API, I was looking for an answer but I didn’t find it, ..
First of all, I would like to thank everyone in advance. I have two questions. 1– There is a Laravel project at app.example.com. This is the public part of the project. Same time member.example.com admin.example.com I want to have subdomains. But there are no projects in these subdomains. In other words, it works on the ..
Hello there I have 2 folders inside public_html ex.(mainfolder and subfolder). Inside my public_html same level with my 2 folders, I have an .htaccess file like this. RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteOptions inherit Options -Indexes # php — BEGIN cPanel-generated handler, do not edit # Set the “ea-php73” package as ..
Good day Everyone. I am using a shared host. Inside my shared host public_html folder, I have a folder named as ‘project1’. This folder contains the files for my main site. Now, I want to create a new folder (ex. Project2)for my new laravel 8 application. I already tried many ways based on what I ..
I have a laravel project and it is in production and I want to upgrade composer from version 1.1.8.6 to 2.0.11 through the cpanel builtin terminal. Every time I type the following in the terminal: composer self-update I get the following output: updating to version 2.0.11 (stable channel). Downloading (100%) [ErrorException] rename(/opt/cpanel/composer/bin/composer): failed to open ..
I moved my Laravel project to CPanel hosting. Now, in some forms, when I want redirect user to a url, this message will appear: Redirecting to (url address) Laravel version is 5.6 and I also tried php artisan config:cache and php artisan config:clear, but no difference! in my controller : Session::flash(‘alert’, __(‘messages.updated’)); Session::flash(‘alertClass’, ‘success’); return ..
I’m trying to set up a git repository that contains a laravel project on a server that uses cpanel. After copy missing libraries and dependencias from both composer.json and package.json the project asks me to run npm run dev in order to create the mix manifest file. However, whenever I enter those commands this error ..
I’m developing a web application with laravel and i send emails with sengrid using sociallite driver, everything works as i expect in localhost, but i deployed my application on a shared host and when i try to send an email i get the following error: stream_socket_enable_crypto(): Peer certificate CN=`hv22svg069.neubox.net’ did not match expected CN=`smtp.sendgrid.net’ I’ve ..
I’ve installed in my remote server, via Softaculous, Laravel 8. In order to access directly to the APP, just like when running php artisan serve in my local machine, in CPanel i defined the document root to the folder Laravelpublic. Everything works exactly as it should! I type the address (ex: myDomain.com) and the App ..
Yesteday I am having extraction errors like "Disk Quota Exceeded" in my cpanel account. And it turns out that my file size capacity reaches 20,000. My App is very simple but Im using Vue and Laravel separately. How am I able to upload this? I suspect in vue that the node modules is the culprit ..
I have a clean shared hosting account in Cpanel. I want to deploy my front-end Vue Cli 3 App and Laravel API app. I am currently having trouble with the extraction of my vue cli app in public_html. It says "Disk quota exceeded" after the extraction. I watched this https://www.youtube.com/watch?v=AMYUsBWKtT4 tutorial and followed the steps ..
PHP Fatal error: Interface ‘JsonSerializable’ not found in /home/peoplesi/public_html/core/vendor/laravel/framework/src/Illuminate/Support/Collection.php on line 40 i get this error when i upload it to cpanel My php version is 7 i also tried composer update many time Can anyone kindly give me a solution to remove this error Sourc..
I need to change the root directory for one of my domains, But in my cpanel i dont find any options, just hard cores of system, but i have very basic knowledge about systems and servers. How i can change that directory as easy as possible? I just need to change something because im gonna ..
I have a laravel app hosted in inmotion hosting cpanel. Previously the server was running php version: 7.2. There were no issue on image upload. After that I upgraded my php version for shell via this post as I had to upgrade few composer packages. Now I’m unable to upload images from my app. The ..
I have a Laravel 5.8 app deployed on cpanel server. When I upload an image via the app, the newly uploaded image can’t be viewed via URL. For example when I access: example.com/myapp/image/new_photo.jpg It throws a 404 not found error. Whereas for image that is already inside the app (not uploaded by user), the url ..
I’m having the error below, I’ve searched about it, but couldn’t find a way. I’ve checked the permission, 644 for all files, and 755 for all folders in laravel project folder. Warning: require(/home3/USERNAME/laravel/vendor/composer/../markbaker/matrix/classes/src/Functions/adjoint.php): failed to open stream: No such file or directory in /home3/USERNAME/laravel/vendor/composer/autoload_real.php on line 69 Warning: require(/home3/USERNAME/laravel/vendor/composer/../markbaker/matrix/classes/src/Functions/adjoint.php): failed to open stream: No such ..