Comments micks80 started the conversationFebruary 20, 2023 at 6:53amHello,The theme is asking me to regenerate custom.css file and prompting for FTP server details but we do not have FTP on our site as we host Wordpress on Kubernetes cluster.Is there anyway to generate custom.css file directly on the server via SSH?Please help.Regards,Mick 7,092Oliver repliedFebruary 20, 2023 at 7:06amHi,Try to click this button:https://prnt.sc/lxax6VV6xPxhPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivermicks80 repliedFebruary 20, 2023 at 7:25amHi Oliver,I click that button and then a dialog box comes up asking for FTP/SFTP credentials. I do not have FTP/SFTP. Anyway, I can create that file manually?I am using demo content, so do i really need that file? I don't want to use custom css for now.Regards,Mick 7,092Oliver repliedFebruary 20, 2023 at 7:27amHi,Without this file theme won't work. You need to put FTP access to the wp-config file, example: define('FTP_USER', 'username'); define('FTP_PASS', 'password'); define('FTP_HOST', 'ftp.example.org'); define('FTP_SSL', true); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivermicks80 repliedFebruary 20, 2023 at 7:33amI do not have FTP access. I only have SSH access to the server.Anyway to manually create the file? 7,092Oliver repliedFebruary 20, 2023 at 7:40amHi,Sorry no, Try to add this one to the wp-config file: define('FS_METHOD','direct'); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 7,092Oliver repliedFebruary 20, 2023 at 7:41amOr if you're using Ubuntu command: sudo chown -R www-data:www-data PATH_TO_YOUR_WORDPRESS_FOLDERPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 7,092Oliver repliedFebruary 20, 2023 at 7:42amTake a look here:https://stackoverflow.com/questions/17922644/wordpress-asking-for-my-ftp-credentials-to-install-pluginsPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello,
The theme is asking me to regenerate custom.css file and prompting for FTP server details but we do not have FTP on our site as we host Wordpress on Kubernetes cluster.
Is there anyway to generate custom.css file directly on the server via SSH?
Please help.
Regards,
Mick
Hi,
Try to click this button:
https://prnt.sc/lxax6VV6xPxh
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi Oliver,
I click that button and then a dialog box comes up asking for FTP/SFTP credentials. I do not have FTP/SFTP. Anyway, I can create that file manually?
I am using demo content, so do i really need that file? I don't want to use custom css for now.
Regards,
Mick
Hi,
Without this file theme won't work. You need to put FTP access to the wp-config file, example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I do not have FTP access. I only have SSH access to the server.
Anyway to manually create the file?
Hi,
Sorry no, Try to add this one to the wp-config file:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Or if you're using Ubuntu command:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Take a look here:
https://stackoverflow.com/questions/17922644/wordpress-asking-for-my-ftp-credentials-to-install-plugins
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver