PBG
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Download button went invisible?*bump*
Any thoughts?
Forum: Plugins
In reply to: [Contact Form 7] Download button went invisible?I also tried to change the code to be just:
<label> Your Name (required) [text* your-name] </label> <label> Your Email (required) [email* your-email] </label> <label> What Product Are You Interested In? [select* Interest "PBG Networks" "Hyperconverged Architecture" "PBG Optics" "Zero Clients" "Switching" "Wireless" "Office 365"] [submit]Button is still invisible. Confirmed that the image in in the media library too.
Forum: Plugins
In reply to: [Contact Form 7] Download button went invisible?I do not know what that is. I tried to delete that so the code would look more like the examples in the FAQ, saved and test. Button still works but it is still invisible.
Forum: Fixing WordPress
In reply to: WordPress php errors on WP AdminJosh,
It looks like that got rid of it!
Thanks you for the help.
Forum: Fixing WordPress
In reply to: WordPress connection errorsWanted to update incase anyone comes across this in a google search later:
Slow Wp-admin page SOLVED
Updated from ubuntu 16.04 to ubuntu 18.04 successfully. All slow wp-admin page issues were resolved.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Errors after updatewe also have the following lines showing up in our footer, and we checked that we had the error reporting disabled. WP Rollback also cannot roll back Ultimate Social Media PLUS, citing a likely cause are not using tags for versions. We had to Roll back our entire website.
What is the quick fix if disabling error reporting does not help?Notice: Undefined index: sfsi_plus_telegram_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 367Notice: Undefined index: sfsi_plus_ok_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 365Notice: Undefined index: sfsi_plus_vk_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 369Notice: Undefined index: sfsi_plus_weibo_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 371Notice: Undefined index: sfsi_plus_wechat_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 374
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Causing php erroswe also have the following lines showing up in our footer, and we checked that we had the error reporting disabled. WP Rollback also cannot roll back Ultimate Social Media PLUS, citing a likly cause are not using tags for versions.
What is the quick fix if disabling error reporting does not help?Notice: Undefined index: sfsi_plus_telegram_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 367Notice: Undefined index: sfsi_plus_ok_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 365Notice: Undefined index: sfsi_plus_vk_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 369Notice: Undefined index: sfsi_plus_weibo_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 371Notice: Undefined index: sfsi_plus_wechat_display in /var/www/html/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php on line 374
- This reply was modified 7 years ago by PBG.
Forum: Fixing WordPress
In reply to: WordPress connection errorsUpdate:
Tried upgrading to Ubuntu 18.04 and broke the site. It was almost like most of our configurations were wiped and I had to install php and mysql just to reach the page, but it was pretty broken. Rolled it back.
Doing some more research, it seems that forcing a newer version of openssl on ubuntu 16.04 isn’t going to work very well with apache, which defeats the purpose
https://websiteforstudents.com/manually-install-the-latest-openssl-toolkit-on-ubuntu-16-04-18-04-lts/Forum: Fixing WordPress
In reply to: WordPress connection errorsGood catch on the openssl, we were running a version that was several years old but apparently the latest available on 16.04. We rolled back from v18 back to v16 because of compatibility issues with wordpress at the time.
I manually installed version 1.1.1b and restarted the server, but now when I check the openssl version there is an “error: no such file or directory.” We may have to test updating to v18 again if we can’t get openssl 1.1.1b working on ubuntu 16.04. Any suggestions?
As for the firewall, I believe outgoing was open, but I ran “sudo ufw default allow outgoing” just incase. No change in errors at the top of WPAdmin dashboard.
Forum: Fixing WordPress
In reply to: WordPress connection errorsWe do have some pretty tight security restrictions on our server hosting WP. I’m going to check our OpenSSL libraries version.
Where can I find which ports or protocols need to be punched open if its the firewall?