Keywords: WordPress Multisite - Google Cloud Platform - How to - OtherDescription: I have installed an application called mailwizz and it was working fine but after i restart mysql the application stopped working and showed me an error. i just googled the error and this is what i found on https://forum.mailwizz.com/threads/solved-exception-cdbexception.1670/this above link is the solution of it but that require editing my main-custom.php file and please tell me the command to find and edit that file in my ssh
Hi, @awaissmith.
You will need to use a text editor such as nano. See this link for a beginner's tutorial on nano: https://www.howtogeek.com/howto/42980/the-beginners-guide-to-nano-the-linux-command-line-text-editor/
nano
Regards,Alejandro
ok and i also want to know how do i run the follwing command on ssh terminal?/usr/bin/php -q /var/www/html/apps/console/console.php send-campaigns --verbose=1
I got this command on the following website
I don't know what this file is:
/var/www/html/apps/console/console.php
If you know what's that file and where is it located, you can just run the command:
php -q path/to/the/file send-campaigns --verbose=1
Yes thank you. I already ran that command. Actually that command shows the error of a script called Mailwizz which is an email marketing plugin. And I have fixed the issue of that.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.