Drachsi
Forum Replies Created
-
Hi,
I looked at the error files and can only find this info.
[02-Jun-2019 07:51:03 UTC] PHP Warning: in_array() expects parameter 2 to be array, string given in /home/website/wp-content/plugins/hummingbird-performance/core/modules/minify/class-minify-group.php on line 617
I have change the website address details
Regards
DrachsiHi,
Where do I find the one you want?Regards
DrachsiWould you like to see the file with the code?
Regards
DrachsiHi,
Yes that’s the file. Why would it stop me from making updates and then publish?
My hosting tried and had the same effect.
Only removing it let me publish.
Regards
Drachsi- This reply was modified 7 years, 2 months ago by Drachsi.
Forum: Fixing WordPress
In reply to: Uploading problem, is it me, WP, or the hosting company?Finally found the problem.
A Plugin called Hummingbird puts a php in the wp-content folder. Removing Hummingbird and this file solved the problem.
Regards
DrachsiForum: Fixing WordPress
In reply to: Uploading problem, is it me, WP, or the hosting company?Hi,
If I deactivate all Plugins, then create a new .htaccess file with the following code, then reactivate the Plugins would this be the correct way to go?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressRegards
DrachsiForum: Fixing WordPress
In reply to: Uploading problem, is it me, WP, or the hosting company?Hi,
I am coming to the conclusion it is to do with the .htaccess file. What would be the recommended code?
Regards
DrachsiForum: Fixing WordPress
In reply to: Uploading problem, is it me, WP, or the hosting company?Hi,
Thanks for the clue. I run Xampp on 1 pc with a copy of the site. I make changes on both pc’s to the live site.Now I have the Xampp PC showing my live site with the updates, and my normal pc not showing the updates. Both pointed at the live site.
This is with Xampp turned off.
I then login from both pc to the live hosted site and checked that they both have to same Plugins activated. I reactivated 1 my pc and refreshed on the Xampp pc and it showed correctly.
Frustrating.
Regards
DrachsiForum: Fixing WordPress
In reply to: WP 5.2 stops publishing to live siteI asked Symantec to check my security settings and no problems at sending and receiving. I use the Norton 360.
Regards
DrachsiForum: Fixing WordPress
In reply to: WP 5.2 stops publishing to live siteHi,
I disabled every Plugin and still will not update. I deleted the cache Plugin first.
Regards
DrachsiForum: Fixing WordPress
In reply to: WP 5.2 stops publishing to live siteI checked another site using WP5.2.1 and the same Theme and had the same results.
Then I modified another site using WP5.2.0 and a different Theme, and again it did not update.
What could be the problem and solution?
Regards
DrachsiForum: Fixing WordPress
In reply to: Upgrade PHP 7.1 stops my sites from workingMy hosting company was very helpful. They made changes on the server side back to PHP5.6 Sites all working again now.
Which raises the important question, How can I check the highest version of PHP my different sites will support?
Regards
DrachsiForum: Fixing WordPress
In reply to: Upgrade PHP 7.1 stops my sites from workingI upgraded from 5.2PHP to 7.0 and sites stopped working, so I then tried to load 5.2PHP and now get the error message “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”
So it seems on my installations, you can upgrade, but if it does not work, going back does not work either.
I have asked my hosting company for help.
Regards
DrachsiForum: Fixing WordPress
In reply to: Forms and how to stop a spammerHi,
It seems there are a lot of problems with reCaptcha. I posted the problem in the Google Group, nobody replied. Then I post a request for the Group support to reply and they deleted the post, (twice) Lots of unhappy people in the Group.
2 different form suppliers 2 different email accounts and both had the same problem. The one on the site at the moment is Caldera.
Regards
DrachsiForum: Localhost Installs
In reply to: Xampp, and SSLHi,
Tried that, did not work. After making the mod, tried starting Apache and got this error message.
“[Mon Jan 29 14:37:23.313281 2018] [ssl:warn] [pid 8896:tid 592] AH01909: http://www.example.com:443:0 server certificate does NOT include an ID which matches the server name”Here is my vhost mod
“##<VirtualHost *:443>
##ServerAdmin webmaster@dummy-host2.example.com
##DocumentRoot “C:/xampp/htdocs/nbd.test”
##ServerName nbd.test
##ErrorLog “logs/nbd.test-error.log”
##CustomLog “logs/nbd.test-access.log” common
SSLEngine on
SSLCertificateFile “conf/ssl.crt/server.crt”
SSLCertificateKeyFile “conf/ssl.key/server.key
##</VirtualHost>”Hope you will continue to help.
Regards
Drachsi