Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.1.5, getImage(), htaccess, image, plugin conflict
- This topic has 9 replies, 2 voices, and was last updated 8 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
12/17/2014 at 4:46 am #313007
stefano
ParticipantI am using images as logos in cMap.
After updating to version 4.1, all the images are no longer visible.
How can I get them back?In case. the link to the directory is http://www.irsa-stringers.com/membri-irsa/
Thank you! :-)
12/17/2014 at 9:21 am #313012Steven Zahm
Keymaster@ stefano
It looks like you might be running a caching plugin, please make sure you clear the cache.
Also, can you confirm the images are in this folder:
../wp-content/uploads/connections-images/
There should be a subfolder for each entry and within that subfolder the entry’s images.
If the images are they, like they should be, what are the file names?
12/17/2014 at 3:30 pm #313037stefano
ParticipantHi Steven.
Thank you for the very quick reply.I run W3 Total Cache, it has been there for 3 years and never a problem. I cleared the cache a few times but nothing changed.Everything always worked well, I had the version 4.0 of cMap and it was fine.
The images are in the folder you mentioned, in each folder there are 3 images. Let’s use mine:
- me_logo.jpg
- me_logo-42179cac9f22bf3497f59ef59d07a769.jpg
- me_logo-e08cc1f8e4a4dfbc565a2680bd83b2b9.jpg
12/18/2014 at 8:59 am #313095Steven Zahm
Keymaster@ stefano
Well, the images are there like the should be and the src attribute for the image is pointing to the correct file:
But it seems your server is blocking requests to these images:
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo-42179cac9f22bf3497f59ef59d07a769.jpg
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo-e08cc1f8e4a4dfbc565a2680bd83b2b9.jpg
- http://www.irsa-stringers.com/wp-content/uploads/connections-images/stefano-prete/me_logo.jpg
Do have any security plugins or maybe an .htaccess file setup that would block requests to these images?
12/18/2014 at 3:24 pm #313126stefano
ParticipantI have no idea, Steven…
I haven’t installed any new plugin recently.
12/18/2014 at 4:11 pm #313127Steven Zahm
Keymaster@ stefano
Not sure what to tell you …
If the files exist as they do and the URL is in the image src link matches as they do, the image should show. The only reason they would not if the server was blocking access. You might want to contact your host to see if they can tell why they would be being blocked.
12/19/2014 at 2:42 am #313137stefano
ParticipantSteven, I had this problem before.
You can see the discussion here: http://connections-pro.com/support/topic/logo-images-disappeared/#post-313096
12/19/2014 at 9:20 am #313142Steven Zahm
Keymaster@ stefano
Yes, I read that before my first reply to you, but you have said nothing about the message and looking at the page source I can see the URL/s to the images are correct based on the file names you supplied and the folder path I asked you to check. So that does apply, that was a mis-configuration of a constant in the
wp-config.php
. It was actually an error with Connections, it just using the path it was told to use.I attached a screenshot of the URL. If that URL is correct, the image should be shown. But it is not. I attached a screenshot showing the server saying it can not find the image.
Since the image path is right, the filename is right, the URL is right and the page source is right … that only leaves the web server blocking access.
This is usually done by a security plugin or a .htaccess rule blocking access. Since you do not know if you have a security plugin installed or if there is an .htaccess file blocking access, you’ll have to contact the host to see if they can help.
My best guess is that something changed in one the other plugins and there’s an .htaccess file in the
/uploads/
folder that it added or modified with a rule that is blocking access.Attachments:
You must be logged in to view attached files.12/20/2014 at 1:09 am #313166stefano
ParticipantYou guessed right, Steven!
There was a .htaccess file and I don’t know where it comes from.
It containes:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>I renamed it htaccess.txt et voila’! The images are now perfectly visible!
I just need to find out where that file comes from.
Thank you for your help!
12/20/2014 at 10:48 am #313189Steven Zahm
Keymaster@ stefano
Looking at the one line which contains references to
uamfiletype
anduamgetfile
, it appears to be from a plugin named User Access Manager. Looking at the rules, I can not figure out why it would block the Connections images. Maybe you can ask its dev?Any way, good to hear it’s working for you again. I’ll log this as a plugin conflict so I remember to see if I can figure out why it would block the images and if there is any way I can prevent it.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.