wiredhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Back-end not working possibly due to .htaccess file.After executing the bash script we get this error. Any idea?
Starting Script
./fix_malware.sh: line 2: $’\r’: command not found
./fix_malware.sh: line 11: syntax error near unexpected token `done’
./fix_malware.sh: line 11: ` done’Thanks
remember to check on https://status.onesignal.com/ to see if the issue is not related to your server nor wordpress but with onesignal.
it just helped me as we were having error 500 when sending notifications, and it happened to be an issue with onesignal.
Hope this can helps someone else too.
Thanks! very helpfull
Forum: Fixing WordPress
In reply to: Warning: curl_exec() has been disabled for security reasonsDid what otto said, and it completely fixed the issue
if (!function_exists('curl_init') && !function_exists('curl_exec')) {
Change the && to an ||, like so:
if (!function_exists('curl_init') || !function_exists('curl_exec')) {
Thanks otto!
- This reply was modified 8 years, 5 months ago by wiredhosting.
Forum: Fixing WordPress
In reply to: failed logins with recaptcha activatedGreat THanks!
Forum: Fixing WordPress
In reply to: failed logins with recaptcha activatedI am using the securi plugin
Ok, I will try to see if it records a password or only the failed login wich can means that its preventing it.
Forum: Fixing WordPress
In reply to: contact form "from"yes you are right. can you move this to plugin section or should i start a new thread there?
Forum: Fixing WordPress
In reply to: contact form "from"no, my question is for the default contact form.
Forum: Plugins
In reply to: [AJAX Contact] [Plugin: AJAX Contact] Change "From Email"Hi,
i am using version 1.6.0 and when someone fills in the contact form, we recieve the email from “[email protected]” .. cant we change it to recieve it from the “email address field” ?