Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Beth
The version of PHP your web host is running and old unsupported and possibly insecure version of PHP. I suspect the version you are running is 5.2 which has not been supported for many years now. I’d ask them to update it. WordPress recommends 7.2. I would recommend 7.1 as 7.2 was just released so plugins may not yet be 100% compatible.
That said, I do try to avoid using modern features in PHP for the broadest compatibility.
I actually do not even have the ability to test in such an old version any longer. If you can give me a WP admin login and a FTP login I’ll be able to apply and test an alternative to the array_replace() function. This is basic PHP function introduced in version 5.3 and it is function I now need to use. I might be able to add and use a backward compatible version.
The details can be posted here as a private reply.
Steven Zahm
Keymaster@ Kate
It seems the javascript required by Form is not being loaded. I’ve run into this before and gave those users a bit of PHP code to force it. That solution was more or less a hack. I think I’ve come up with another method which I hope resolves this rare issue.
If you can supply me with a temp admin login, I can apply the change to make sure it correct the issue for you. The login details can be posted here as a private reply.
Steven Zahm
Keymaster@ David
RE: where is the Widgets Admin page?
This is a WordPress admin page found under Appearance. Here’s the WordPress doc that shows you where this page is in the admin:
https://codex.wordpress.org/Appearance_Widgets_Screen
Hope that helps!
Steven Zahm
Keymaster@ Paul
My first suggestion is to remove all the empty columns from the file. Less parsing will need to done to file. Not that I think that is the cause.
What version of the CSV Import extension do you have installed?
What version of Connections do you have installed?
Steven Zahm
Keymaster@ yael xu
Before or after updating to 8.7? The error shown should no longer be possible in 8.7 as it contained contains an extra check to prevent such an error.
Steven Zahm
Keymaster@ James
I doubt Connections is causing the redirection. My guess is you created a redirect loop somehow. I would suggest checking the settings of the plugin you are using to limit/restrict those pages to logged in users.
Steven Zahm
Keymaster@ anthonyyang
Thanks! Great to hear we tracked down and corrected the issue.
Steven Zahm
Keymaster@ Trevor
That’ll work :)
Steven Zahm
Keymaster@ anthonyyang
I do not know where you would change this in a multi site install. On a single site you would change it on the on the WordPress General Settings admin page or by
WP_HOMEconstant to the site’swp-config.phpfile.This is probably related to the method you’re using to force SSL. The
siteurlis being changed properly, but not thehomeURL.I’m fairly certain after the home URL is corrected, the error will go away and the images will display.
Steven Zahm
Keymaster@ Kathleen
Use the
image_fallback=noneshortcode option for Slim Plus. Add it to your existing shortcode. Here’s an example:[connections image_fallback='none']Hope this helps, let me know.
-
AuthorPosts
