-
Author
-
October 18, 2016 at 22:41 #140157Nando13Participant
Hi,
I’m using the Windows Azure Storage plugin so I can handle all the traffic and deliver all the images uploaded by the users faster.
So, the users upload the image in the theme and activity feed and the image is placed on my azure storage account.
The problem is that in the activity feed the code is calling for a wrong url, causing 404. However, the theme calls correctly thru the media page and lightbox.
How can I fix this?
thanks
Attachments:
You must be logged in to view attached files.October 19, 2016 at 11:16 #140270LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 19, 2016 at 21:12 #140364RaduModeratorPlease follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
With the debug function activated re-upload a new image and check the error log, provide the content of the debug log file to take a look at it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 19, 2016 at 21:43 #140388Nando13ParticipantI’d really expected more attention than an automatic answer like yours, Radu.
You didn’t even read my thread!
October 20, 2016 at 16:34 #140513RaduModeratorHi,
Yes, it’s a predefined message but this is what you need to do until I can see the log I cannot recommend you things without seeing debug log first.
Of course, I’ve read the message, why you don’t provide also the debug log file ?
Also you haven’t a provided an example of 404 link that generates images in activity
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 20, 2016 at 19:17 #140554Nando13ParticipantI know where the error is. The 404 link is explained bellow.
The activity feed is still searching the image in the wp repository (wordpress/uploads), and the lightbox, media single etc is fetching the image url correctly from windows azure storage blob.
October 20, 2016 at 21:28 #140591RaduModeratorOk, this it seems to not be related to Kleo so it’s a server side issue right?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.