Cloudways is a managed cloud hosting platform for businesses. This tag should be used to discuss anything related to the Cloudways Platform, its accompanying APIs, and the services Cloudways provides.
Questions tagged [cloudways]
73 questions
0
votes
2 answers
Invalid radix-10 number (at character 1) in flutter
I got this error:
Unhandled Exception: FormatException: Invalid radix-10 number (at character 1)
Future
- > getBannerPictures() async {
var url =…

Jaini Shah
- 45
- 3
0
votes
0 answers
CodeIgniter cron job Every minute(*****) not working in cloudways
I configured the cron job in Cloudways by choosing Every minute(*****) in basic tab. And it shows like this
* * * * * wget http://example.com/cron/index
It runs only every 5 minutes. But I need to run this by every minute. I also tried…

Gopikrishnan K
- 13
- 3
0
votes
0 answers
.htaccess proxy monorepo apps in Cloudways
I have a monorepo apps in my Cloudways server and I thought I could configure through nginx sites-enabled, but turns out they configure things through .htaccess file.
Apparently I have never touched any .htaccess file before so I'm pretty confused…

Mikeul
- 51
- 1
- 7
0
votes
0 answers
Correct rewrite rule for Cloudways geoIP
I have a wordpress site that needs to be accessible by only UK, EU & US users. I'm hoping to do this using Cloudways geoIP so I can avoid having to use a plugin (as they run into caching usage problems).
I have the below rewrite rule in htaccess,…

ben_6970
- 1
- 2
0
votes
1 answer
Laravel on Cloudways - Installed phpMyAdmin but Getting 404 Error
I installed phpMyAdmin as per Cloudways Instructions.
When I try to load /phpmyadmin I'm getting a Laravel generated 404 error - which is understandable because /phpmyadmin is not a defined route. So, what's the fix?

TopAngler
- 69
- 1
- 5
0
votes
1 answer
Doctrine Extension working locally but doesn't work on the live server
I'm binding entity manager in the container like this with the configurations including the DATE extension function
.......
Config::class => create(Config::class)->constructor(
require CONFIG_PATH .…

Zuby
- 5
- 5
0
votes
0 answers
Next Js home page hosted in cloudways server showing 404 error, all other page working correctly
We have hosted next JS app in Cloudways server via pm2. The homepage is working properly in localhost (both build/production and development) but showing 404 when deployed in cloudways server. There is an error on dev tools console --- Failed to…
0
votes
0 answers
Fatal error: Uncaught ArgumentCountError: Too few arguments to function FPOPP\Controllers\MainController
Getting this critical error after updating oxygen page builder plugin.
Fatal error: Uncaught ArgumentCountError: Too few arguments to function FPOPP\Controllers\MainController::FPOPP\Controllers{closure}(), 1 passed in…
0
votes
1 answer
WordPress won't let me send or receive emails, how can i fix it?
I'm working on a website using WordPress/"Elementor Pro" and the "WP mail SMTP" plugin for email.
The problem started a few days ago:
We have a form for our clients, but once they finish filling it out and click send, they do not receive the…
0
votes
1 answer
PHP Fatal Error: Failed opening required 'wp-salt.php' when running WP-CLI command as cron-job in crontab
This question is intended to serve as an information post for others to find, since I fortunately already discovered a solution.
I tried to run a Wordpress-CLI command as a cron-job in crontab on a Cloudways server. The command runs without any…

mi-aluanich
- 31
- 2
0
votes
0 answers
How to enable Inertia on CLoudways
i have just created my first Laravel Inertia Vue 3 application. However, I encountered problem when hosting it to Cloudways. After i configured everything and try to launch my application it only display this image shown below
I don't know why it…

LVC
- 51
- 2
- 7
0
votes
0 answers
Deploying a nextjs app and wordpress app together on cloudways
I created a PHP application on cloudways in my server and deployed a nextjs application in the public_html/frontend folder to be used as a frontend.
I created a WordPress instance in the public_html/backend to be used as a headless CMS. I am using…

Ghayas Ud Din
- 315
- 2
- 14
0
votes
2 answers
301 Redirect, new domain
I have changed domain name on my website and having problem with setting up redirection.
The 301 redirect only work on main domain.
olddomain.com to nydoamin.com
How do i setup redirections on the whole site?
The link structure is the…

carlaa123
- 45
- 1
- 7
0
votes
1 answer
Laravel 5.2 session lost after successful login, sometimes
When trying to access a protected route or just refreshing the page the session is lost, so I have to login again. What I don't understand is that sometimes this problem does not happen but most of the time it does and sometimes it takes more than 3…

Jay
- 405
- 7
- 15
0
votes
0 answers
Why did crash our WordPress site?
There is no doubt, our WordPress site is heavy loaded, but why it crashed, and why we couldn't restart it on Cloudways only rollback it?
I see hungreds of similar lines before the crash like:
[Tue Apr 13 15:12:25.882171 2021] [proxy_fcgi:error]…

János
- 32,867
- 38
- 193
- 353